Documentation ¶ Index ¶ type Server func NewServer(c client.Client, addr string) Server func (s Server) Client() client.Client func (s *Server) ProbeResultHandler(w http.ResponseWriter, r *http.Request, masterAddr string, clusterName string) error func (s *Server) Start(masterAddr string, clusterName string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Server ¶ type Server struct { ProbeListenAddr string // the listen address, such as ":80" // contains filtered or unexported fields } func NewServer ¶ func NewServer(c client.Client, addr string) Server func (Server) Client ¶ func (s Server) Client() client.Client func (*Server) ProbeResultHandler ¶ func (s *Server) ProbeResultHandler(w http.ResponseWriter, r *http.Request, masterAddr string, clusterName string) error func (*Server) Start ¶ func (s *Server) Start(masterAddr string, clusterName string) Source Files ¶ View all Source files server.go Click to show internal directories. Click to hide internal directories.