Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
func NewDecoder ¶
func NewDecoder( desriptors reflection.DynamicMessagesStore, opts ...DecoderOption, ) *Decoder
type DecoderOption ¶
type DecoderOption func(*Decoder)
func WithSingleMetaValue ¶
func WithSingleMetaValue() DecoderOption
type Encoder ¶
type Encoder struct {
// contains filtered or unexported fields
}
func NewEncoder ¶
func NewEncoder(desriptors reflection.DynamicMessagesStore) *Encoder
Click to show internal directories.
Click to hide internal directories.