config

package
v1.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

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.

func Parse

func Parse(path string) (*Config, error)

Parse parses the configuration file at the given path, returning a new Config struct.

func (*Config) Validate

func (c *Config) Validate() error

Validate validates the configuration.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL