cmds

package
v0.0.0-...-a4916c0 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TestBin

func TestBin(client *dagger.Client, ctr *dagger.Container, opts TestBinOptions) *dagger.Container

Types

type Binary

type Binary struct {
	Name        string `json:"name"`
	SourceImage string `json:"sourceImage"`
	Version     string `json:"version"`
	Path        string `json:"path"`
}

type TestBinOptions

type TestBinOptions struct {
	Binaries []Binary `json:"binaries"`

	// If true, will mount files into the container instead of copying them.
	MountOnly bool `json:"-"`
}

Jump to

Keyboard shortcuts

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