Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemInfoResp ¶ added in v0.4.0
type SystemLeaderResp ¶ added in v0.4.0
type SystemServer ¶ added in v0.4.0
type SystemServer struct {
// contains filtered or unexported fields
}
func NewSystemServer ¶ added in v0.4.0
func (*SystemServer) GetHealth ¶ added in v0.4.0
func (s *SystemServer) GetHealth(w http.ResponseWriter, r *http.Request)
func (*SystemServer) GetInfo ¶ added in v0.4.0
func (s *SystemServer) GetInfo(w http.ResponseWriter, r *http.Request)
func (*SystemServer) GetLeader ¶ added in v0.4.0
func (s *SystemServer) GetLeader(w http.ResponseWriter, r *http.Request)
func (*SystemServer) GetMetrics ¶ added in v0.4.0
func (s *SystemServer) GetMetrics(w http.ResponseWriter, r *http.Request)
type SystemStatusResp ¶ added in v0.4.0
type UIServer ¶
type UIServer struct {
// contains filtered or unexported fields
}
func NewUIServer ¶
func NewUIServer() *UIServer
Click to show internal directories.
Click to hide internal directories.