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.
2 parents 49ad403 + 3dce03c commit 3e7c1d2Copy full SHA for 3e7c1d2
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