tests

package
v0.0.0-...-aa9e309 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2018 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type A

type A struct {
	Str    string `gojay:"string"`
	Bool   bool
	Int    int
	Int64  int64
	Int32  int32
	Int16  int16
	Int8   int8
	Uint64 uint64
	Uint32 uint32
	Uint16 uint16
	Uint8  uint8
	Bval   *B
	Arrval *StrSlice
}

type B

type B struct {
	Str       string
	Bool      bool
	Int       int
	Int64     int64
	Int32     int32
	Int16     int16
	Int8      int8
	Uint64    uint64
	Uint32    uint32
	Uint16    uint16
	Uint8     uint8
	StrPtr    *string
	BoolPtr   *bool
	IntPtr    *int
	Int64Ptr  *int64
	Int32Ptr  *int32
	Int16Ptr  *int16
	Int8Ptr   *int8
	Uint64Ptr *uint64
	Uint32Ptr *uint32
	Uint16Ptr *uint16
	Uint8PTr  *uint8
}

type BoolSlice

type BoolSlice []bool

type IntSlice

type IntSlice []int

type MapStringInt

type MapStringInt map[string]int

type SliceSlice

type SliceSlice []*StrSlice

type StrSlice

type StrSlice []string

type StructSlice

type StructSlice []*A

Jump to

Keyboard shortcuts

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