Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Service string Graph *graph.Graph Router *mux.Router Addr string Port int // contains filtered or unexported fields }
func NewServerFromConfig ¶
func (*Server) ListenAndServe ¶
func (s *Server) ListenAndServe()
func (*Server) RegisterRPCEndpoints ¶ added in v0.2.0
func (s *Server) RegisterRPCEndpoints()
func (*Server) RegisterStaticEndpoints ¶
func (s *Server) RegisterStaticEndpoints()
func (*Server) TopologyIndex ¶
func (s *Server) TopologyIndex(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.