package casttype

import "github.com/gogo/protobuf/test/casttype"

Index

Types

type Bytes

type Bytes []byte

func (Bytes) MarshalJSON

func (this Bytes) MarshalJSON() ([]byte, error)

func (*Bytes) UnmarshalJSON

func (this *Bytes) UnmarshalJSON(data []byte) error

type MyFloat32Type

type MyFloat32Type float32

type MyFloat64Type

type MyFloat64Type float64

type MyInt32Type

type MyInt32Type int32

type MyMapType

type MyMapType map[string]uint64

type MyStringType

type MyStringType string

type MyUint64Type

type MyUint64Type uint64

Source Files

mytypes.go

Directories

PathSynopsis
test/casttype/combos
test/casttype/combos/both
test/casttype/combos/marshaler
test/casttype/combos/neither
test/casttype/combos/unmarshaler
Version
v1.2.1
Published
Feb 18, 2019
Platform
js/wasm
Imports
1 packages
Last checked
2 days ago

Tools for package owners.