Implement persistence
This commit is contained in:
7
storage/config.go
Normal file
7
storage/config.go
Normal file
@ -0,0 +1,7 @@
|
||||
package storage
|
||||
|
||||
// Config is the configuration for alerting providers
|
||||
type Config struct {
|
||||
// File is the path of the file to use when using file.Store
|
||||
File string `yaml:"file"`
|
||||
}
|
Reference in New Issue
Block a user