Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleFunc ¶
func HandleFunc(aq querier.AgentQuerier) http.HandlerFunc
HandleFunc returns the function which can handle queries issued by the memberlist command.
Types ¶
type Response ¶
type Response struct { NodeName string `json:"nodeName,omitempty"` IP string `json:"ip,omitempty"` Status string `json:"status,omitempty"` }
Response describes the response struct of memberlist command.
func (Response) GetTableHeader ¶
func (Response) GetTableRow ¶
Click to show internal directories.
Click to hide internal directories.