Documentation
¶
Overview ¶
Package mock_packages is a generated GoMock package.
Index ¶
- type MockPackageService
- func (m *MockPackageService) BindPackage(ctx service.Context, applicationKey string, request *model.BindPackageRequest) error
- func (m *MockPackageService) EXPECT() *MockPackageServiceMockRecorder
- func (m *MockPackageService) UnbindPackage(ctx service.Context, applicationKey, pkgType, pkgName, pkgVersion string) error
- type MockPackageServiceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPackageService ¶
type MockPackageService struct {
// contains filtered or unexported fields
}
MockPackageService is a mock of PackageService interface.
func NewMockPackageService ¶
func NewMockPackageService(ctrl *gomock.Controller) *MockPackageService
NewMockPackageService creates a new mock instance.
func (*MockPackageService) BindPackage ¶
func (m *MockPackageService) BindPackage(ctx service.Context, applicationKey string, request *model.BindPackageRequest) error
BindPackage mocks base method.
func (*MockPackageService) EXPECT ¶
func (m *MockPackageService) EXPECT() *MockPackageServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPackageService) UnbindPackage ¶
func (m *MockPackageService) UnbindPackage(ctx service.Context, applicationKey, pkgType, pkgName, pkgVersion string) error
UnbindPackage mocks base method.
type MockPackageServiceMockRecorder ¶
type MockPackageServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockPackageServiceMockRecorder is the mock recorder for MockPackageService.
func (*MockPackageServiceMockRecorder) BindPackage ¶
func (mr *MockPackageServiceMockRecorder) BindPackage(ctx, applicationKey, request any) *gomock.Call
BindPackage indicates an expected call of BindPackage.
func (*MockPackageServiceMockRecorder) UnbindPackage ¶
func (mr *MockPackageServiceMockRecorder) UnbindPackage(ctx, applicationKey, pkgType, pkgName, pkgVersion any) *gomock.Call
UnbindPackage indicates an expected call of UnbindPackage.
Click to show internal directories.
Click to hide internal directories.