Documentation ¶
Index ¶
Constants ¶
View Source
const ( CDS_UPDATE_SUCCESS = "cluster_manager.cds.update_success" CDS_UPDATE_REJECT = "cluster_manager.cds.update_rejected" LDS_UPDATE_SUCCESS = "listener_manager.lds.update_success" LDS_UPDATE_REJECT = "listener_manager.lds.update_rejected" SERVER_STATE = "server.state" STAT_WORKERS_STARTED = "listener_manager.workers_started" )
Variables ¶
This section is empty.
Functions ¶
func RegisterAdminHandleFunc ¶
func RegisterAdminHandleFunc(pattern string, handler func(http.ResponseWriter, *http.Request))
Types ¶
type Config ¶
type Config interface {
GetAdmin() *Admin
}
{ "admin":{ "address":{ "socket_address":{ "address": "0.0.0.0", "port_value": 8888 } } } }
type LogLevelData ¶
update log level
Click to show internal directories.
Click to hide internal directories.