mocks

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRegistryClient) Pull

func (m *MockRegistryClient) Pull(ctx context.Context, store *skills.Store, ref string) (digest.Digest, error)

Pull mocks base method.

func (*MockRegistryClient) Push

func (m *MockRegistryClient) Push(ctx context.Context, store *skills.Store, manifestDigest digest.Digest, ref string) error

Push mocks base method.

type MockRegistryClientMockRecorder

type MockRegistryClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockRegistryClientMockRecorder is the mock recorder for MockRegistryClient.

func (*MockRegistryClientMockRecorder) Pull

func (mr *MockRegistryClientMockRecorder) Pull(ctx, store, ref any) *gomock.Call

Pull indicates an expected call of Pull.

func (*MockRegistryClientMockRecorder) Push

func (mr *MockRegistryClientMockRecorder) Push(ctx, store, manifestDigest, ref any) *gomock.Call

Push indicates an expected call of Push.

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSkillPackager) Package

Package mocks base method.

type MockSkillPackagerMockRecorder

type MockSkillPackagerMockRecorder struct {
	// contains filtered or unexported fields
}

MockSkillPackagerMockRecorder is the mock recorder for MockSkillPackager.

func (*MockSkillPackagerMockRecorder) Package

func (mr *MockSkillPackagerMockRecorder) Package(ctx, skillDir, opts any) *gomock.Call

Package indicates an expected call of Package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL