Documentation ¶
Index ¶
- func GetAllCadastralTerritories(db *gorm.DB, w http.ResponseWriter, r *http.Request)
- func GetAllCities(db *gorm.DB, w http.ResponseWriter, r *http.Request)
- func GetAllCityParts(db *gorm.DB, w http.ResponseWriter, r *http.Request)
- func GetAllPlaces(db *gorm.DB, w http.ResponseWriter, r *http.Request)
- func GetAllStreets(db *gorm.DB, w http.ResponseWriter, r *http.Request)
- func GetCadastralTerritory(db *gorm.DB, w http.ResponseWriter, r *http.Request)
- func GetCity(db *gorm.DB, w http.ResponseWriter, r *http.Request)
- func GetCityPart(db *gorm.DB, w http.ResponseWriter, r *http.Request)
- func GetHealtStatus(db *gorm.DB, w http.ResponseWriter, r *http.Request)
- func GetPlace(db *gorm.DB, w http.ResponseWriter, r *http.Request)
- func GetStreet(db *gorm.DB, w http.ResponseWriter, r *http.Request)
- func SearchPlace(db *gorm.DB, w http.ResponseWriter, r *http.Request)
- type HealthCheck
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllCadastralTerritories ¶
GetAllCadastralTerritories from db
func GetAllCities ¶
GetAllCities from db
func GetAllCityParts ¶
GetAllCityParts from db
func GetAllPlaces ¶
GetAllPlaces from db
func GetAllStreets ¶
GetAllStreets from db
func GetCadastralTerritory ¶
GetCadastralTerritory by name
func GetCityPart ¶
GetCityPart by name
func GetHealtStatus ¶
GetHealtStatus retuns application status info
func SearchPlace ¶
SearchPlace by filter
Types ¶
type HealthCheck ¶
HealthCheck struct
Click to show internal directories.
Click to hide internal directories.