Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e6a32bf

Browse files
committedJan 16, 2025
Add docs about implementation
1 parent 2587980 commit e6a32bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎pkg/daemon/config.go

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ func (c *Config) Validate() error {
3737
}
3838

3939
// ConfigFlagGlue provides a glue struct for the CLI config flag.
40+
//
41+
// ConfigFlagGlue implements the [github.com/icinga/icinga-go-library/config.Flags] interface.
4042
type ConfigFlagGlue struct {
4143
// Config is the path to the config file
4244
Config string

0 commit comments

Comments
 (0)
Please sign in to comment.