test

package
v0.0.0-...-19249b1 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2016 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bar

type Bar struct {
	E string
	F int
	// contains filtered or unexported fields
}

Bar test struct

type Buzz

type Buzz struct {
	A *string
	B int
}

Buzz test struct

type Entity

type Entity struct {
	A string  //string
	B *string // pointer

	E int

	G uint `structs:"y"`
	H uint `json:"h"`
	I bool

	K    Bar
	L    *Bar
	Buzz `cool`
	*Bar "beans"
	M    []string

	O map[string]interface{}

	Fizz struct {
		Legs int `json:"legs"`
		Buzz
	}

	ToString func(int) string
	// contains filtered or unexported fields
}

Entity information

Jump to

Keyboard shortcuts

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