Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidParameter = errors.New("invalid parameter") ErrNotFound = errors.New("not found") )
Predefined package errors
Functions ¶
func MakeExampleEndpoint ¶
MakeExampleEndpoint ...
func MakeHTTPHandler ¶
MakeHTTPHandler ...
Types ¶
type Endpoints ¶
Endpoints collection of profile service
func MakeEndpoints ¶
func MakeEndpoints(s service, m ...endpoint.Middleware) Endpoints
Init endpoints
type Service ¶
type Service struct { }
Service struct
func NewService ¶
func NewService() *Service
NewService is a factory function, returns a new instance of the Service interface implementation
Click to show internal directories.
Click to hide internal directories.