import "github.com/wallyworld/juju/cmd/juju/charmhub/mocks"
Package mocks is a generated GoMock package.
type MockFindCommandAPI struct {
// contains filtered or unexported fields
}
MockFindCommandAPI is a mock of FindCommandAPI interface
func NewMockFindCommandAPI(ctrl *gomock.Controller) *MockFindCommandAPI
NewMockFindCommandAPI creates a new mock instance
func (m *MockFindCommandAPI) Close() error
Close mocks base method
func (m *MockFindCommandAPI) EXPECT() *MockFindCommandAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (m *MockFindCommandAPI) Find(arg0 string) ([]charmhub.FindResponse, error)
Find mocks base method
type MockFindCommandAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockFindCommandAPIMockRecorder is the mock recorder for MockFindCommandAPI
func (mr *MockFindCommandAPIMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close
func (mr *MockFindCommandAPIMockRecorder) Find(arg0 interface{}) *gomock.Call
Find indicates an expected call of Find
type MockInfoCommandAPI struct {
// contains filtered or unexported fields
}
MockInfoCommandAPI is a mock of InfoCommandAPI interface
func NewMockInfoCommandAPI(ctrl *gomock.Controller) *MockInfoCommandAPI
NewMockInfoCommandAPI creates a new mock instance
func (m *MockInfoCommandAPI) Close() error
Close mocks base method
func (m *MockInfoCommandAPI) EXPECT() *MockInfoCommandAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (m *MockInfoCommandAPI) Info(arg0 string) (charmhub.InfoResponse, error)
Info mocks base method
type MockInfoCommandAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockInfoCommandAPIMockRecorder is the mock recorder for MockInfoCommandAPI
func (mr *MockInfoCommandAPIMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close
func (mr *MockInfoCommandAPIMockRecorder) Info(arg0 interface{}) *gomock.Call
Info indicates an expected call of Info
Package mocks imports 3 packages (graph). Updated 2020-08-06. Refresh now. Tools for package owners.