Documentation
¶
Index ¶
- func NewServer(storages model.ServerStorageCollection, services model.ServerServices, ...) (model.Server, error)
- type Server
- func (s *Server) Close()
- func (s *Server) Errors() []error
- func (s *Server) Router() model.Router
- func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)
- func (s *Server) Services() model.ServerServices
- func (s *Server) Settings() model.ServerSettings
- func (s *Server) Storages() model.ServerStorageCollection
- func (s *Server) UpdateCORS()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
Server is a server.
func (*Server) Services ¶
func (s *Server) Services() model.ServerServices
func (*Server) Settings ¶
func (s *Server) Settings() model.ServerSettings
func (*Server) Storages ¶
func (s *Server) Storages() model.ServerStorageCollection
func (*Server) UpdateCORS ¶ added in v2.3.11
func (s *Server) UpdateCORS()
Click to show internal directories.
Click to hide internal directories.