Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupService ¶
type BackupService struct {
}
func (*BackupService) Start ¶
func (svc *BackupService) Start() error
type Configuration ¶
type Configuration struct {
Mediaplan models.MediaplanConfiguration `json:"mediaplan"`
Budget models.BudgetConfiguration `json:"budget"`
Channel models.ChannelConfiguration `json:"channel"`
AdvMessages models.AdvMessagesConfiguration `json:"advMessages"`
CustomersWithAdvertisers models.CustomersWithAdvertisersConfiguration `json:"customersWithAdvertisers"`
DeletedSpotInfo models.DeletedSpotInfoConfiguration `json:"deletedSpotInfo"`
Rank models.RanksConfiguration `json:"rank"`
ProgramBreaks models.ProgramBreaksConfiguration `json:"programBreaks"`
ProgramBreaksLight models.ProgramBreaksLightConfiguration `json:"programBreaksLight"`
Spots models.SpotsConfiguration `json:"spots"`
}
func InitConfig ¶
func InitConfig() *Configuration
type LoadService ¶
type LoadService struct {
}
func (*LoadService) Start ¶
func (svc *LoadService) Start() error
type UpdateService ¶
type UpdateService struct {
}
func (*UpdateService) Start ¶
func (svc *UpdateService) Start() error
Click to show internal directories.
Click to hide internal directories.