model

package
v0.0.0-...-13fa9a0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2023 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 Location

type Location struct {
	ID string `json:"id"`
	// The name of the location
	Name string `json:"name"`
	// A short description about the location
	Description string `json:"description"`
	// The location's main photo as a URL
	Photo string `json:"photo"`
}

func (Location) IsEntity

func (Location) IsEntity()

type LocationInput

type LocationInput struct {
	Name        string `json:"name"`
	Description string `json:"description"`
	Photo       string `json:"photo"`
}

Jump to

Keyboard shortcuts

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