package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Mar 29, 2022
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
¶
type City struct {
Id string `yaml:"id"`
Name string `yaml:"name"`
Description string `yaml:"description"`
Districts []Districts `yaml:"districts"`
}
type Districts struct {
Id string `yaml:"id"`
Name []string `yaml:"name"`
}
type Region struct {
Id string `yaml:"id"`
Name string `yaml:"name"`
City []City `yaml:"city"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.