Documentation ¶ Index ¶ type FakeGeocoding func (f *FakeGeocoding) Geocode(_ context.Context, _ *beeorm.Engine, address string, ...) (*geocoding.Address, error) func (f *FakeGeocoding) ReverseGeocode(_ context.Context, _ *beeorm.Engine, latLng *geocoding.LatLng, ...) (*geocoding.Address, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type FakeGeocoding ¶ type FakeGeocoding struct { mock.Mock } func (*FakeGeocoding) Geocode ¶ func (f *FakeGeocoding) Geocode(_ context.Context, _ *beeorm.Engine, address string, language geocoding.Language) (*geocoding.Address, error) func (*FakeGeocoding) ReverseGeocode ¶ func (f *FakeGeocoding) ReverseGeocode( _ context.Context, _ *beeorm.Engine, latLng *geocoding.LatLng, language geocoding.Language, ) (*geocoding.Address, error) Source Files ¶ View all Source files geocoding.go Click to show internal directories. Click to hide internal directories.