Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClientWithTransferState ¶
type FakeClientWithTransferState struct { coordinator.CoordinatorNoOp // contains filtered or unexported fields }
FakeClientWithTransferState is a fake controlplane client which stores sharded object transfer state
func NewFakeClientWithTransferState ¶
func NewFakeClientWithTransferState() *FakeClientWithTransferState
func (*FakeClientWithTransferState) GetTransferState ¶
func (c *FakeClientWithTransferState) GetTransferState(transferID string) (map[string]*coordinator.TransferStateData, error)
func (*FakeClientWithTransferState) SetTransferState ¶
func (c *FakeClientWithTransferState) SetTransferState(transferID string, state map[string]*coordinator.TransferStateData) error
Click to show internal directories.
Click to hide internal directories.