We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814e0d7 commit 3dce03cCopy full SHA for 3dce03c
pkg/config/interface.go
@@ -95,8 +95,8 @@ type Config interface {
95
96
/* Persistence */
97
98
- // Marshal returns the YAML representation of the Config.
+ // MarshalYAML Marshal returns the YAML representation of the Config.
99
MarshalYAML() ([]byte, error)
100
- // Unmarshal loads the Config fields from its YAML representation.
+ // UnmarshalYAML Unmarshal loads the Config fields from its YAML representation.
101
UnmarshalYAML([]byte) error
102
}
0 commit comments