address

package
v0.0.0-...-0e3259e Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2020 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Address

type Address struct {
	Description string             `datastore:",noindex" json:"description"`
	Borough     string             `datastore:",noindex" json:"borough"`
	City        string             `json:"city"`
	Country     string             `json:"country"`
	Postcode    string             `datastore:",noindex" json:"postcode"`
	GeoPoint    appengine.GeoPoint `datastore:",noindex" json:"geoPoint"`
}

Address struct for account addresses.

type Addresses

type Addresses map[string]*Address

Addresses is map[string]*Address.

Jump to

Keyboard shortcuts

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