mocks

package
v0.1.0-alpha.8 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mocks implement important mocking interface of packer.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAssetsClientFactory

func NewAssetsClientFactory(client *Client) assetsclient.Factory

NewAssetsClientFactory returns a mocked assets client factory.

Types

type Client

type Client struct {
	mock.Mock
}

Client is an autogenerated mock type for the Client type

func NewClient

func NewClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *Client

NewClient creates a new instance of Client. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*Client) DownloadReleaseAssets

func (_m *Client) DownloadReleaseAssets(ctx context.Context, tag string, path string) error

DownloadReleaseAssets provides a mock function with given fields: ctx, tag, path

func (*Client) ListRelease

func (_m *Client) ListRelease(ctx context.Context) ([]string, error)

ListRelease provides a mock function with given fields: ctx

type Factory

type Factory struct {
	mock.Mock
}

Factory is an autogenerated mock type for the Factory type

func NewFactory

func NewFactory(t interface {
	mock.TestingT
	Cleanup(func())
}) *Factory

NewFactory creates a new instance of Factory. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*Factory) NewClient

func (_m *Factory) NewClient(ctx context.Context) (assetsclient.Client, error)

NewClient provides a mock function with given fields: ctx

Jump to

Keyboard shortcuts

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