Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
8332d628b4 |
@@ -12,6 +12,6 @@ func UnmarshalOptions(o JsonUnmarshalOptions) codec.Option {
|
|||||||
|
|
||||||
type marshalOptionsKey struct{}
|
type marshalOptionsKey struct{}
|
||||||
|
|
||||||
func MarshalOptions(o JsonUnmarshalOptions) codec.Option {
|
func MarshalOptions(o JsonMarshalOptions) codec.Option {
|
||||||
return codec.SetOption(marshalOptionsKey{}, o)
|
return codec.SetOption(marshalOptionsKey{}, o)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user