Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoggerMiddleware ¶
func ReadUserIP ¶
func SanitizeLogFile ¶
Types ¶
type LogfilesResponse ¶
type LogfilesResponse struct { Files []logFile `json:"files"` Count int `json:"count"` }
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
var Repo *Server
func NewServer ¶
func NewServer( log logger.Logger, config *config.AppConfig, sse *sse.Server, db *database.DB, version string, commit string, date string, apiService apikeyService, authService authService, notificationSvc notificationService, updateSvc updateService, deviceService deviceService, syncService syncService, mangaDataService mangaDataService, ) Server
Click to show internal directories.
Click to hide internal directories.