Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewValidate ¶
func NewValidate() validate
func RunServerWithTLS ¶
Types ¶
type Repository ¶
type Repository interface {
Login(ctx context.Context, in *authv1.LoginRequest) (*userv1.UserLoginResponse, error)
}
func NewRepoManager ¶
func NewRepoManager() Repository
type Service ¶
type Service interface { authv1.AuthenServiceServer }
func NewService ¶
func NewService(repo Repository, validator validate) Service
Click to show internal directories.
Click to hide internal directories.