data

package
v0.0.0-...-561814e Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type In

type In struct {
	Name string `json:"name"`
}

func (In) MarshalEasyJSON

func (v In) MarshalEasyJSON(w *jwriter.Writer)

MarshalEasyJSON supports easyjson.Marshaler interface

func (In) MarshalJSON

func (v In) MarshalJSON() ([]byte, error)

MarshalJSON supports json.Marshaler interface

func (*In) UnmarshalEasyJSON

func (v *In) UnmarshalEasyJSON(l *jlexer.Lexer)

UnmarshalEasyJSON supports easyjson.Unmarshaler interface

func (*In) UnmarshalJSON

func (v *In) UnmarshalJSON(data []byte) error

UnmarshalJSON supports json.Unmarshaler interface

type Out

type Out struct {
	Result string `json:"result"`
}

func (Out) MarshalEasyJSON

func (v Out) MarshalEasyJSON(w *jwriter.Writer)

MarshalEasyJSON supports easyjson.Marshaler interface

func (Out) MarshalJSON

func (v Out) MarshalJSON() ([]byte, error)

MarshalJSON supports json.Marshaler interface

func (*Out) UnmarshalEasyJSON

func (v *Out) UnmarshalEasyJSON(l *jlexer.Lexer)

UnmarshalEasyJSON supports easyjson.Unmarshaler interface

func (*Out) UnmarshalJSON

func (v *Out) UnmarshalJSON(data []byte) error

UnmarshalJSON supports json.Unmarshaler interface

Jump to

Keyboard shortcuts

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