Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockSkillService
- func (m *MockSkillService) Build(ctx context.Context, opts skills.BuildOptions) (*skills.BuildResult, error)
- func (m *MockSkillService) EXPECT() *MockSkillServiceMockRecorder
- func (m *MockSkillService) Info(ctx context.Context, opts skills.InfoOptions) (*skills.SkillInfo, error)
- func (m *MockSkillService) Install(ctx context.Context, opts skills.InstallOptions) (*skills.InstallResult, error)
- func (m *MockSkillService) List(ctx context.Context, opts skills.ListOptions) ([]skills.InstalledSkill, error)
- func (m *MockSkillService) Push(ctx context.Context, opts skills.PushOptions) error
- func (m *MockSkillService) Uninstall(ctx context.Context, opts skills.UninstallOptions) error
- func (m *MockSkillService) Validate(ctx context.Context, path string) (*skills.ValidationResult, error)
- type MockSkillServiceMockRecorder
- func (mr *MockSkillServiceMockRecorder) Build(ctx, opts any) *gomock.Call
- func (mr *MockSkillServiceMockRecorder) Info(ctx, opts any) *gomock.Call
- func (mr *MockSkillServiceMockRecorder) Install(ctx, opts any) *gomock.Call
- func (mr *MockSkillServiceMockRecorder) List(ctx, opts any) *gomock.Call
- func (mr *MockSkillServiceMockRecorder) Push(ctx, opts any) *gomock.Call
- func (mr *MockSkillServiceMockRecorder) Uninstall(ctx, opts any) *gomock.Call
- func (mr *MockSkillServiceMockRecorder) Validate(ctx, path any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSkillService ¶
type MockSkillService struct {
// contains filtered or unexported fields
}
MockSkillService is a mock of SkillService interface.
func NewMockSkillService ¶
func NewMockSkillService(ctrl *gomock.Controller) *MockSkillService
NewMockSkillService creates a new mock instance.
func (*MockSkillService) Build ¶
func (m *MockSkillService) Build(ctx context.Context, opts skills.BuildOptions) (*skills.BuildResult, error)
Build mocks base method.
func (*MockSkillService) EXPECT ¶
func (m *MockSkillService) EXPECT() *MockSkillServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSkillService) Info ¶
func (m *MockSkillService) Info(ctx context.Context, opts skills.InfoOptions) (*skills.SkillInfo, error)
Info mocks base method.
func (*MockSkillService) Install ¶
func (m *MockSkillService) Install(ctx context.Context, opts skills.InstallOptions) (*skills.InstallResult, error)
Install mocks base method.
func (*MockSkillService) List ¶
func (m *MockSkillService) List(ctx context.Context, opts skills.ListOptions) ([]skills.InstalledSkill, error)
List mocks base method.
func (*MockSkillService) Push ¶
func (m *MockSkillService) Push(ctx context.Context, opts skills.PushOptions) error
Push mocks base method.
func (*MockSkillService) Uninstall ¶
func (m *MockSkillService) Uninstall(ctx context.Context, opts skills.UninstallOptions) error
Uninstall mocks base method.
func (*MockSkillService) Validate ¶
func (m *MockSkillService) Validate(ctx context.Context, path string) (*skills.ValidationResult, error)
Validate mocks base method.
type MockSkillServiceMockRecorder ¶
type MockSkillServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockSkillServiceMockRecorder is the mock recorder for MockSkillService.
func (*MockSkillServiceMockRecorder) Build ¶
func (mr *MockSkillServiceMockRecorder) Build(ctx, opts any) *gomock.Call
Build indicates an expected call of Build.
func (*MockSkillServiceMockRecorder) Info ¶
func (mr *MockSkillServiceMockRecorder) Info(ctx, opts any) *gomock.Call
Info indicates an expected call of Info.
func (*MockSkillServiceMockRecorder) Install ¶
func (mr *MockSkillServiceMockRecorder) Install(ctx, opts any) *gomock.Call
Install indicates an expected call of Install.
func (*MockSkillServiceMockRecorder) List ¶
func (mr *MockSkillServiceMockRecorder) List(ctx, opts any) *gomock.Call
List indicates an expected call of List.
func (*MockSkillServiceMockRecorder) Push ¶
func (mr *MockSkillServiceMockRecorder) Push(ctx, opts any) *gomock.Call
Push indicates an expected call of Push.