Documentation ¶
Index ¶
Constants ¶
View Source
const ( LocationErrorInvalidCountryCode = iota // 0 LocationErrorInvalidCityCode // 1 )
Variables ¶
This section is empty.
Functions ¶
func LocationsGetCountries ¶
func LocationsGetCountries(c echo.Context) error
LocationsGetCountries displays all available location in Tania
Types ¶
type LocationError ¶
type LocationError struct {
// contains filtered or unexported fields
}
LocationError is a custom error from Go built-in error
func (LocationError) Error ¶
func (e LocationError) Error() string
type LocationServer ¶
type LocationServer struct{}
func NewLocationServer ¶
func NewLocationServer() (*LocationServer, error)
func (*LocationServer) Mount ¶
func (s *LocationServer) Mount(g *echo.Group)
Click to show internal directories.
Click to hide internal directories.