Documentation ¶ Index ¶ type API func (x *API) EventInvoke(w http.ResponseWriter, req *http.Request) func (x *API) SyncCities(ctx context.Context) (err error) func (x *API) SyncCountries(ctx context.Context) (err error) func (x *API) SyncStates(ctx context.Context) (err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type API ¶ type API struct { *common.Inject } func (*API) EventInvoke ¶ func (x *API) EventInvoke(w http.ResponseWriter, req *http.Request) func (*API) SyncCities ¶ func (x *API) SyncCities(ctx context.Context) (err error) func (*API) SyncCountries ¶ func (x *API) SyncCountries(ctx context.Context) (err error) func (*API) SyncStates ¶ func (x *API) SyncStates(ctx context.Context) (err error) Source Files ¶ View all Source files api.go Click to show internal directories. Click to hide internal directories.