Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListServersRequest ¶
type ListServersRequest struct{}
type ListServersResponse ¶
type ListServersResponse managertypes.ServerInfoList
type RegisterServerRequest ¶
type RegisterServerRequest managertypes.ServerInfo
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewManagerServer ¶
NewManagerServer returns a new manager server, given a listening address for the server, and a DB connection string
func (*Server) HandleRequests ¶
func (s *Server) HandleRequests()
func (*Server) ListServers ¶
func (s *Server) ListServers(inp ListServersRequest) (*ListServersResponse, error)
func (*Server) RegisterServer ¶
func (s *Server) RegisterServer(inp RegisterServerRequest) error
Click to show internal directories.
Click to hide internal directories.