Documentation ¶
Index ¶
- Variables
- func GetHealth(conf *config.Config, w http.ResponseWriter, r *http.Request)
- func GetInfo(conf *config.Config, w http.ResponseWriter, r *http.Request)
- func GetLog(conf *config.Config, w http.ResponseWriter, r *http.Request)
- func GetServices(conf *config.Config, w http.ResponseWriter, r *http.Request)
- func GetTraceLog(conf *config.Config, w http.ResponseWriter, r *http.Request)
- func GetVersion(conf *config.Config, w http.ResponseWriter, r *http.Request)
- func GoToFestivalsAPI(conf *config.Config, w http.ResponseWriter, r *http.Request)
- func GoToFestivalsDatabase(conf *config.Config, w http.ResponseWriter, r *http.Request)
- func GoToFestivalsFilesAPI(conf *config.Config, w http.ResponseWriter, r *http.Request)
- func GoToFestivalsIdentityAPI(conf *config.Config, w http.ResponseWriter, r *http.Request)
- func GoToFestivalsWebsiteNode(conf *config.Config, w http.ResponseWriter, r *http.Request)
- func Log(location string) (string, error)
- func MakeUpdate(conf *config.Config, w http.ResponseWriter, r *http.Request)
- func ReceivedHeartbeat(conf *config.Config, w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
View Source
var Loadbalancer = &loadbalancer.LoadBalancer{ Services: map[string]*loadbalancer.ServicePool{}, ServicesMux: sync.RWMutex{}, }
Functions ¶
func GetServices ¶
func GetTraceLog ¶ added in v1.4.0
func GetVersion ¶
func GoToFestivalsAPI ¶
func GoToFestivalsDatabase ¶ added in v1.6.0
func GoToFestivalsFilesAPI ¶
func GoToFestivalsIdentityAPI ¶ added in v1.4.2
func GoToFestivalsWebsiteNode ¶ added in v1.2.4
func MakeUpdate ¶ added in v1.1.0
func ReceivedHeartbeat ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.