Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeConfig ¶ added in v0.3.0
MergeConfig merges dconf target configs using deep map merging
Types ¶
type Config ¶
type Config struct {
User string `json:"user,omitempty"`
Schema string `json:"schema"`
Settings map[string]interface{} `json:"settings"`
}
Config represents the configuration for a dconf target
type Executor ¶
type Executor struct{}
Executor implements the engine.Executor interface for dconf targets
func (*Executor) CurrentState ¶ added in v0.3.0
CurrentState retrieves the current state from dconf
type Feature ¶
type Feature struct {
// contains filtered or unexported fields
}
Feature implements the features.Feature interface for dconf targets
Click to show internal directories.
Click to hide internal directories.