searchmodel

package
v0.0.0-...-06d6e1b Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CafeDocJson

type CafeDocJson struct {
	Address       *string    `json:"address"`
	AverageRating *float64   `json:"average_rating"`
	CafeName      *string    `json:"cafe_name"`
	DateAdded     *time.Time `json:"date_added"`
	Location      []float64  `json:"location"`
	MenuItems     *MenuItems `json:"menu_items"`
	PhoneNumber   *string    `json:"phone_number"`
	ReviewCount   *uint64    `json:"review_count"`
	Website       *string    `json:"website"`
}

type Items

type Items struct {
	Available   bool     `json:"available"`
	Ingredients *string  `json:"ingredients"`
	ItemName    *string  `json:"item_name"`
	Price       *float64 `json:"price"`
	Size        *string  `json:"size"`
}
type MenuItems struct {
	Category *string `json:"category"`
	Items    *Items  `json:"items"`
}

Jump to

Keyboard shortcuts

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