Documentation
¶
Overview ¶
Package datatest contains autogenerated mocks.
Index ¶
- type Store
- func (mockerySelf *Store) DeleteModuleByID(id int) error
- func (mockerySelf *Store) InsertModules(mockeryArg0 []coordinates.Module) (int, error)
- func (mockerySelf *Store) ListHeartbeats() ([]payloads.Heartbeat, error)
- func (mockerySelf *Store) ListModuleIDs() ([]int64, error)
- func (mockerySelf *Store) ListModules() ([]coordinates.SerialModule, error)
- func (mockerySelf *Store) ListModulesByIDs(ids []int64) ([]coordinates.SerialModule, error)
- func (mockerySelf *Store) ListModulesBySource(source string) ([]coordinates.SerialModule, error)
- func (mockerySelf *Store) ListStartConfigs() ([]payloads.Configuration, error)
- func (mockerySelf *Store) PurgeProxy(instance netservice.Instance) error
- func (mockerySelf *Store) SetHeartbeat(mockeryArg0 payloads.Heartbeat) error
- func (mockerySelf *Store) SetStartConfig(mockeryArg0 payloads.Configuration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
Store is an autogenerated mock type for the Store type
func (*Store) DeleteModuleByID ¶ added in v0.0.9
DeleteModuleByID provides a mock function with given fields: id
func (*Store) InsertModules ¶
func (mockerySelf *Store) InsertModules(mockeryArg0 []coordinates.Module) (int, error)
InsertModules provides a mock function with given fields: mockeryArg0
func (*Store) ListHeartbeats ¶
ListHeartbeats provides a mock function with given fields:
func (*Store) ListModuleIDs ¶
ListModuleIDs provides a mock function with given fields:
func (*Store) ListModules ¶
func (mockerySelf *Store) ListModules() ([]coordinates.SerialModule, error)
ListModules provides a mock function with given fields:
func (*Store) ListModulesByIDs ¶
func (mockerySelf *Store) ListModulesByIDs(ids []int64) ([]coordinates.SerialModule, error)
ListModulesByIDs provides a mock function with given fields: ids
func (*Store) ListModulesBySource ¶
func (mockerySelf *Store) ListModulesBySource(source string) ([]coordinates.SerialModule, error)
ListModulesBySource provides a mock function with given fields: source
func (*Store) ListStartConfigs ¶
func (mockerySelf *Store) ListStartConfigs() ([]payloads.Configuration, error)
ListStartConfigs provides a mock function with given fields:
func (*Store) PurgeProxy ¶
func (mockerySelf *Store) PurgeProxy(instance netservice.Instance) error
PurgeProxy provides a mock function with given fields: instance
func (*Store) SetHeartbeat ¶
SetHeartbeat provides a mock function with given fields: mockeryArg0
func (*Store) SetStartConfig ¶
func (mockerySelf *Store) SetStartConfig(mockeryArg0 payloads.Configuration) error
SetStartConfig provides a mock function with given fields: mockeryArg0