Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct { rpc.UnimplementedAuthServiceServer // contains filtered or unexported fields }
func (*Handler) CheckToken ¶
func (h *Handler) CheckToken(ctx context.Context, request *rpc.CheckTokenRequest) (*rpc.CheckTokenResponse, error)
func (*Handler) SignIn ¶
func (h *Handler) SignIn(ctx context.Context, request *rpc.SignInRequest) (*rpc.SignInResponse, error)
Click to show internal directories.
Click to hide internal directories.