SandpointsGitHook/vendor/github.com/getkin/kin-openapi/jsoninfo/strict_struct.go

6 lines
172 B
Go

package jsoninfo
type StrictStruct interface {
EncodeWith(encoder *ObjectEncoder, value interface{}) error
DecodeWith(decoder *ObjectDecoder, value interface{}) error
}