Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Brewery ¶
type Brewery struct { ID string `json:"id,omitempty"` Name string `json:"name,omitempty"` Description string `json:"description,omitempty"` Website string `json:"website,omitempty"` Established string `json:"established,omitempty"` MailingListURL string `json:"mailingListUrl,omitempty"` IsOrganic bool `json:"isOrganic,omitempty"` Images Images `json:"images,omitempty"` }
type Location ¶
type Location struct { Address `json:"address,omitempty"` LatLng `json:"lat_lng,omitempty"` ID string `json:"id,omitempty"` Name string `json:"name,omitempty"` Phone string `json:"phone,omitempty"` IsPrimary bool `json:"isPrimary,omitempty"` InPlanning bool `json:"inPlanning,omitempty"` IsClosed bool `json:"isClosed,omitempty"` OpenToPublic bool `json:"openToPublic,omitempty"` HoursOfOperation interface{} `json:"hoursOfOperation,omitempty"` HoursOfOperationExplicit interface{} `json:"hoursOfOperation_explicit,omitempty"` HoursOfOperationNotes string `json:"hoursOfOperation_notes,omitempty"` TourInfo string `json:"tourInfo,omitempty"` LocationType LocationType `json:"locationType,omitempty"` LocationTypeDisplay string `json:"locationType_display,omitempty"` CountryIsoCode string `json:"countryIsoCode,omitempty"` YearOpened string `json:"yearOpened,omitempty"` BreweryID string `json:"breweryId,omitempty"` Brewery Brewery `json:"brewery,omitempty"` }
type LocationType ¶
type LocationType string
const ( Micro LocationType = "micro" Macro LocationType = "macro" Nano LocationType = "nano" PrewPub LocationType = "prewpub" Office LocationType = "office" Production LocationType = "production" Tasting LocationType = "office" Restaraunt LocationType = "restaurant" Cidery LocationType = "cidery" Meadery LocationType = "meadery" )
Click to show internal directories.
Click to hide internal directories.