Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrRunning = &SAppError{"adapter running"} ErrNoConnections = &SAppError{"no connections"} )
Functions ¶
This section is empty.
Types ¶
type IHTTPAdapter ¶
type IHTTPAdapter interface { adapters.IRunnerAdapter WithLogger(name.IServiceName, logger.ILogger) IHTTPAdapter WithHandlers(map[string]http.HandlerFunc) IHTTPAdapter GetOnlines() []string }
func NewHTTPAdapter ¶
func NewHTTPAdapter( pSettings ISettings, pCache cache.ICache, pConnsGetter func() []string, ) IHTTPAdapter
type ISettings ¶
func NewSettings ¶
Click to show internal directories.
Click to hide internal directories.