schema

package
v0.0.0-...-064a264 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2017 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Company

type Company struct {
	ID   string
	Name string
}

type LineItem

type LineItem struct {
	Product string
	Amount  int
}

type Order

type Order struct {
	ID        string
	User      string
	Ts        string
	LineItems []LineItem
}

type User

type User struct {
	ID      string
	Name    string
	Company string
}

Jump to

Keyboard shortcuts

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