jsonpb

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var JsonPb = &JSONPb{}

Functions

This section is empty.

Types

type JSONPb

type JSONPb struct {
}

func (*JSONPb) ContentType

func (*JSONPb) ContentType(_ interface{}) string

func (*JSONPb) ContentTypeFromMessage

func (j *JSONPb) ContentTypeFromMessage(v interface{}) string

func (*JSONPb) Delimiter

func (j *JSONPb) Delimiter() []byte

func (*JSONPb) Marshal

func (j *JSONPb) Marshal(v any) ([]byte, error)

func (*JSONPb) NewDecoder

func (j *JSONPb) NewDecoder(r io.Reader) runtime.Decoder

NewDecoder returns a runtime.Decoder which reads JSON stream from "r".

func (*JSONPb) NewEncoder

func (j *JSONPb) NewEncoder(w io.Writer) runtime.Encoder

NewEncoder returns an Encoder which writes JSON stream into "w".

func (*JSONPb) Unmarshal

func (j *JSONPb) Unmarshal(data []byte, v interface{}) error

Jump to

Keyboard shortcuts

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