package
Version:
v0.0.0-...-a525ec8
Opens a new window with list of versions in this module.
Published: Jun 14, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type RequestParameters struct {
Product string `json:"product" binding:"required"`
Perimeter string `json:"perimeter" binding:"required"`
Parameters string `json:"parameters" binding:"required"`
}
type SpatialFilter struct {
SRID string `json:"srid"`
GeometryType string `json:"geometrytype"`
Coordinates string `json:"coordinates"`
}
type UUIDCSV struct {
UUID string `json:"uuid"`
Tables []string `json:"tables"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.