models

package
v0.0.0-...-4a76942 Latest Latest
Warning

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

Go to latest
Published: May 21, 2020 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 Line

type Line struct {
	Name       string `json:"name"`
	LineColorC string `json:"lineColorC"`
}

type StationByCoords

type StationByCoords struct {
	Address  string  `json:"address"`
	Lines    []Line  `json:"lines"`
	Name     string  `json:"name"`
	Distance float64 `json:"distance"`
}

type StationByCoordsResponse

type StationByCoordsResponse struct {
	StationByCoords StationByCoords `json:"stationByCoords"`
}

Jump to

Keyboard shortcuts

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