Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterUserHandler ¶
func RegisterUserHandler(s server.Server, hdlr UserHandler, opts ...server.HandlerOption) error
Types ¶
type UserHandler ¶
type UserService ¶
type UserService interface {
VerifyWechatCode(ctx context.Context, in *proto1.Request, opts ...client.CallOption) (*proto1.Response, error)
}
func NewUserService ¶
func NewUserService(name string, c client.Client) UserService
Click to show internal directories.
Click to hide internal directories.