exports

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 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 BasicTypes

type BasicTypes struct {
	Id         int32  `json:"Id"`
	NumberTest int32  `json:"NumberTest"`
	StringTest string `json:"StringTest"`
	BoolTest   bool   `json:"BoolTest"`
}

BasicTypes exported from basic_types.xlsx

type MultiNestedTypes

type MultiNestedTypes struct {
	Id        int32                        `json:"Id"`
	DictTest3 map[string]map[string]int32  `json:"DictTest3"`
	DictTest5 map[string]map[string]string `json:"DictTest5"`
	ListTest3 [][]string                   `json:"ListTest3"`
	ListTest4 [][]string                   `json:"ListTest4"`
	ListTest5 [][]string                   `json:"ListTest5"`
	DictTest6 map[string][]string          `json:"DictTest6"`
	DictTest7 map[string][]string          `json:"DictTest7"`
	ListTest6 []map[string]string          `json:"ListTest6"`
	ListTest7 []map[string]string          `json:"ListTest7"`
}

MultiNestedTypes exported from multi_nested_types.xlsx

type NestedTypes

type NestedTypes struct {
	Id        int32              `json:"Id"`
	DictTest1 map[string]float32 `json:"DictTest1"`
	DictTest2 map[string]int32   `json:"DictTest2"`
	ListTest2 []float32          `json:"ListTest2"`
}

NestedTypes exported from nested_types.xlsx

type VerticalTypes

type VerticalTypes struct {
	Id         int32   `json:"Id"`
	NumberTest int32   `json:"NumberTest"`
	StringTest string  `json:"StringTest"`
	FloatTest  float32 `json:"FloatTest"`
	BoolTest1  bool    `json:"BoolTest1"`
	BoolTest3  bool    `json:"BoolTest3"`
	BoolTest4  bool    `json:"BoolTest4"`
	BoolTest5  bool    `json:"BoolTest5"`
	BoolTest6  bool    `json:"BoolTest6"`
	BoolTest7  bool    `json:"BoolTest7"`
	BoolTest8  bool    `json:"BoolTest8"`
	BoolTest9  bool    `json:"BoolTest9"`
	BoolTest10 bool    `json:"BoolTest10"`
}

VerticalTypes exported from vertical_types.xlsx

Jump to

Keyboard shortcuts

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