Documentation
¶
Index ¶
- type IClient
- func (_m *IClient) GetGlyphs(ctx context.Context, params *geomaps.GetGlyphsInput, ...) (*geomaps.GetGlyphsOutput, error)
- func (_m *IClient) GetSprites(ctx context.Context, params *geomaps.GetSpritesInput, ...) (*geomaps.GetSpritesOutput, error)
- func (_m *IClient) GetStaticMap(ctx context.Context, params *geomaps.GetStaticMapInput, ...) (*geomaps.GetStaticMapOutput, error)
- func (_m *IClient) GetStyleDescriptor(ctx context.Context, params *geomaps.GetStyleDescriptorInput, ...) (*geomaps.GetStyleDescriptorOutput, error)
- func (_m *IClient) GetTile(ctx context.Context, params *geomaps.GetTileInput, ...) (*geomaps.GetTileOutput, error)
- func (_m *IClient) Options() geomaps.Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) GetGlyphs ¶
func (_m *IClient) GetGlyphs(ctx context.Context, params *geomaps.GetGlyphsInput, optFns ...func(*geomaps.Options)) (*geomaps.GetGlyphsOutput, error)
GetGlyphs provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetSprites ¶
func (_m *IClient) GetSprites(ctx context.Context, params *geomaps.GetSpritesInput, optFns ...func(*geomaps.Options)) (*geomaps.GetSpritesOutput, error)
GetSprites provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetStaticMap ¶
func (_m *IClient) GetStaticMap(ctx context.Context, params *geomaps.GetStaticMapInput, optFns ...func(*geomaps.Options)) (*geomaps.GetStaticMapOutput, error)
GetStaticMap provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetStyleDescriptor ¶
func (_m *IClient) GetStyleDescriptor(ctx context.Context, params *geomaps.GetStyleDescriptorInput, optFns ...func(*geomaps.Options)) (*geomaps.GetStyleDescriptorOutput, error)
GetStyleDescriptor provides a mock function with given fields: ctx, params, optFns
Click to show internal directories.
Click to hide internal directories.