Update documentation

This commit is contained in:
TwinProduction 2021-02-20 19:00:54 -05:00
parent a89bb392ed
commit 42825b62fb

View File

@ -2,6 +2,7 @@ package storage
// Config is the configuration for alerting providers // Config is the configuration for alerting providers
type Config struct { type Config struct {
// File is the path of the file to use when using file.Store // File is the path of the file to use for persistence
// If blank, persistence is disabled.
File string `yaml:"file"` File string `yaml:"file"`
} }