Documentation ¶
Overview ¶
Package mockclient provides a mockable version of the Trillian log client API.
Package mockclient is a generated GoMock package.
Index ¶
- type MockTrillianLogClient
- func (m *MockTrillianLogClient) EXPECT() *MockTrillianLogClientMockRecorder
- func (m *MockTrillianLogClient) GetConsistencyProof(arg0 context.Context, arg1 *trillian.GetConsistencyProofRequest, ...) (*trillian.GetConsistencyProofResponse, error)
- func (m *MockTrillianLogClient) GetEntryAndProof(arg0 context.Context, arg1 *trillian.GetEntryAndProofRequest, ...) (*trillian.GetEntryAndProofResponse, error)
- func (m *MockTrillianLogClient) GetInclusionProof(arg0 context.Context, arg1 *trillian.GetInclusionProofRequest, ...) (*trillian.GetInclusionProofResponse, error)
- func (m *MockTrillianLogClient) GetInclusionProofByHash(arg0 context.Context, arg1 *trillian.GetInclusionProofByHashRequest, ...) (*trillian.GetInclusionProofByHashResponse, error)
- func (m *MockTrillianLogClient) GetLatestSignedLogRoot(arg0 context.Context, arg1 *trillian.GetLatestSignedLogRootRequest, ...) (*trillian.GetLatestSignedLogRootResponse, error)
- func (m *MockTrillianLogClient) GetLeavesByHash(arg0 context.Context, arg1 *trillian.GetLeavesByHashRequest, ...) (*trillian.GetLeavesByHashResponse, error)
- func (m *MockTrillianLogClient) GetLeavesByIndex(arg0 context.Context, arg1 *trillian.GetLeavesByIndexRequest, ...) (*trillian.GetLeavesByIndexResponse, error)
- func (m *MockTrillianLogClient) GetLeavesByRange(arg0 context.Context, arg1 *trillian.GetLeavesByRangeRequest, ...) (*trillian.GetLeavesByRangeResponse, error)
- func (m *MockTrillianLogClient) GetSequencedLeafCount(arg0 context.Context, arg1 *trillian.GetSequencedLeafCountRequest, ...) (*trillian.GetSequencedLeafCountResponse, error)
- func (m *MockTrillianLogClient) InitLog(arg0 context.Context, arg1 *trillian.InitLogRequest, arg2 ...grpc.CallOption) (*trillian.InitLogResponse, error)
- func (m *MockTrillianLogClient) QueueLeaf(arg0 context.Context, arg1 *trillian.QueueLeafRequest, arg2 ...grpc.CallOption) (*trillian.QueueLeafResponse, error)
- func (m *MockTrillianLogClient) QueueLeaves(arg0 context.Context, arg1 *trillian.QueueLeavesRequest, ...) (*trillian.QueueLeavesResponse, error)
- type MockTrillianLogClientMockRecorder
- func (mr *MockTrillianLogClientMockRecorder) GetConsistencyProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTrillianLogClientMockRecorder) GetEntryAndProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTrillianLogClientMockRecorder) GetInclusionProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTrillianLogClientMockRecorder) GetInclusionProofByHash(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTrillianLogClientMockRecorder) GetLatestSignedLogRoot(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTrillianLogClientMockRecorder) GetLeavesByHash(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTrillianLogClientMockRecorder) GetLeavesByIndex(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTrillianLogClientMockRecorder) GetLeavesByRange(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTrillianLogClientMockRecorder) GetSequencedLeafCount(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTrillianLogClientMockRecorder) InitLog(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTrillianLogClientMockRecorder) QueueLeaf(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTrillianLogClientMockRecorder) QueueLeaves(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTrillianLogClient ¶
type MockTrillianLogClient struct {
// contains filtered or unexported fields
}
MockTrillianLogClient is a mock of TrillianLogClient interface
func NewMockTrillianLogClient ¶
func NewMockTrillianLogClient(ctrl *gomock.Controller) *MockTrillianLogClient
NewMockTrillianLogClient creates a new mock instance
func (*MockTrillianLogClient) EXPECT ¶
func (m *MockTrillianLogClient) EXPECT() *MockTrillianLogClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTrillianLogClient) GetConsistencyProof ¶
func (m *MockTrillianLogClient) GetConsistencyProof(arg0 context.Context, arg1 *trillian.GetConsistencyProofRequest, arg2 ...grpc.CallOption) (*trillian.GetConsistencyProofResponse, error)
GetConsistencyProof mocks base method
func (*MockTrillianLogClient) GetEntryAndProof ¶
func (m *MockTrillianLogClient) GetEntryAndProof(arg0 context.Context, arg1 *trillian.GetEntryAndProofRequest, arg2 ...grpc.CallOption) (*trillian.GetEntryAndProofResponse, error)
GetEntryAndProof mocks base method
func (*MockTrillianLogClient) GetInclusionProof ¶
func (m *MockTrillianLogClient) GetInclusionProof(arg0 context.Context, arg1 *trillian.GetInclusionProofRequest, arg2 ...grpc.CallOption) (*trillian.GetInclusionProofResponse, error)
GetInclusionProof mocks base method
func (*MockTrillianLogClient) GetInclusionProofByHash ¶
func (m *MockTrillianLogClient) GetInclusionProofByHash(arg0 context.Context, arg1 *trillian.GetInclusionProofByHashRequest, arg2 ...grpc.CallOption) (*trillian.GetInclusionProofByHashResponse, error)
GetInclusionProofByHash mocks base method
func (*MockTrillianLogClient) GetLatestSignedLogRoot ¶
func (m *MockTrillianLogClient) GetLatestSignedLogRoot(arg0 context.Context, arg1 *trillian.GetLatestSignedLogRootRequest, arg2 ...grpc.CallOption) (*trillian.GetLatestSignedLogRootResponse, error)
GetLatestSignedLogRoot mocks base method
func (*MockTrillianLogClient) GetLeavesByHash ¶
func (m *MockTrillianLogClient) GetLeavesByHash(arg0 context.Context, arg1 *trillian.GetLeavesByHashRequest, arg2 ...grpc.CallOption) (*trillian.GetLeavesByHashResponse, error)
GetLeavesByHash mocks base method
func (*MockTrillianLogClient) GetLeavesByIndex ¶
func (m *MockTrillianLogClient) GetLeavesByIndex(arg0 context.Context, arg1 *trillian.GetLeavesByIndexRequest, arg2 ...grpc.CallOption) (*trillian.GetLeavesByIndexResponse, error)
GetLeavesByIndex mocks base method
func (*MockTrillianLogClient) GetLeavesByRange ¶ added in v1.0.8
func (m *MockTrillianLogClient) GetLeavesByRange(arg0 context.Context, arg1 *trillian.GetLeavesByRangeRequest, arg2 ...grpc.CallOption) (*trillian.GetLeavesByRangeResponse, error)
GetLeavesByRange mocks base method
func (*MockTrillianLogClient) GetSequencedLeafCount ¶
func (m *MockTrillianLogClient) GetSequencedLeafCount(arg0 context.Context, arg1 *trillian.GetSequencedLeafCountRequest, arg2 ...grpc.CallOption) (*trillian.GetSequencedLeafCountResponse, error)
GetSequencedLeafCount mocks base method
func (*MockTrillianLogClient) InitLog ¶ added in v1.0.8
func (m *MockTrillianLogClient) InitLog(arg0 context.Context, arg1 *trillian.InitLogRequest, arg2 ...grpc.CallOption) (*trillian.InitLogResponse, error)
InitLog mocks base method
func (*MockTrillianLogClient) QueueLeaf ¶
func (m *MockTrillianLogClient) QueueLeaf(arg0 context.Context, arg1 *trillian.QueueLeafRequest, arg2 ...grpc.CallOption) (*trillian.QueueLeafResponse, error)
QueueLeaf mocks base method
func (*MockTrillianLogClient) QueueLeaves ¶
func (m *MockTrillianLogClient) QueueLeaves(arg0 context.Context, arg1 *trillian.QueueLeavesRequest, arg2 ...grpc.CallOption) (*trillian.QueueLeavesResponse, error)
QueueLeaves mocks base method
type MockTrillianLogClientMockRecorder ¶
type MockTrillianLogClientMockRecorder struct {
// contains filtered or unexported fields
}
MockTrillianLogClientMockRecorder is the mock recorder for MockTrillianLogClient
func (*MockTrillianLogClientMockRecorder) GetConsistencyProof ¶
func (mr *MockTrillianLogClientMockRecorder) GetConsistencyProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetConsistencyProof indicates an expected call of GetConsistencyProof
func (*MockTrillianLogClientMockRecorder) GetEntryAndProof ¶
func (mr *MockTrillianLogClientMockRecorder) GetEntryAndProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetEntryAndProof indicates an expected call of GetEntryAndProof
func (*MockTrillianLogClientMockRecorder) GetInclusionProof ¶
func (mr *MockTrillianLogClientMockRecorder) GetInclusionProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetInclusionProof indicates an expected call of GetInclusionProof
func (*MockTrillianLogClientMockRecorder) GetInclusionProofByHash ¶
func (mr *MockTrillianLogClientMockRecorder) GetInclusionProofByHash(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetInclusionProofByHash indicates an expected call of GetInclusionProofByHash
func (*MockTrillianLogClientMockRecorder) GetLatestSignedLogRoot ¶
func (mr *MockTrillianLogClientMockRecorder) GetLatestSignedLogRoot(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetLatestSignedLogRoot indicates an expected call of GetLatestSignedLogRoot
func (*MockTrillianLogClientMockRecorder) GetLeavesByHash ¶
func (mr *MockTrillianLogClientMockRecorder) GetLeavesByHash(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetLeavesByHash indicates an expected call of GetLeavesByHash
func (*MockTrillianLogClientMockRecorder) GetLeavesByIndex ¶
func (mr *MockTrillianLogClientMockRecorder) GetLeavesByIndex(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetLeavesByIndex indicates an expected call of GetLeavesByIndex
func (*MockTrillianLogClientMockRecorder) GetLeavesByRange ¶ added in v1.0.8
func (mr *MockTrillianLogClientMockRecorder) GetLeavesByRange(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetLeavesByRange indicates an expected call of GetLeavesByRange
func (*MockTrillianLogClientMockRecorder) GetSequencedLeafCount ¶
func (mr *MockTrillianLogClientMockRecorder) GetSequencedLeafCount(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetSequencedLeafCount indicates an expected call of GetSequencedLeafCount
func (*MockTrillianLogClientMockRecorder) InitLog ¶ added in v1.0.8
func (mr *MockTrillianLogClientMockRecorder) InitLog(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
InitLog indicates an expected call of InitLog
func (*MockTrillianLogClientMockRecorder) QueueLeaf ¶
func (mr *MockTrillianLogClientMockRecorder) QueueLeaf(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
QueueLeaf indicates an expected call of QueueLeaf
func (*MockTrillianLogClientMockRecorder) QueueLeaves ¶
func (mr *MockTrillianLogClientMockRecorder) QueueLeaves(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
QueueLeaves indicates an expected call of QueueLeaves