Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIService ¶
type APIService struct { HTTPServer *http.Server HTTPTLSServer *http.Server // contains filtered or unexported fields }
APIService the service handling the API
func NewAPIService ¶
func NewAPIService(config *models.Config, db *gorm.DB) *APIService
NewAPIService create new API service
type CleanupService ¶
type CleanupService struct {
// contains filtered or unexported fields
}
CleanupService cleanupservice cleansup stuff in background from DB
func NewClienupService ¶
func NewClienupService(config *models.Config, db *gorm.DB) *CleanupService
NewClienupService create a new cleanupservice
Click to show internal directories.
Click to hide internal directories.