benchmark

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2013 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Invoice

type Invoice struct {
	Created  int64
	Updated  int64
	Memo     string
	PersonId int64
	IsPaid   bool
	*zoom.Model
}

The Invoice struct

func NewInvoice

func NewInvoice(created, updated int64, memo string, personId int64, isPaid bool) *Invoice

A convenient constructor for the Invoice struct

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

Jump to

Keyboard shortcuts

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