encoder

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2025 License: GPL-3.0 Imports: 1 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Encoder

type Encoder interface {
	Encode(
		body interface{},
	) ([]byte, error)
	EncodeAndWrite(
		writer io.Writer,
		beforeWriteFn func() error,
		body interface{},
	) error
}

Encoder interface

type ProtoJSONEncoder

type ProtoJSONEncoder interface {
	PrecomputeMarshal(
		body interface{},
	) (map[string]interface{}, error)
}

ProtoJSONEncoder interface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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