gatus/storage/config.go

8 lines
183 B
Go
Raw Normal View History

2021-02-03 05:06:34 +01:00
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"`
}