Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OPSProvider ¶
OPSProvider is an autogenerated mock type for the OPSProvider type
func NewOPSProvider ¶
func NewOPSProvider(t interface { mock.TestingT Cleanup(func()) }) *OPSProvider
NewOPSProvider creates a new instance of OPSProvider. 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 (*OPSProvider) GetLatestTile ¶
func (_m *OPSProvider) GetLatestTile(_a0 context.Context) (types.TileNumber, error)
GetLatestTile provides a mock function with given fields: _a0
func (*OPSProvider) GetParamSet ¶
func (_m *OPSProvider) GetParamSet(ctx context.Context, tileNumber types.TileNumber) (paramtools.ReadOnlyParamSet, error)
GetParamSet provides a mock function with given fields: ctx, tileNumber
Click to show internal directories.
Click to hide internal directories.