Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultFillThreshold = 0.7 DefaultCheckInterval = 30 * time.Minute )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Interval time.Duration
Partition PartitionConfig
}
type PartitionConfig ¶
type PartitionConfig struct {
FillThreshold float64
}
Click to show internal directories.
Click to hide internal directories.