car

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: May 17, 2021 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Car

type Car struct {
	ID          string  `json:"id"`
	CarType     string  `json:"car_type"`
	CarTypeName string  `json:"car_type_name"`
	CarOfArea   string  `json:"car_of_area"`
	ProjectName string  `json:"project_name"`
	ProjectID   string  `json:"project_id"`
	Latitude    float64 `json:"latitude"`
	Longitude   float64 `json:"longitude"`
	Seat        int     `json:"seat"`
	Distance    float64 `json:"distance"`
}

Car declare car struct

Jump to

Keyboard shortcuts

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