Documentation ¶
Index ¶
- type Bridge
- func (_m *Bridge) Init(sysevents sysmessaging.SystemEvents)
- func (_m *Bridge) WaitForMessage(ctx context.Context, ns string, id *fftypes.UUID, send syncasync.RequestSender) (*fftypes.Message, error)
- func (_m *Bridge) WaitForReply(ctx context.Context, ns string, id *fftypes.UUID, send syncasync.RequestSender) (*fftypes.MessageInOut, error)
- func (_m *Bridge) WaitForTokenPool(ctx context.Context, ns string, id *fftypes.UUID, send syncasync.RequestSender) (*fftypes.TokenPool, error)
- func (_m *Bridge) WaitForTokenTransfer(ctx context.Context, ns string, id *fftypes.UUID, send syncasync.RequestSender) (*fftypes.TokenTransfer, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bridge ¶
Bridge is an autogenerated mock type for the Bridge type
func (*Bridge) Init ¶
func (_m *Bridge) Init(sysevents sysmessaging.SystemEvents)
Init provides a mock function with given fields: sysevents
func (*Bridge) WaitForMessage ¶ added in v0.11.0
func (_m *Bridge) WaitForMessage(ctx context.Context, ns string, id *fftypes.UUID, send syncasync.RequestSender) (*fftypes.Message, error)
WaitForMessage provides a mock function with given fields: ctx, ns, id, send
func (*Bridge) WaitForReply ¶ added in v0.11.0
func (_m *Bridge) WaitForReply(ctx context.Context, ns string, id *fftypes.UUID, send syncasync.RequestSender) (*fftypes.MessageInOut, error)
WaitForReply provides a mock function with given fields: ctx, ns, id, send
func (*Bridge) WaitForTokenPool ¶ added in v0.11.0
func (_m *Bridge) WaitForTokenPool(ctx context.Context, ns string, id *fftypes.UUID, send syncasync.RequestSender) (*fftypes.TokenPool, error)
WaitForTokenPool provides a mock function with given fields: ctx, ns, id, send
func (*Bridge) WaitForTokenTransfer ¶ added in v0.11.0
func (_m *Bridge) WaitForTokenTransfer(ctx context.Context, ns string, id *fftypes.UUID, send syncasync.RequestSender) (*fftypes.TokenTransfer, error)
WaitForTokenTransfer provides a mock function with given fields: ctx, ns, id, send
Click to show internal directories.
Click to hide internal directories.