Documentation ¶
Index ¶
- func MakeLoginEndpoint(server pb.UserServer) endpoint.Endpoint
- func NoDecodeRequestFunc(ctx context.Context, i interface{}) (request interface{}, err error)
- func NoDecodeResponseFunc(ctx context.Context, i interface{}) (response interface{}, err error)
- func NoEncodeRequestFunc(ctx context.Context, i interface{}) (request interface{}, err error)
- func NoEncodeResponseFunc(ctx context.Context, i interface{}) (response interface{}, err error)
- type UserHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeLoginEndpoint ¶
func MakeLoginEndpoint(server pb.UserServer) endpoint.Endpoint
func NoDecodeRequestFunc ¶
func NoDecodeResponseFunc ¶
func NoEncodeRequestFunc ¶
func NoEncodeResponseFunc ¶
Types ¶
type UserHandler ¶
type UserHandler struct {
LoginHandler grpctransport.Handler
}
Click to show internal directories.
Click to hide internal directories.