Documentation
¶
Index ¶
Constants ¶
View Source
const DateFormat = "2006-01-02"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Countries ¶
type Countries interface {
Info() RecordInfo
Entries() map[string]Country
}
type Country ¶
type Country interface {
Info() RecordInfo
CountryCode() string
CountryName() string
Dates() map[time.Time]RecordInfo
Add(rec *readers.Record)
}
type RecordInfo ¶
Click to show internal directories.
Click to hide internal directories.