mirror of
https://github.com/TwiN/gatus.git
synced 2025-04-12 05:28:28 +02:00
Update documentation
This commit is contained in:
parent
a89bb392ed
commit
42825b62fb
@ -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"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user