ff

package
v0.0.0-...-bf78cca Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2015 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewEverything

func NewEverything(e *Everything)

Types

type Cats

type Cats struct {
	FieldOnCats int
}

func (*Cats) Cats

func (c *Cats) Cats() int

type Embed

type Embed struct {
	SuperBool bool
}

type Everything

type Everything struct {
	Embed
	Bool             bool
	Int              int
	Int8             int8
	Int16            int16
	Int32            int32
	Int64            int64
	Uint             uint
	Uint8            uint8
	Uint16           uint16
	Uint32           uint32
	Uint64           uint64
	Uintptr          uintptr
	Float32          float32
	Float64          float64
	Array            []int
	Map              map[string]int
	String           string
	StringPointer    *string
	Int64Pointer     *int64
	FooStruct        *Foo
	MySweetInterface SweetInterface
	// contains filtered or unexported fields
}

type Foo

type Foo struct {
	Bar int
}

type SweetInterface

type SweetInterface interface {
	Cats() int
}

Jump to

Keyboard shortcuts

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