Documentation
¶
Index ¶
- type SystemHandlers
- func (_m *SystemHandlers) EnsureLocalGroup(ctx context.Context, group *fftypes.Group) (bool, error)
- func (_m *SystemHandlers) GetGroupByID(ctx context.Context, id string) (*fftypes.Group, error)
- func (_m *SystemHandlers) GetGroups(ctx context.Context, filter database.AndFilter) ([]*fftypes.Group, *database.FilterResult, error)
- func (_m *SystemHandlers) HandleSystemBroadcast(ctx context.Context, msg *fftypes.Message, data []*fftypes.Data) (bool, error)
- func (_m *SystemHandlers) ResolveInitGroup(ctx context.Context, msg *fftypes.Message) (*fftypes.Group, error)
- func (_m *SystemHandlers) SendReply(ctx context.Context, event *fftypes.Event, reply *fftypes.MessageInOut)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemHandlers ¶
SystemHandlers is an autogenerated mock type for the SystemHandlers type
func (*SystemHandlers) EnsureLocalGroup ¶
EnsureLocalGroup provides a mock function with given fields: ctx, group
func (*SystemHandlers) GetGroupByID ¶
GetGroupByID provides a mock function with given fields: ctx, id
func (*SystemHandlers) GetGroups ¶
func (_m *SystemHandlers) GetGroups(ctx context.Context, filter database.AndFilter) ([]*fftypes.Group, *database.FilterResult, error)
GetGroups provides a mock function with given fields: ctx, filter
func (*SystemHandlers) HandleSystemBroadcast ¶
func (_m *SystemHandlers) HandleSystemBroadcast(ctx context.Context, msg *fftypes.Message, data []*fftypes.Data) (bool, error)
HandleSystemBroadcast provides a mock function with given fields: ctx, msg, data
func (*SystemHandlers) ResolveInitGroup ¶
func (_m *SystemHandlers) ResolveInitGroup(ctx context.Context, msg *fftypes.Message) (*fftypes.Group, error)
ResolveInitGroup provides a mock function with given fields: ctx, msg
func (*SystemHandlers) SendReply ¶
func (_m *SystemHandlers) SendReply(ctx context.Context, event *fftypes.Event, reply *fftypes.MessageInOut)
SendReply provides a mock function with given fields: ctx, event, reply
Click to show internal directories.
Click to hide internal directories.