package
Version:
v0.0.0-...-b2ed17c
Opens a new window with list of versions in this module.
Published: Aug 12, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Geotag struct {
Elapsed int32 `json:"elapsed"`
Latitude float64 `json:"latitude"`
Longitude float64 `json:"longitude"`
FarmNum uint8 `json:"farm_num"`
Directory string `json:"directory"`
}
type Tag struct {
TagName string `json:"tag_name"`
Geotags []*Geotag `json:"geotags"`
}
type Validator struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.