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 MockCharmHub ¶
type MockCharmHub struct {
// contains filtered or unexported fields
}
MockCharmHub is a mock of CharmHub interface
func NewMockCharmHub ¶
func NewMockCharmHub(ctrl *gomock.Controller) *MockCharmHub
NewMockCharmHub creates a new mock instance
func (*MockCharmHub) EXPECT ¶
func (m *MockCharmHub) EXPECT() *MockCharmHubMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCharmHub) Refresh ¶
func (m *MockCharmHub) Refresh(arg0 context.Context, arg1 charmhub.RefreshConfig) ([]transport.RefreshResponse, error)
Refresh mocks base method
type MockCharmHubMockRecorder ¶
type MockCharmHubMockRecorder struct {
// contains filtered or unexported fields
}
MockCharmHubMockRecorder is the mock recorder for MockCharmHub
func (*MockCharmHubMockRecorder) Refresh ¶
func (mr *MockCharmHubMockRecorder) Refresh(arg0, arg1 interface{}) *gomock.Call
Refresh indicates an expected call of Refresh
Click to show internal directories.
Click to hide internal directories.