Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHttpService ¶
func NewHttpService( metadata *ServiceMetadata, endpoints map[string]map[string]echo.HandlerFunc, middlewares map[string]echo.MiddlewareFunc) interfaces.Service
Types ¶
type HttpService ¶
type HttpService struct {
Metadata *ServiceMetadata
Endpoints map[string]map[string]echo.HandlerFunc
Middlewares map[string]echo.MiddlewareFunc
}
func (HttpService) Name ¶
func (h HttpService) Name() string
func (HttpService) Prefix ¶
func (h HttpService) Prefix() string
func (HttpService) Version ¶
func (h HttpService) Version() string
type ServiceMetadata ¶
Click to show internal directories.
Click to hide internal directories.