Documentation ¶ Index ¶ type Server func NewServerFromConfig(cfg rest_config.Config) (*Server, error) func (s *Server) Close(ctx context.Context) error func (s *Server) GetHttp() *http.Server func (s *Server) Shutdown(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Server ¶ type Server struct { // contains filtered or unexported fields } func NewServerFromConfig ¶ func NewServerFromConfig(cfg rest_config.Config) (*Server, error) func (*Server) Close ¶ func (s *Server) Close(ctx context.Context) error func (*Server) GetHttp ¶ func (s *Server) GetHttp() *http.Server func (*Server) Shutdown ¶ func (s *Server) Shutdown(ctx context.Context) error Source Files ¶ View all Source files routes.go server.go Click to show internal directories. Click to hide internal directories.