Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProteusRouter ¶
type ProteusRouter struct {
// contains filtered or unexported fields
}
func NewProteusRouter ¶
func NewProteusRouter( basicAuthService *basic.Service, apiKeyAuthService *apikey.Service, smartService *smart.Service, endpointService *endpoints.Service, hintsParser *hints.ProteusHintsParser, restEndpointsGenerator *generator.RestEndpointsGenerator, shutdownCh chan struct{}, restartCh chan struct{}, ) *ProteusRouter
func (*ProteusRouter) NewRouter ¶
func (pr *ProteusRouter) NewRouter() *chi.Mux
Click to show internal directories.
Click to hide internal directories.