Documentation
¶
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
}
func NewServer ¶
func NewServer( config *entities.Config, logger *zap.Logger, noteHandler *handlers.NoteHandler, historyHandler *handlers.HistoryHandler, chatHandler *handlers.ChatHandler, settingsHandler *handlers.SettingHandler, itemHandler *handlers.ItemHandler, staticFiles embed.FS, scannerService *services.ScannerService, ) *Server
Click to show internal directories.
Click to hide internal directories.