We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2587980 commit e6a32bfCopy full SHA for e6a32bf
pkg/daemon/config.go
@@ -37,6 +37,8 @@ func (c *Config) Validate() error {
37
}
38
39
// ConfigFlagGlue provides a glue struct for the CLI config flag.
40
+//
41
+// ConfigFlagGlue implements the [github.com/icinga/icinga-go-library/config.Flags] interface.
42
type ConfigFlagGlue struct {
43
// Config is the path to the config file
44
Config string
0 commit comments