Versions in this module Expand all Collapse all v0 v0.0.2 Nov 19, 2020 v0.0.1 Nov 16, 2020 Changes in this version + type FGeoLocation struct + func NewFGeoLocation(h *handler.Handler) (*FGeoLocation, error) + 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