Documentation ¶
Index ¶
- Variables
- type GeoService
- func (e *GeoService) CreateGeo(geo model.Geo) (g model.Geo, err error)
- func (e *GeoService) DeleteGeo(geo model.Geo) (err error)
- func (e *GeoService) EditGeo(geo model.Geo) (g model.Geo, err error)
- func (e *GeoService) GetGeo(geo model.Geo) (g model.Geo, err error)
- func (e *GeoService) GetGeoByWhere(geo model.Geo) (g model.Geo, err error)
- func (e *GeoService) GetGeos(level string, code string) (g []model.Geo, err error)
- type ServiceGroup
Constants ¶
This section is empty.
Variables ¶
View Source
var ServiceGroupApp = new(ServiceGroup)
Functions ¶
This section is empty.
Types ¶
type GeoService ¶
type GeoService struct{}
func (*GeoService) GetGeoByWhere ¶
type ServiceGroup ¶
type ServiceGroup struct {
GeoService
}
Click to show internal directories.
Click to hide internal directories.