message

package
v0.0.0-...-0b7008c Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2023 License: GPL-2.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 GoogleChartColumns

type GoogleChartColumns struct {
	Id    string `json:"id"`
	Label string `json:"label"`
	Type  string `json:"type"`
}

type GoogleChartRows

type GoogleChartRows struct {
	C []GoogleRowsValues `json:"c"`
}

type GoogleRowsValues

type GoogleRowsValues struct {
	V []interface{} `json:"v"`
}

type JsonChartDataResponse

type JsonChartDataResponse struct {
	Value [][]interface{} `json:""`
}

type JsonDataListResponse

type JsonDataListResponse struct {
	// serialnumber of the drone
	SerialNumber string `json:"serialNumber,omitempty"`
	// fly date
	FlyDate string `json:"flyDate,omitempty"`
	// localisation of the fly
	Place string `json:"place,omitempty"`
	// path to get the csv file containing the fly data
	CsvFile string `json:"csvFile"`
	// path to get the kmz file of the fly
	KmzFile string `json:"kmzFile"`
	// path to get the gpx file of the fly
	GpxFile string `json:"gpxFile"`
	// path to get the original json file of the fly
	OriginalFile string `json:"originalFile"`
	// fly duration
	FlyDuration string `json:"flyDuration"`
}

contains all informations about the files (types csv, gpx, kmz, json) and identifications informations swagger:response jsonDataListResponse

type JsonSerialNumberRow

type JsonSerialNumberRow struct {
	SerialNumber string `json:"serialNumber,omitempty"`
}

type Point

type Point struct {
	// description of the Point
	Description string `json:"description,omitempty"`
	// latitude in decimal value
	Latitude float64 `json:"lat"`
	// longitude in decimal value
	Longitude float64 `json:"lng"`
}

point position in latitude and longitude projection wgs84 swagger:response point

Jump to

Keyboard shortcuts

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