Documentation ¶
Index ¶
- type Manager
- func (_m *Manager) CheckDatatype(ctx context.Context, ns string, datatype *fftypes.Datatype) error
- func (_m *Manager) CopyBlobPStoDX(ctx context.Context, _a1 *fftypes.Data) (*fftypes.Blob, error)
- func (_m *Manager) DownloadBLOB(ctx context.Context, ns string, dataID string) (io.ReadCloser, error)
- func (_m *Manager) GetMessageData(ctx context.Context, msg *fftypes.Message, withValue bool) ([]*fftypes.Data, bool, error)
- func (_m *Manager) ResolveInlineDataBroadcast(ctx context.Context, ns string, inData fftypes.InlineData) (fftypes.DataRefs, []*fftypes.DataAndBlob, error)
- func (_m *Manager) ResolveInlineDataPrivate(ctx context.Context, ns string, inData fftypes.InlineData) (fftypes.DataRefs, error)
- func (_m *Manager) UploadBLOB(ctx context.Context, ns string, inData *fftypes.DataRefOrValue, ...) (*fftypes.Data, error)
- func (_m *Manager) UploadJSON(ctx context.Context, ns string, inData *fftypes.DataRefOrValue) (*fftypes.Data, error)
- func (_m *Manager) ValidateAll(ctx context.Context, _a1 []*fftypes.Data) (bool, error)
- func (_m *Manager) VerifyNamespaceExists(ctx context.Context, ns string) 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) CheckDatatype ¶
CheckDatatype provides a mock function with given fields: ctx, ns, datatype
func (*Manager) CopyBlobPStoDX ¶
CopyBlobPStoDX provides a mock function with given fields: ctx, _a1
func (*Manager) DownloadBLOB ¶
func (_m *Manager) DownloadBLOB(ctx context.Context, ns string, dataID string) (io.ReadCloser, error)
DownloadBLOB provides a mock function with given fields: ctx, ns, dataID
func (*Manager) GetMessageData ¶
func (_m *Manager) GetMessageData(ctx context.Context, msg *fftypes.Message, withValue bool) ([]*fftypes.Data, bool, error)
GetMessageData provides a mock function with given fields: ctx, msg, withValue
func (*Manager) ResolveInlineDataBroadcast ¶
func (_m *Manager) ResolveInlineDataBroadcast(ctx context.Context, ns string, inData fftypes.InlineData) (fftypes.DataRefs, []*fftypes.DataAndBlob, error)
ResolveInlineDataBroadcast provides a mock function with given fields: ctx, ns, inData
func (*Manager) ResolveInlineDataPrivate ¶
func (_m *Manager) ResolveInlineDataPrivate(ctx context.Context, ns string, inData fftypes.InlineData) (fftypes.DataRefs, error)
ResolveInlineDataPrivate provides a mock function with given fields: ctx, ns, inData
func (*Manager) UploadBLOB ¶
func (_m *Manager) UploadBLOB(ctx context.Context, ns string, inData *fftypes.DataRefOrValue, blob *fftypes.Multipart, autoMeta bool) (*fftypes.Data, error)
UploadBLOB provides a mock function with given fields: ctx, ns, inData, blob, autoMeta
func (*Manager) UploadJSON ¶
func (_m *Manager) UploadJSON(ctx context.Context, ns string, inData *fftypes.DataRefOrValue) (*fftypes.Data, error)
UploadJSON provides a mock function with given fields: ctx, ns, inData
func (*Manager) ValidateAll ¶
ValidateAll provides a mock function with given fields: ctx, _a1