
The highest tagged major version is
v3.
package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Sep 22, 2022
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 Country struct {
Data []CountryData `json:"data"`
}
type CountryData struct {
Country string `json:"country"`
Code string `json:"code"`
}
type Events struct {
Data []event `json:"data"`
Count int32 `json:"count"`
Page int32 `json:"page"`
}
type Types struct {
Data []string `json:"data"`
Count int16 `json:"count"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.