Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AlertConfig ¶
type AlertConfig struct { MaxAge time.Duration `split_keys:"true" default:"2h"` HydrationDir string `split_keys:"true" default:"/app/hydration"` Bluesky BlueskyConfig }
type BlueskyConfig ¶
type WatchedSkyConfig ¶
type WatchedSkyConfig struct { DB DBConfig `required:"true"` Alerts AlertConfig }
var Config *WatchedSkyConfig
Click to show internal directories.
Click to hide internal directories.