Documentation ¶
Index ¶
- type FGeoLocation
- func (f *FGeoLocation) AddCountry(c echo.Context) error
- func (f *FGeoLocation) DeleteCountry(c echo.Context) error
- func (f *FGeoLocation) GetCountry(c echo.Context) error
- func (f *FGeoLocation) ListAllCountry(c echo.Context) error
- func (f *FGeoLocation) RefreshCountryIndexer(c echo.Context) error
- func (f *FGeoLocation) SearchCountryIndexer(c echo.Context) error
- func (f *FGeoLocation) UpdateCountry(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FGeoLocation ¶
type FGeoLocation struct { features.BaseFeature // contains filtered or unexported fields }
FGeoLocation represent FGeoLocation
func NewFGeoLocation ¶
func NewFGeoLocation(h *handler.Handler) (*FGeoLocation, error)
NewFGeoLocation new FGeoLocation
func (*FGeoLocation) AddCountry ¶
func (f *FGeoLocation) AddCountry(c echo.Context) error
AddCountry add Country
func (*FGeoLocation) DeleteCountry ¶
func (f *FGeoLocation) DeleteCountry(c echo.Context) error
DeleteCountry delete Country
func (*FGeoLocation) GetCountry ¶
func (f *FGeoLocation) GetCountry(c echo.Context) error
GetCountry get Country
func (*FGeoLocation) ListAllCountry ¶
func (f *FGeoLocation) ListAllCountry(c echo.Context) error
ListAllCountry list AllCountry
func (*FGeoLocation) RefreshCountryIndexer ¶
func (f *FGeoLocation) RefreshCountryIndexer(c echo.Context) error
RefreshCountryIndexer refresh Country Indexer
func (*FGeoLocation) SearchCountryIndexer ¶
func (f *FGeoLocation) SearchCountryIndexer(c echo.Context) error
SearchCountryIndexer search Country Indexer
func (*FGeoLocation) UpdateCountry ¶
func (f *FGeoLocation) UpdateCountry(c echo.Context) error
UpdateCountry update Country
Click to show internal directories.
Click to hide internal directories.