Skip to content

Commit aa59a39

Browse files
committed
reverted a comment
1 parent 753852c commit aa59a39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cni/netconfig.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const (
1515
PolicyStr string = "Policy"
1616
)
1717

18+
// KVPair represents a K-V pair of a json object.
1819
type KVPair struct {
1920
Name string `json:"name"`
2021
Value json.RawMessage `json:"value"`

0 commit comments

Comments
 (0)