e2etests

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2023 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PrepareBinaries

func PrepareBinaries(url string, unpack BinariesUnpack) error

Types

type BinariesUnpack

type BinariesUnpack interface {
	Done() bool
	Unpack(reader io.Reader) error
}

type RawBinariesUnpack

type RawBinariesUnpack struct {
	Name string
}

func (*RawBinariesUnpack) Done

func (u *RawBinariesUnpack) Done() bool

func (*RawBinariesUnpack) Unpack

func (u *RawBinariesUnpack) Unpack(reader io.Reader) error

type TarGzBinariesUnpack

type TarGzBinariesUnpack struct {
	Entries map[string]string
}

func (*TarGzBinariesUnpack) Done

func (u *TarGzBinariesUnpack) Done() bool

func (*TarGzBinariesUnpack) Unpack

func (u *TarGzBinariesUnpack) Unpack(reader io.Reader) error

Jump to

Keyboard shortcuts

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