Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPRouter ¶
type HTTPRouter struct {
// contains filtered or unexported fields
}
func NewHTTPRouterConfig ¶
func NewHTTPRouterConfig(ctx context.Context) *HTTPRouter
func (*HTTPRouter) Configure ¶
func (c *HTTPRouter) Configure() (*chi.Mux, error)
type ServerConfig ¶
type ServerConfig struct {
// contains filtered or unexported fields
}
func NewServerConfig ¶
func NewServerConfig(ctx context.Context) *ServerConfig
func (*ServerConfig) Configure ¶
func (c *ServerConfig) Configure() error
Click to show internal directories.
Click to hide internal directories.