Skip to content

Commit

Permalink
#57 add flag isDirectory to ConfigurationField
Browse files Browse the repository at this point in the history
  • Loading branch information
nroeske committed Jan 29, 2025
1 parent 4265d57 commit 48ed461
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/dogu_v2_configuration_field.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ type ConfigurationField struct {
//
//
Validation ValidationDescriptor
// IsDirectory marks this configuration field to be a directory. Multiple keys can be stored in this directory.
// This field is optional. If unset, a value of `false` will be assumed.
//
// Example:
// - false
//
IsDirectory bool
}

// ValidationDescriptor describes how to determine if a config value is valid.
Expand Down

0 comments on commit 48ed461

Please sign in to comment.