Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Handle ¶
func Handle(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
Types ¶
type Description ¶
type Trail ¶
type Trail struct { ID uint64 `json:"id"` TrailRank uint8 `json:"trailrank"` Distance string `json:"distance"` Elevation string `json:"slope"` Name string `json:"name"` Near string `json:"near"` Author string `json:"author"` AuthorAvatar string `json:"authorAvatar"` TrailTypeText string `json:"pictoText"` TrailType uint8 `json:"trailType"` TrailTypeImgNum uint8 `json:"picto"` PrettyURL string `json:"prettyURL"` Lon float64 `json:"lon"` Lat float64 `json:"lat"` Thumbnails []Thumbnail `json:"thumbs"` }
Click to show internal directories.
Click to hide internal directories.