Skip to content

Commit

Permalink
🌱 add desc
Browse files Browse the repository at this point in the history
Signed-off-by: fsl <[email protected]>
  • Loading branch information
fengshunli committed Dec 24, 2024
1 parent 814e0d7 commit 3dce03c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ type Config interface {

/* Persistence */

// Marshal returns the YAML representation of the Config.
// MarshalYAML Marshal returns the YAML representation of the Config.
MarshalYAML() ([]byte, error)
// Unmarshal loads the Config fields from its YAML representation.
// UnmarshalYAML Unmarshal loads the Config fields from its YAML representation.
UnmarshalYAML([]byte) error
}

0 comments on commit 3dce03c

Please sign in to comment.