github.com/timoth-y/kicksware-api/order-service@v0.0.0-20201002192818-87b546a7ae5a/core/service/authService.go (about)

     1  package service
     2  
     3  import (
     4  	"crypto/rsa"
     5  )
     6  
     7  type AuthService interface {
     8  	PublicKey() *rsa.PublicKey
     9  }