Discover Packages
github.com/echovisionlab/aws-weather-api
pkg
query
package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Mar 26, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Record struct {
Minute int `validate:"gte=0" form:"minute" binding:""`
StationID int `validate:"required,gt=0" form:"station"`
Page int `form:"page"`
PageSize int `form:"page_size"`
}
type Station struct {
Name string `form:"name"`
Addr string `form:"addr"`
ID int `validate:"gte=0" form:"id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.