installer

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package installer provides mock for installer.

Index

Constants

This section is empty.

Variables

View Source
var NoMock = Mock()

NoMock is no mock Installer.

Functions

This section is empty.

Types

type Installer

type Installer struct {
	tMock.Mock
}

Installer is a installer.Installer.

func New

func New(mocks ...func(i *Installer)) *Installer

New mocks installer.Installer interface.

func (*Installer) Install

func (i *Installer) Install(ctx context.Context, dest, pluginURL string) (*plugin.Plugin, error)

Install satisfies installer.Installer interface.

type Mocker

type Mocker func(tb testing.TB) *Installer

Mocker is Installer mocker.

func Mock

func Mock(mocks ...func(i *Installer)) Mocker

Mock creates Installer mock with cleanup to ensure all the expectations are met.

Jump to

Keyboard shortcuts

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