Documentation
¶
Index ¶
- type Provider
- func (_m *Provider) ErrorMessageByBlockIDFromAnyEN(ctx context.Context, execNodes flow.GenericIdentityList[flow.IdentitySkeleton], ...) ([]*execution.GetTransactionErrorMessagesResponse_Result, ...)
- func (_m *Provider) ErrorMessageByIndex(ctx context.Context, blockID flow.Identifier, height uint64, index uint32) (string, error)
- func (_m *Provider) ErrorMessageByIndexFromAnyEN(ctx context.Context, execNodes flow.GenericIdentityList[flow.IdentitySkeleton], ...) (*execution.GetTransactionErrorMessageResponse, error)
- func (_m *Provider) ErrorMessageByTransactionID(ctx context.Context, blockID flow.Identifier, height uint64, ...) (string, error)
- func (_m *Provider) ErrorMessageFromAnyEN(ctx context.Context, execNodes flow.GenericIdentityList[flow.IdentitySkeleton], ...) (*execution.GetTransactionErrorMessageResponse, error)
- func (_m *Provider) ErrorMessagesByBlockID(ctx context.Context, blockID flow.Identifier, height uint64) (map[flow.Identifier]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
Provider is an autogenerated mock type for the Provider type
func NewProvider ¶
NewProvider creates a new instance of Provider. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Provider) ErrorMessageByBlockIDFromAnyEN ¶
func (_m *Provider) ErrorMessageByBlockIDFromAnyEN(ctx context.Context, execNodes flow.GenericIdentityList[flow.IdentitySkeleton], req *execution.GetTransactionErrorMessagesByBlockIDRequest) ([]*execution.GetTransactionErrorMessagesResponse_Result, *flow.IdentitySkeleton, error)
ErrorMessageByBlockIDFromAnyEN provides a mock function with given fields: ctx, execNodes, req
func (*Provider) ErrorMessageByIndex ¶
func (_m *Provider) ErrorMessageByIndex(ctx context.Context, blockID flow.Identifier, height uint64, index uint32) (string, error)
ErrorMessageByIndex provides a mock function with given fields: ctx, blockID, height, index
func (*Provider) ErrorMessageByIndexFromAnyEN ¶
func (_m *Provider) ErrorMessageByIndexFromAnyEN(ctx context.Context, execNodes flow.GenericIdentityList[flow.IdentitySkeleton], req *execution.GetTransactionErrorMessageByIndexRequest) (*execution.GetTransactionErrorMessageResponse, error)
ErrorMessageByIndexFromAnyEN provides a mock function with given fields: ctx, execNodes, req
func (*Provider) ErrorMessageByTransactionID ¶
func (_m *Provider) ErrorMessageByTransactionID(ctx context.Context, blockID flow.Identifier, height uint64, transactionID flow.Identifier) (string, error)
ErrorMessageByTransactionID provides a mock function with given fields: ctx, blockID, height, transactionID
func (*Provider) ErrorMessageFromAnyEN ¶
func (_m *Provider) ErrorMessageFromAnyEN(ctx context.Context, execNodes flow.GenericIdentityList[flow.IdentitySkeleton], req *execution.GetTransactionErrorMessageRequest) (*execution.GetTransactionErrorMessageResponse, error)
ErrorMessageFromAnyEN provides a mock function with given fields: ctx, execNodes, req
func (*Provider) ErrorMessagesByBlockID ¶
func (_m *Provider) ErrorMessagesByBlockID(ctx context.Context, blockID flow.Identifier, height uint64) (map[flow.Identifier]string, error)
ErrorMessagesByBlockID provides a mock function with given fields: ctx, blockID, height