Versions in this module Expand all Collapse all v1 v1.1.0 Apr 20, 2020 v1.0.0 Apr 5, 2020 Changes in this version + func LogError(err error, context ...map[string]interface{}) bool + type APIService struct + HTTPServer *http.Server + HTTPTLSServer *http.Server + func NewAPIService(config *models.Config, db *gorm.DB) *APIService + func (service *APIService) Start() + type CleanupService struct + func NewClienupService(config *models.Config, db *gorm.DB) *CleanupService + func (cs *CleanupService) Start()