Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HandlerSet = wire.NewSet( v1.NewLoginHandler, v1.NewRegisterHandler, )
HandlerSet compose all services and all subsets.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
Login *v1.LoginHandler
Register *v1.RegisterHandler
}
var ( // Handle expose the handler to outside Handle *Handler )
func NewHandler ¶
Click to show internal directories.
Click to hide internal directories.