runner

package
v0.67.0 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2024 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CentOS

type CentOS struct {
	Version uint64
}

func (*CentOS) GetBuildPackages

func (c *CentOS) GetBuildPackages() []string

func (*CentOS) String

func (c *CentOS) String() string

type Fedora

type Fedora struct {
	Version uint64
}

func (*Fedora) GetBuildPackages

func (p *Fedora) GetBuildPackages() []string

func (*Fedora) String

func (r *Fedora) String() string

type Linux

type Linux struct {
}

func (*Linux) GetBuildPackages

func (p *Linux) GetBuildPackages() []string

func (*Linux) String

func (r *Linux) String() string

type RHEL

type RHEL struct {
	Major uint64
	Minor uint64
}

func (*RHEL) GetBuildPackages

func (p *RHEL) GetBuildPackages() []string

func (*RHEL) String

func (r *RHEL) String() string

type Runner

type Runner interface {
	String() string
	GetBuildPackages() []string
}

Jump to

Keyboard shortcuts

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