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 MockRegistryClient ¶
type MockRegistryClient struct {
// contains filtered or unexported fields
}
MockRegistryClient is a mock of RegistryClient interface.
func NewMockRegistryClient ¶
func NewMockRegistryClient(ctrl *gomock.Controller) *MockRegistryClient
NewMockRegistryClient creates a new mock instance.
func (*MockRegistryClient) EXPECT ¶
func (m *MockRegistryClient) EXPECT() *MockRegistryClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockRegistryClientMockRecorder ¶
type MockRegistryClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRegistryClientMockRecorder is the mock recorder for MockRegistryClient.
type MockSkillPackager ¶
type MockSkillPackager struct {
// contains filtered or unexported fields
}
MockSkillPackager is a mock of SkillPackager interface.
func NewMockSkillPackager ¶
func NewMockSkillPackager(ctrl *gomock.Controller) *MockSkillPackager
NewMockSkillPackager creates a new mock instance.
func (*MockSkillPackager) EXPECT ¶
func (m *MockSkillPackager) EXPECT() *MockSkillPackagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSkillPackager) Package ¶
func (m *MockSkillPackager) Package(ctx context.Context, skillDir string, opts skills.PackageOptions) (*skills.PackageResult, error)
Package mocks base method.
type MockSkillPackagerMockRecorder ¶
type MockSkillPackagerMockRecorder struct {
// contains filtered or unexported fields
}
MockSkillPackagerMockRecorder is the mock recorder for MockSkillPackager.
Click to show internal directories.
Click to hide internal directories.