Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDecoderEngine ¶
func NewDecoderEngine(config DecoderConfig) engine.DecoderEngine
Types ¶
type DecoderConfig ¶
type DecoderConfig domain.DecoderConfig
func MustNewDecoderConfig ¶
func MustNewDecoderConfig(options ...DecoderConfigOption) DecoderConfig
func NewDecoderConfig ¶
func NewDecoderConfig(options ...DecoderConfigOption) (DecoderConfig, error)
func (DecoderConfig) Resolve ¶
func (c DecoderConfig) Resolve() domain.DecoderConfig
func (DecoderConfig) ResolveDefault ¶
func (c DecoderConfig) ResolveDefault() domain.DecoderConfig
func (DecoderConfig) Validate ¶
func (c DecoderConfig) Validate() error
type DecoderConfigOption ¶
type DecoderConfigOption interface {
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.