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 MockApplicationAPI ¶
type MockApplicationAPI struct {
// contains filtered or unexported fields
}
MockApplicationAPI is a mock of ApplicationAPI interface.
func NewMockApplicationAPI ¶
func NewMockApplicationAPI(ctrl *gomock.Controller) *MockApplicationAPI
NewMockApplicationAPI creates a new mock instance.
func (*MockApplicationAPI) Close ¶
func (m *MockApplicationAPI) Close() error
Close mocks base method.
func (*MockApplicationAPI) EXPECT ¶
func (m *MockApplicationAPI) EXPECT() *MockApplicationAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockApplicationAPI) UnitIntroduction ¶
func (m *MockApplicationAPI) UnitIntroduction(arg0, arg1 string) (*caasapplication.UnitConfig, error)
UnitIntroduction mocks base method.
type MockApplicationAPIMockRecorder ¶
type MockApplicationAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockApplicationAPIMockRecorder is the mock recorder for MockApplicationAPI.
func (*MockApplicationAPIMockRecorder) Close ¶
func (mr *MockApplicationAPIMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockApplicationAPIMockRecorder) UnitIntroduction ¶
func (mr *MockApplicationAPIMockRecorder) UnitIntroduction(arg0, arg1 any) *gomock.Call
UnitIntroduction indicates an expected call of UnitIntroduction.
Click to show internal directories.
Click to hide internal directories.