Documentation ¶ Index ¶ type Result type Service func NewService(app core.App, cfg config.Config) *Service func (s *Service) Run() (Result, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Result ¶ type Result struct { SMSEventsRedacted int `json:"smsEventsRedacted"` ReconciliationEntriesRedacted int `json:"reconciliationEntriesRedacted"` AuditEventsDeleted int `json:"auditEventsDeleted"` } type Service ¶ type Service struct { App core.App Config config.Config Now func() time.Time } func NewService ¶ func NewService(app core.App, cfg config.Config) *Service func (*Service) Run ¶ func (s *Service) Run() (Result, error) Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.