Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteBehaviour ¶
type DeleteBehaviour string
const ( Delete DeleteBehaviour = "delete" Disable DeleteBehaviour = "disable" Ignore DeleteBehaviour = "ignore" )
type DockarrConfig ¶
type DockarrConfig struct { LogLevel slog.Level DeleteBehaviour DeleteBehaviour SyncInterval time.Duration }
func InitConfig ¶
func InitConfig() *DockarrConfig
Click to show internal directories.
Click to hide internal directories.