Documentation ¶ Index ¶ type Address func (a Address) Valid() bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Address ¶ type Address struct { Name string `json:"-"` Street string `json:"primary_line"` City string `json:"city"` State string `json:"state"` Zip string `json:"zip_code"` Country string `json:"-"` } func (Address) Valid ¶ func (a Address) Valid() bool Source Files ¶ View all Source files address.go Click to show internal directories. Click to hide internal directories.