config

package
v0.0.1-alpha.0 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Build

type Build struct {
	Target    string
	Modelfile string
}

func NewBuild

func NewBuild() *Build

func (*Build) Validate

func (b *Build) Validate() error

type Extract

type Extract struct {
	Output string
}

func NewExtract

func NewExtract() *Extract

type Login

type Login struct {
	Username      string
	Password      string
	PasswordStdin bool
	PlainHTTP     bool
}

func NewLogin

func NewLogin() *Login

func (*Login) Validate

func (l *Login) Validate() error

type Prune

type Prune struct {
	DryRun         bool
	RemoveUntagged bool
}

func NewPrune

func NewPrune() *Prune

type Pull

type Pull struct {
	Concurrency int
	PlainHTTP   bool
	Proxy       string
	Insecure    bool
	ExtractDir  string
}

func NewPull

func NewPull() *Pull

func NewPush

func NewPush() *Pull

func (*Pull) Validate

func (p *Pull) Validate() error

type Push

type Push struct {
	Concurrency int
	PlainHTTP   bool
}

func (*Push) Validate

func (p *Push) Validate() error

type Root

type Root struct {
	StoargeDir string
}

func NewRoot

func NewRoot() (*Root, error)

Jump to

Keyboard shortcuts

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