Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeQueryServiceClient
- func (fake *FakeQueryServiceClient) BeginView(arg1 context.Context, arg2 *protoqueryservice.ViewParameters, ...) (*protoqueryservice.View, error)
- func (fake *FakeQueryServiceClient) BeginViewArgsForCall(i int) (context.Context, *protoqueryservice.ViewParameters, []grpc.CallOption)
- func (fake *FakeQueryServiceClient) BeginViewCallCount() int
- func (fake *FakeQueryServiceClient) BeginViewCalls(...)
- func (fake *FakeQueryServiceClient) BeginViewReturns(result1 *protoqueryservice.View, result2 error)
- func (fake *FakeQueryServiceClient) BeginViewReturnsOnCall(i int, result1 *protoqueryservice.View, result2 error)
- func (fake *FakeQueryServiceClient) EndView(arg1 context.Context, arg2 *protoqueryservice.View, arg3 ...grpc.CallOption) (*protoqueryservice.View, error)
- func (fake *FakeQueryServiceClient) EndViewArgsForCall(i int) (context.Context, *protoqueryservice.View, []grpc.CallOption)
- func (fake *FakeQueryServiceClient) EndViewCallCount() int
- func (fake *FakeQueryServiceClient) EndViewCalls(...)
- func (fake *FakeQueryServiceClient) EndViewReturns(result1 *protoqueryservice.View, result2 error)
- func (fake *FakeQueryServiceClient) EndViewReturnsOnCall(i int, result1 *protoqueryservice.View, result2 error)
- func (fake *FakeQueryServiceClient) GetConfigTransaction(arg1 context.Context, arg2 *protoqueryservice.Empty, arg3 ...grpc.CallOption) (*protoblocktx.ConfigTransaction, error)
- func (fake *FakeQueryServiceClient) GetConfigTransactionArgsForCall(i int) (context.Context, *protoqueryservice.Empty, []grpc.CallOption)
- func (fake *FakeQueryServiceClient) GetConfigTransactionCallCount() int
- func (fake *FakeQueryServiceClient) GetConfigTransactionCalls(...)
- func (fake *FakeQueryServiceClient) GetConfigTransactionReturns(result1 *protoblocktx.ConfigTransaction, result2 error)
- func (fake *FakeQueryServiceClient) GetConfigTransactionReturnsOnCall(i int, result1 *protoblocktx.ConfigTransaction, result2 error)
- func (fake *FakeQueryServiceClient) GetNamespacePolicies(arg1 context.Context, arg2 *protoqueryservice.Empty, arg3 ...grpc.CallOption) (*protoblocktx.NamespacePolicies, error)
- func (fake *FakeQueryServiceClient) GetNamespacePoliciesArgsForCall(i int) (context.Context, *protoqueryservice.Empty, []grpc.CallOption)
- func (fake *FakeQueryServiceClient) GetNamespacePoliciesCallCount() int
- func (fake *FakeQueryServiceClient) GetNamespacePoliciesCalls(...)
- func (fake *FakeQueryServiceClient) GetNamespacePoliciesReturns(result1 *protoblocktx.NamespacePolicies, result2 error)
- func (fake *FakeQueryServiceClient) GetNamespacePoliciesReturnsOnCall(i int, result1 *protoblocktx.NamespacePolicies, result2 error)
- func (fake *FakeQueryServiceClient) GetRows(arg1 context.Context, arg2 *protoqueryservice.Query, arg3 ...grpc.CallOption) (*protoqueryservice.Rows, error)
- func (fake *FakeQueryServiceClient) GetRowsArgsForCall(i int) (context.Context, *protoqueryservice.Query, []grpc.CallOption)
- func (fake *FakeQueryServiceClient) GetRowsCallCount() int
- func (fake *FakeQueryServiceClient) GetRowsCalls(...)
- func (fake *FakeQueryServiceClient) GetRowsReturns(result1 *protoqueryservice.Rows, result2 error)
- func (fake *FakeQueryServiceClient) GetRowsReturnsOnCall(i int, result1 *protoqueryservice.Rows, result2 error)
- func (fake *FakeQueryServiceClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeQueryServiceClient ¶
type FakeQueryServiceClient struct { BeginViewStub func(context.Context, *protoqueryservice.ViewParameters, ...grpc.CallOption) (*protoqueryservice.View, error) EndViewStub func(context.Context, *protoqueryservice.View, ...grpc.CallOption) (*protoqueryservice.View, error) GetConfigTransactionStub func(context.Context, *protoqueryservice.Empty, ...grpc.CallOption) (*protoblocktx.ConfigTransaction, error) GetNamespacePoliciesStub func(context.Context, *protoqueryservice.Empty, ...grpc.CallOption) (*protoblocktx.NamespacePolicies, error) GetRowsStub func(context.Context, *protoqueryservice.Query, ...grpc.CallOption) (*protoqueryservice.Rows, error) // contains filtered or unexported fields }
func (*FakeQueryServiceClient) BeginView ¶
func (fake *FakeQueryServiceClient) BeginView(arg1 context.Context, arg2 *protoqueryservice.ViewParameters, arg3 ...grpc.CallOption) (*protoqueryservice.View, error)
func (*FakeQueryServiceClient) BeginViewArgsForCall ¶
func (fake *FakeQueryServiceClient) BeginViewArgsForCall(i int) (context.Context, *protoqueryservice.ViewParameters, []grpc.CallOption)
func (*FakeQueryServiceClient) BeginViewCallCount ¶
func (fake *FakeQueryServiceClient) BeginViewCallCount() int
func (*FakeQueryServiceClient) BeginViewCalls ¶
func (fake *FakeQueryServiceClient) BeginViewCalls(stub func(context.Context, *protoqueryservice.ViewParameters, ...grpc.CallOption) (*protoqueryservice.View, error))
func (*FakeQueryServiceClient) BeginViewReturns ¶
func (fake *FakeQueryServiceClient) BeginViewReturns(result1 *protoqueryservice.View, result2 error)
func (*FakeQueryServiceClient) BeginViewReturnsOnCall ¶
func (fake *FakeQueryServiceClient) BeginViewReturnsOnCall(i int, result1 *protoqueryservice.View, result2 error)
func (*FakeQueryServiceClient) EndView ¶
func (fake *FakeQueryServiceClient) EndView(arg1 context.Context, arg2 *protoqueryservice.View, arg3 ...grpc.CallOption) (*protoqueryservice.View, error)
func (*FakeQueryServiceClient) EndViewArgsForCall ¶
func (fake *FakeQueryServiceClient) EndViewArgsForCall(i int) (context.Context, *protoqueryservice.View, []grpc.CallOption)
func (*FakeQueryServiceClient) EndViewCallCount ¶
func (fake *FakeQueryServiceClient) EndViewCallCount() int
func (*FakeQueryServiceClient) EndViewCalls ¶
func (fake *FakeQueryServiceClient) EndViewCalls(stub func(context.Context, *protoqueryservice.View, ...grpc.CallOption) (*protoqueryservice.View, error))
func (*FakeQueryServiceClient) EndViewReturns ¶
func (fake *FakeQueryServiceClient) EndViewReturns(result1 *protoqueryservice.View, result2 error)
func (*FakeQueryServiceClient) EndViewReturnsOnCall ¶
func (fake *FakeQueryServiceClient) EndViewReturnsOnCall(i int, result1 *protoqueryservice.View, result2 error)
func (*FakeQueryServiceClient) GetConfigTransaction ¶
func (fake *FakeQueryServiceClient) GetConfigTransaction(arg1 context.Context, arg2 *protoqueryservice.Empty, arg3 ...grpc.CallOption) (*protoblocktx.ConfigTransaction, error)
func (*FakeQueryServiceClient) GetConfigTransactionArgsForCall ¶
func (fake *FakeQueryServiceClient) GetConfigTransactionArgsForCall(i int) (context.Context, *protoqueryservice.Empty, []grpc.CallOption)
func (*FakeQueryServiceClient) GetConfigTransactionCallCount ¶
func (fake *FakeQueryServiceClient) GetConfigTransactionCallCount() int
func (*FakeQueryServiceClient) GetConfigTransactionCalls ¶
func (fake *FakeQueryServiceClient) GetConfigTransactionCalls(stub func(context.Context, *protoqueryservice.Empty, ...grpc.CallOption) (*protoblocktx.ConfigTransaction, error))
func (*FakeQueryServiceClient) GetConfigTransactionReturns ¶
func (fake *FakeQueryServiceClient) GetConfigTransactionReturns(result1 *protoblocktx.ConfigTransaction, result2 error)
func (*FakeQueryServiceClient) GetConfigTransactionReturnsOnCall ¶
func (fake *FakeQueryServiceClient) GetConfigTransactionReturnsOnCall(i int, result1 *protoblocktx.ConfigTransaction, result2 error)
func (*FakeQueryServiceClient) GetNamespacePolicies ¶
func (fake *FakeQueryServiceClient) GetNamespacePolicies(arg1 context.Context, arg2 *protoqueryservice.Empty, arg3 ...grpc.CallOption) (*protoblocktx.NamespacePolicies, error)
func (*FakeQueryServiceClient) GetNamespacePoliciesArgsForCall ¶
func (fake *FakeQueryServiceClient) GetNamespacePoliciesArgsForCall(i int) (context.Context, *protoqueryservice.Empty, []grpc.CallOption)
func (*FakeQueryServiceClient) GetNamespacePoliciesCallCount ¶
func (fake *FakeQueryServiceClient) GetNamespacePoliciesCallCount() int
func (*FakeQueryServiceClient) GetNamespacePoliciesCalls ¶
func (fake *FakeQueryServiceClient) GetNamespacePoliciesCalls(stub func(context.Context, *protoqueryservice.Empty, ...grpc.CallOption) (*protoblocktx.NamespacePolicies, error))
func (*FakeQueryServiceClient) GetNamespacePoliciesReturns ¶
func (fake *FakeQueryServiceClient) GetNamespacePoliciesReturns(result1 *protoblocktx.NamespacePolicies, result2 error)
func (*FakeQueryServiceClient) GetNamespacePoliciesReturnsOnCall ¶
func (fake *FakeQueryServiceClient) GetNamespacePoliciesReturnsOnCall(i int, result1 *protoblocktx.NamespacePolicies, result2 error)
func (*FakeQueryServiceClient) GetRows ¶
func (fake *FakeQueryServiceClient) GetRows(arg1 context.Context, arg2 *protoqueryservice.Query, arg3 ...grpc.CallOption) (*protoqueryservice.Rows, error)
func (*FakeQueryServiceClient) GetRowsArgsForCall ¶
func (fake *FakeQueryServiceClient) GetRowsArgsForCall(i int) (context.Context, *protoqueryservice.Query, []grpc.CallOption)
func (*FakeQueryServiceClient) GetRowsCallCount ¶
func (fake *FakeQueryServiceClient) GetRowsCallCount() int
func (*FakeQueryServiceClient) GetRowsCalls ¶
func (fake *FakeQueryServiceClient) GetRowsCalls(stub func(context.Context, *protoqueryservice.Query, ...grpc.CallOption) (*protoqueryservice.Rows, error))
func (*FakeQueryServiceClient) GetRowsReturns ¶
func (fake *FakeQueryServiceClient) GetRowsReturns(result1 *protoqueryservice.Rows, result2 error)
func (*FakeQueryServiceClient) GetRowsReturnsOnCall ¶
func (fake *FakeQueryServiceClient) GetRowsReturnsOnCall(i int, result1 *protoqueryservice.Rows, result2 error)
func (*FakeQueryServiceClient) Invocations ¶
func (fake *FakeQueryServiceClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.