Versions in this module Expand all Collapse all v0 v0.2.3 Apr 21, 2026 v0.2.2 Mar 30, 2026 v0.2.1 Mar 15, 2026 v0.2.0 Mar 3, 2026 v0.1.0 Feb 26, 2026 Changes in this version + type APIError struct + Code int + Message string + func (e *APIError) Error() string + type Budget struct + Average string + BudgetMemo string + Code string + Name string + type BudgetMaster struct + Code string + Name string + type BudgetResponse struct + Results BudgetResults + type BudgetResults struct + APIVersion string + Budgets []BudgetMaster + ResultsAvailable int + ResultsReturned string + ResultsStart int + type Client struct + APIKey string + BaseURL string + HTTPClient *http.Client + func NewClient(apiKey string) *Client + func (c *Client) Get(path string, params interface{}, out interface{}) error + type CodeName struct + Code string + Name string + type CouponURLs struct + PC string + SP string + type CreditCard struct + Code string + Name string + type CreditCardResponse struct + Results CreditCardResults + type CreditCardResults struct + APIVersion string + CreditCards []CreditCard + ResultsAvailable int + ResultsReturned string + ResultsStart int + type FlexInt int + func (fi *FlexInt) UnmarshalJSON(b []byte) error + type Genre struct + Code string + Name string + type GenreParams struct + Code []string + Keyword *string + type GenreResponse struct + Results GenreResults + type GenreResults struct + APIVersion string + Genres []Genre + ResultsAvailable int + ResultsReturned string + ResultsStart int + type GourmetResponse struct + Results GourmetResults + type GourmetResults struct + APIVersion string + ResultsAvailable int + ResultsReturned string + ResultsStart int + Shops []Shop + type GourmetSearchParams struct + Address *string + Band bool + BarrierFree bool + Budget []string + Card bool + Charter bool + Child bool + Cocktail bool + Count *int + Course bool + CreditCardFilter []string + Datum *string + English bool + Equipment bool + FreeDrink bool + FreeFood bool + Genre []string + Horigotatsu bool + ID []string + Karaoke bool + Keyword *string + Ktai bool + KtaiCoupon *int + LargeArea []string + LargeServiceArea *string + Lat *float64 + Lng *float64 + Lunch bool + MiddleArea []string + Midnight bool + MidnightMeal bool + Name *string + NameAny *string + NameKana *string + NightView bool + NonSmoking bool + OpenAir bool + Order *int + Parking bool + PartyCapacity *int + Pet bool + PrivateRoom bool + Range *int + Sake bool + ServiceArea []string + Shochu bool + Show bool + SmallArea []string + Sommelier bool + Special []string + SpecialCategory []string + SpecialCategoryOr []string + SpecialOr []string + Start *int + TV bool + Tatami bool + Tel *string + Type *string + Wedding bool + WiFi bool + Wine bool + type LargeArea struct + Code string + LargeServiceArea CodeName + Name string + ServiceArea CodeName + type LargeAreaParams struct + Keyword *string + LargeArea []string + type LargeAreaResponse struct + Results LargeAreaResults + type LargeAreaResults struct + APIVersion string + LargeAreas []LargeArea + ResultsAvailable int + ResultsReturned string + ResultsStart int + type LargeServiceArea struct + Code string + Name string + type LargeServiceAreaResponse struct + Results LargeServiceAreaResults + type LargeServiceAreaResults struct + APIVersion string + LargeServiceAreas []LargeServiceArea + ResultsAvailable int + ResultsReturned string + ResultsStart int + type MiddleArea struct + Code string + LargeArea CodeName + LargeServiceArea CodeName + Name string + ServiceArea CodeName + type MiddleAreaParams struct + Count *int + Keyword *string + LargeArea []string + MiddleArea []string + Start *int + type MiddleAreaResponse struct + Results MiddleAreaResults + type MiddleAreaResults struct + APIVersion string + MiddleAreas []MiddleArea + ResultsAvailable int + ResultsReturned string + ResultsStart int + type Photo struct + Mobile PhotoSizes + PC PhotoSizes + type PhotoSizes struct + L string + M string + S string + type ServiceArea struct + Code string + LargeServiceArea CodeName + Name string + type ServiceAreaResponse struct + Results ServiceAreaResults + type ServiceAreaResults struct + APIVersion string + ResultsAvailable int + ResultsReturned string + ResultsStart int + ServiceAreas []ServiceArea + type Shop struct + Access string + Address string + Band string + BarrierFree string + Budget Budget + Capacity FlexInt + Card string + Catch string + Charter string + Child string + Close string + Cocktail string + CouponURLs CouponURLs + Course string + English string + Equipment string + FreeDrink string + FreeFood string + Genre CodeName + Horigotatsu string + ID string + Karaoke string + Ktai string + KtaiCoupon FlexInt + LargeArea CodeName + LargeServiceArea CodeName + Lat float64 + Lng float64 + LogoImage string + Lunch string + MiddleArea CodeName + Midnight string + MidnightMeal string + MobileAccess string + Name string + NameKana string + NightView string + NonSmoking string + Open string + OpenAir string + OtherMemo string + Parking string + PartyCapacity FlexInt + Pet string + Photo Photo + PrivateRoom string + Sake string + ServiceArea CodeName + Shochu string + ShopDetailMemo string + Show string + SmallArea CodeName + Sommelier string + StationName string + SubGenre CodeName + TV string + Tatami string + URLs URLs + Wedding string + WiFi string + Wine string + type ShopBrief struct + Address string + Desc string + Genre CodeName + ID string + Name string + NameKana string + URLs URLs + type ShopSearchParams struct + Count *int + Keyword *string + Start *int + Tel *string + type ShopSearchResponse struct + Results ShopSearchResults + type ShopSearchResults struct + APIVersion string + ResultsAvailable int + ResultsReturned string + ResultsStart int + Shops []ShopBrief + type SmallArea struct + Code string + LargeArea CodeName + LargeServiceArea CodeName + MiddleArea CodeName + Name string + ServiceArea CodeName + type SmallAreaParams struct + Count *int + Keyword *string + MiddleArea []string + SmallArea []string + Start *int + type SmallAreaResponse struct + Results SmallAreaResults + type SmallAreaResults struct + APIVersion string + ResultsAvailable int + ResultsReturned string + ResultsStart int + SmallAreas []SmallArea + type Special struct + Code string + Name string + SpecialCategory CodeName + type SpecialCategory struct + Code string + Name string + type SpecialCategoryParams struct + SpecialCategory []string + type SpecialCategoryResponse struct + Results SpecialCategoryResults + type SpecialCategoryResults struct + APIVersion string + ResultsAvailable int + ResultsReturned string + ResultsStart int + SpecialCategories []SpecialCategory + type SpecialParams struct + Special []string + SpecialCategory []string + type SpecialResponse struct + Results SpecialResults + type SpecialResults struct + APIVersion string + ResultsAvailable int + ResultsReturned string + ResultsStart int + Specials []Special + type URLs struct + PC string