Documentation ¶
Overview ¶
Package services manages "service discovery". It is currently implemented as a set of default singletons. Calling one of the `Get` functions returns a lazily-created instance of a service. All getters are concurrency-safe and can be used from several goroutines.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDBConf ¶
func GetDBConf() (dbconf.ConfigurationDB, error)
GetDBConf returns the main instance to the TSDB service. It is instantiated lazily. Safe for concurrent use.
func GetSessionManager ¶ added in v0.9.0
GetSessionManager returns the main session manager. It is instantiated lazily. Safe for concurrent use.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.