Documentation
¶
Index ¶
Constants ¶
View Source
const (
RFC3339Date = "2006-01-02"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FeedQuery ¶
type FeedQuery struct {
URL struct {
Seed uint32 `schema:"seed,required"`
Hemisphere string `schema:"hemisphere,required"`
Name string `schema:"name,required"`
Date string `schema:"date"`
}
Query struct {
Timezone string `schema:"timezone"`
FirstDate string `schema:"first_date"`
LastDate string `schema:"last_date"`
}
}
Click to show internal directories.
Click to hide internal directories.