Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider[K types.ResponseKey, V types.ResponseValue] struct { mock.Mock }
Provider is an autogenerated mock type for the Provider type
func NewProvider ¶
func NewProvider[K types.ResponseKey, V types.ResponseValue](t interface { mock.TestingT Cleanup(func()) }) *Provider[K, V]
NewProvider creates a new instance of Provider. 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 (*Provider[K, V]) GetData ¶
func (_m *Provider[K, V]) GetData() map[K]types.ResolvedResult[V]
GetData provides a mock function with no fields
func (*Provider[K, V]) Type ¶
func (_m *Provider[K, V]) Type() types.ProviderType
Type provides a mock function with no fields
Click to show internal directories.
Click to hide internal directories.