Documentation ¶
Index ¶
- type StoreClient
- func (_m *StoreClient) Disconnect() error
- func (_m *StoreClient) RemoveFromStore(o contracts.StoredObject) error
- func (_m *StoreClient) RetrieveFromStore(appServiceKey string) ([]contracts.StoredObject, error)
- func (_m *StoreClient) Store(o contracts.StoredObject) (string, error)
- func (_m *StoreClient) Update(o contracts.StoredObject) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoreClient ¶
StoreClient is an autogenerated mock type for the StoreClient type
func (*StoreClient) Disconnect ¶
func (_m *StoreClient) Disconnect() error
Disconnect provides a mock function with given fields:
func (*StoreClient) RemoveFromStore ¶
func (_m *StoreClient) RemoveFromStore(o contracts.StoredObject) error
RemoveFromStore provides a mock function with given fields: o
func (*StoreClient) RetrieveFromStore ¶
func (_m *StoreClient) RetrieveFromStore(appServiceKey string) ([]contracts.StoredObject, error)
RetrieveFromStore provides a mock function with given fields: appServiceKey
func (*StoreClient) Store ¶
func (_m *StoreClient) Store(o contracts.StoredObject) (string, error)
Store provides a mock function with given fields: o
func (*StoreClient) Update ¶
func (_m *StoreClient) Update(o contracts.StoredObject) error
Update provides a mock function with given fields: o
Click to show internal directories.
Click to hide internal directories.