dec

package
v0.0.0-...-adf94fa Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bools

type Bools struct {
	Callback func(value bool)
}

func (*Bools) UnmarshalJSONArray

func (s *Bools) UnmarshalJSONArray(dec *gojay.Decoder) error

implement UnmarshalerJSONArray

type Floats

type Floats struct {
	Callback func(value float64)
}

func (*Floats) UnmarshalJSONArray

func (s *Floats) UnmarshalJSONArray(dec *gojay.Decoder) error

implement UnmarshalerJSONArray

type Ints

type Ints struct {
	Callback func(value int)
	IsQuoted bool
}

func (*Ints) UnmarshalJSONArray

func (s *Ints) UnmarshalJSONArray(dec *gojay.Decoder) (err error)

implement UnmarshalerJSONArray

type Strings

type Strings struct {
	Callback func(value string)
}

func (*Strings) UnmarshalJSONArray

func (s *Strings) UnmarshalJSONArray(dec *gojay.Decoder) error

implement UnmarshalerJSONArray

Jump to

Keyboard shortcuts

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