Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registerer ¶
type Registerer struct {
GetRoutes func(
r chi.Router,
config *server.Config,
basePath *endpoint.Path,
factory endpoint.APIEndpointFactory,
children ...*Registerer,
) []*Route
Children []*Registerer
}
Click to show internal directories.
Click to hide internal directories.