Documentation ¶ Index ¶ func New(opts ...klient.OptionClientFn) func() loader.Loader type Decoder func GetDecoder(contentType string) Decoder type Loader func (l *Loader) LoadChu(ctx context.Context, to any, opt *loader.Option) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(opts ...klient.OptionClientFn) func() loader.Loader Types ¶ type Decoder ¶ type Decoder = func(r io.Reader, to any) error func GetDecoder ¶ func GetDecoder(contentType string) Decoder type Loader ¶ type Loader struct { // contains filtered or unexported fields } func (*Loader) LoadChu ¶ func (l *Loader) LoadChu(ctx context.Context, to any, opt *loader.Option) error Source Files ¶ View all Source files codec.gohttp.goinit.go Click to show internal directories. Click to hide internal directories.