Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAPIInterface ¶
type MockAPIInterface struct {
// contains filtered or unexported fields
}
MockAPIInterface is a mock of APIInterface interface.
func NewMockAPIInterface ¶
func NewMockAPIInterface(ctrl *gomock.Controller) *MockAPIInterface
NewMockAPIInterface creates a new mock instance.
func (*MockAPIInterface) EXPECT ¶
func (m *MockAPIInterface) EXPECT() *MockAPIInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAPIInterface) SealStatus ¶
func (m *MockAPIInterface) SealStatus() (api.SealStatusResponse, error)
SealStatus mocks base method.
func (*MockAPIInterface) Unseal ¶
func (m *MockAPIInterface) Unseal(arg0 string) (api.SealStatusResponse, error)
Unseal mocks base method.
type MockAPIInterfaceMockRecorder ¶
type MockAPIInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockAPIInterfaceMockRecorder is the mock recorder for MockAPIInterface.
func (*MockAPIInterfaceMockRecorder) SealStatus ¶
func (mr *MockAPIInterfaceMockRecorder) SealStatus() *gomock.Call
SealStatus indicates an expected call of SealStatus.
func (*MockAPIInterfaceMockRecorder) Unseal ¶
func (mr *MockAPIInterfaceMockRecorder) Unseal(arg0 interface{}) *gomock.Call
Unseal indicates an expected call of Unseal.
Click to show internal directories.
Click to hide internal directories.