response

package
v0.0.0-...-b5d3c5c Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseResult

type BaseResult struct {
	Ok     bool   `json:"ok"`
	Reason string `json:"reason"`
}
type Menu struct {
	MenuName  string `json:"menu_name"`
	CourseTxt string `json:"course_txt"`
	ImageURL  string `json:"image_url"`
	TotKcal   uint   `json:"tot_kcal"`
	// MenuID    string    `gorm:"menu_id"`
	SubMenu []string `json:"sub_menu"` // "감자탕" : 154(kcal)
	// contains filtered or unexported fields
}
type MenuResult struct {
	BaseResult
	Count      uint            `json:"count"`
	Date       string          `json:"date"`
	Restaurant string          `json:"restaurant"`
	MealType   string          `json:"meal_type"`
	Menu       map[string]Menu `json:"menu"`
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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