buildclient

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2022 License: BSD-3-Clause Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	LibraryRef *library.Ref
	// contains filtered or unexported fields
}

App represents the application instance

func New

func New(ctx context.Context, cfg *Config) (*App, error)

New creates new application instance

func (*App) Run

func (app *App) Run(ctx context.Context, arch string) error

Run is the main application entrypoint

type Config

type Config struct {
	URL           string
	AuthToken     string
	DefFileName   string
	SkipTLSVerify bool
	LibraryRef    string
	Force         bool
}

Config contains set up for application

Jump to

Keyboard shortcuts

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