Documentation ¶
Index ¶
- func DeleteUserEndpoint(s service.UserService) endpoint.Endpoint
- func GetUserEndpoint(s service.UserService) endpoint.Endpoint
- func MakeHandler(ctx context.Context, us service.UserService, logger kitlog.Logger) http.Handler
- func NewLoggingService(logger log.Logger, s service.UserService) service.UserService
- func NewUserEndpoint(s service.UserService) endpoint.Endpoint
- func SearchUserEndpoint(s service.UserService) endpoint.Endpoint
- func UpdateUserEndpoint(s service.UserService) endpoint.Endpoint
- type Errorer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteUserEndpoint ¶
func DeleteUserEndpoint(s service.UserService) endpoint.Endpoint
DeleteUserEndpoint endpoint
func GetUserEndpoint ¶
func GetUserEndpoint(s service.UserService) endpoint.Endpoint
GetUserEndpoint endpoint
func MakeHandler ¶
MakeHandler declaration
func NewLoggingService ¶
func NewLoggingService(logger log.Logger, s service.UserService) service.UserService
NewLoggingService function
func NewUserEndpoint ¶
func NewUserEndpoint(s service.UserService) endpoint.Endpoint
NewUserEndpoint endpoint
func SearchUserEndpoint ¶
func SearchUserEndpoint(s service.UserService) endpoint.Endpoint
SearchUserEndpoint endpoint
func UpdateUserEndpoint ¶
func UpdateUserEndpoint(s service.UserService) endpoint.Endpoint
UpdateUserEndpoint endpoint
Types ¶
Click to show internal directories.
Click to hide internal directories.