Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DishAlias ¶
DishAlias holds the schema definition for the DishAlias entity.
func (DishAlias) Annotations ¶
func (DishAlias) Annotations() []schema.Annotation
Annotations of the DishAlias.
type Location ¶
Location holds the schema definition for the Location entity.
func (Location) Annotations ¶
func (Location) Annotations() []schema.Annotation
Annotations of the Location.
type Occurrence ¶
Occurrence holds the schema definition for the Occurrence entity.
func (Occurrence) Annotations ¶
func (Occurrence) Annotations() []schema.Annotation
Annotations of the Occurrence.
type Review ¶
Review holds the schema definition for the Review entity.
func (Review) Annotations ¶
func (Review) Annotations() []schema.Annotation
Annotations of the Review.
type TagPriority ¶
type TagPriority string
const ( Hide TagPriority = "HIDE" Low TagPriority = "LOW" Medium TagPriority = "MEDIUM" High TagPriority = "HIGH" )
func (TagPriority) Values ¶
func (TagPriority) Values() (kinds []string)
Click to show internal directories.
Click to hide internal directories.