Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// RetentionPeriod is the duration for which records are kept.
RetentionPeriod time.Duration `yaml:"retentionPeriod"`
// PollInterval is the interval at which cleaner runs.
PollInterval time.Duration `yaml:"pollInterval"`
// Database is the database configuration.
Database db.Config `yaml:"database"`
}
Config is the configuration for the cleaner.
Click to show internal directories.
Click to hide internal directories.