Documentation
¶
Overview ¶
Package server provides HTTP server functionality for LocalGo
Index ¶
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
}
Server manages the HTTP/S server lifecycle.
func NewServer ¶
func NewServer(cfg *config.Config, logger *zap.SugaredLogger) *Server
NewServer creates a new Server instance.
func (*Server) GetSendService ¶ added in v0.2.0
func (s *Server) GetSendService() *services.SendService
GetSendService returns the SendService instance.
Click to show internal directories.
Click to hide internal directories.