Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogWrapper ¶
func LogWrapper(next server.HandlerFunc) server.HandlerFunc
Types ¶
type UsersHandler ¶
type UsersHandler struct { errors.AllErrCheck // contains filtered or unexported fields }
func NewHandler ¶
func NewHandler(g Guard, um UsersModel) (*UsersHandler, error)
func (*UsersHandler) APIKeyValid ¶
func (*UsersHandler) GetDetails ¶
func (h *UsersHandler) GetDetails(ctx context.Context, req *api.GetDetailsReq, resp *api.User) error
func (*UsersHandler) Wrapper ¶
func (h *UsersHandler) Wrapper(next server.HandlerFunc) server.HandlerFunc
type UsersModel ¶
Click to show internal directories.
Click to hide internal directories.