dummy

package
v1.6.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package dummy encoder/decoder

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Encoder

type Encoder struct{}

func NewEncoder

func NewEncoder() *Encoder

func (*Encoder) Context

func (e *Encoder) Context() []byte

func (*Encoder) Elem added in v1.5.0

func (e *Encoder) Elem() any

func (*Encoder) Instance added in v1.5.0

func (e *Encoder) Instance() any

func (*Encoder) Marshal

func (e *Encoder) Marshal(v any) ([]byte, error)

func (*Encoder) Unmarshal

func (e *Encoder) Unmarshal(bs []byte, ret any) error

func (*Encoder) Validate

func (e *Encoder) Validate(req any) error

type StreamEncoder

type StreamEncoder struct{}

func NewStreamEncoder

func NewStreamEncoder() *StreamEncoder

func (*StreamEncoder) Context

func (e *StreamEncoder) Context() []byte

func (*StreamEncoder) Elem added in v1.5.0

func (e *StreamEncoder) Elem() any

func (*StreamEncoder) EnableValidate

func (e *StreamEncoder) EnableValidate()

func (*StreamEncoder) Instance added in v1.5.0

func (e *StreamEncoder) Instance() any

func (*StreamEncoder) Read

func (e *StreamEncoder) Read(ctx context.Context, ch <-chan string) <-chan any

type Stringer

type Stringer interface {
	String() string
}

type Unmarshaler

type Unmarshaler interface {
	Unmarshal(bs []byte) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL