Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PregnantProfile float64 = 1 NonPregnantProfile float64 = 2 )
Functions ¶
This section is empty.
Types ¶
type UserHandler ¶
type UserHandler struct {
// contains filtered or unexported fields
}
func New ¶
func New(middleware middleware.Middleware, log *logrus.Logger, us userService.UserService) UserHandler
func (UserHandler) Endpoints ¶
func (h UserHandler) Endpoints(s *gin.RouterGroup)
Click to show internal directories.
Click to hide internal directories.