Documentation ¶
Index ¶
- Variables
- func HandleCreateUpdatePropertyInfoById(r *http.Request, body models.PropertyInfoData, propertyID string) (models.PropertyInfoResponse, error)
- func HandleGetPropertiesInfo(r *http.Request) (models.PropertiesInfoResponse, error)
- func HandleGetPropertyInfoById(r *http.Request, propertyID string) (models.PropertyInfoResponse, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var DB map[string]models.PropertyInfoData
Functions ¶
func HandleCreateUpdatePropertyInfoById ¶
func HandleCreateUpdatePropertyInfoById(r *http.Request, body models.PropertyInfoData, propertyID string, ) ( models.PropertyInfoResponse, error, )
func HandleGetPropertiesInfo ¶
func HandleGetPropertiesInfo(r *http.Request) (models.PropertiesInfoResponse, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.