test

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2013 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 AllTypes

type AllTypes struct {
	Uint    uint
	Uint8   uint8
	Uint16  uint16
	Uint32  uint32
	Uint64  uint64
	Int     int
	Int8    int8
	Int16   int16
	Int32   int32
	Int64   int64
	Float32 float32
	Float64 float64
	Byte    byte
	Rune    rune
	String  string
	*zoom.Model
}

The AllTypes struct A struct containing all supported types

type Person

type Person struct {
	Name string
	Age  int
	*zoom.Model
}

The Person struct

func NewPerson

func NewPerson(name string, age int) *Person

A convenient constructor for the Person struct

type Pet

type Pet struct {
	Name string
	Kind string
	*zoom.Model
}

The Pet struct

func NewPet

func NewPet(name, kind string) *Pet

A convenient constructor for the Pet struct

Jump to

Keyboard shortcuts

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