Documentation
¶
Index ¶
- type Config
- func (c *Config) Limit() int
- func (c *Config) LogDataPath() string
- func (c *Config) RetentionSize() int
- func (c *Config) RetentionSizingStrategy() string
- func (c *Config) RetentionTime() time.Duration
- func (c *Config) SetLogDataPath(logDataPath string)
- func (c *Config) SetRetentionSize(retentionSize int)
- func (c *Config) SetRetentionTime(retentionTime time.Duration)
- func (c *Config) Timeout() time.Duration
- func (c *Config) Version() string
- func (c *Config) WebListenAddress() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.2.0
type Config struct {
// contains filtered or unexported fields
}
func (*Config) LogDataPath ¶ added in v0.2.0
func (*Config) RetentionSize ¶ added in v0.2.0
func (*Config) RetentionSizingStrategy ¶ added in v0.2.0
func (*Config) RetentionTime ¶ added in v0.2.0
func (*Config) SetLogDataPath ¶ added in v0.2.0
func (*Config) SetRetentionSize ¶ added in v0.2.0
func (*Config) SetRetentionTime ¶ added in v0.2.0
func (*Config) WebListenAddress ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.