executer

package
v2.0.0-...-c472316 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package executer is an abstraction for the docker credential helper protocol binaries. It is used by nativeStore to interact with installed binaries.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Executer

type Executer interface {
	Execute(ctx context.Context, input io.Reader, action string) ([]byte, error)
}

Executer is an interface that simulates an executable binary.

func New

func New(name string) Executer

New returns a new Executer instance.

Jump to

Keyboard shortcuts

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