Documentation ¶
Index ¶
- type Manager
- func (_m *Manager) EnsureLocalGroup(ctx context.Context, group *fftypes.Group) (bool, error)
- func (_m *Manager) GetGroupByID(ctx context.Context, id string) (*fftypes.Group, error)
- func (_m *Manager) GetGroupsNS(ctx context.Context, ns string, filter database.AndFilter) ([]*fftypes.Group, *database.FilterResult, error)
- func (_m *Manager) NewMessage(ns string, msg *fftypes.MessageInOut) sysmessaging.MessageSender
- func (_m *Manager) RequestReply(ctx context.Context, ns string, request *fftypes.MessageInOut) (*fftypes.MessageInOut, error)
- func (_m *Manager) ResolveInitGroup(ctx context.Context, msg *fftypes.Message) (*fftypes.Group, error)
- func (_m *Manager) SendMessage(ctx context.Context, ns string, in *fftypes.MessageInOut, waitConfirm bool) (*fftypes.Message, error)
- func (_m *Manager) Start() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
Manager is an autogenerated mock type for the Manager type
func (*Manager) EnsureLocalGroup ¶
EnsureLocalGroup provides a mock function with given fields: ctx, group
func (*Manager) GetGroupByID ¶
GetGroupByID provides a mock function with given fields: ctx, id
func (*Manager) GetGroupsNS ¶ added in v0.11.3
func (_m *Manager) GetGroupsNS(ctx context.Context, ns string, filter database.AndFilter) ([]*fftypes.Group, *database.FilterResult, error)
GetGroupsNS provides a mock function with given fields: ctx, ns, filter
func (*Manager) NewMessage ¶ added in v0.11.0
func (_m *Manager) NewMessage(ns string, msg *fftypes.MessageInOut) sysmessaging.MessageSender
NewMessage provides a mock function with given fields: ns, msg
func (*Manager) RequestReply ¶
func (_m *Manager) RequestReply(ctx context.Context, ns string, request *fftypes.MessageInOut) (*fftypes.MessageInOut, error)
RequestReply provides a mock function with given fields: ctx, ns, request
func (*Manager) ResolveInitGroup ¶
func (_m *Manager) ResolveInitGroup(ctx context.Context, msg *fftypes.Message) (*fftypes.Group, error)
ResolveInitGroup provides a mock function with given fields: ctx, msg
Click to show internal directories.
Click to hide internal directories.