package
Version:
v0.0.0-...-8d8eef1
Opens a new window with list of versions in this module.
Published: Oct 17, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
Dates Dates `json:"dates"`
Namedays Langlist `json:"namedays"`
}
type Dates struct {
Day int `json:"day"`
Month int `json:"month"`
}
type Langlist struct {
Hungarian string `json:"hu"`
}
type NamedayResponse struct {
Data Data `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.