devopt

package
v0.0.0-...-b872246 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Credentials

type Credentials struct {
	IDToken string
	// TODO We can just parse these out, but don't want to add a dependency right now
	Email string
	Sub   string
}

type EnvFlags

type EnvFlags struct {
	EnvMap  map[string]string
	EnvFile string
}

type GenerateOpts

type GenerateOpts struct {
	Force    bool
	RootUser bool
}

type NixEnvOpts

type NixEnvOpts struct {
	DontRecomputeEnvironment bool
	RunHooks                 bool
}

type Opts

type Opts struct {
	AllowInsecureAdds        bool
	Dir                      string
	Env                      map[string]string
	PreservePathStack        bool
	Pure                     bool
	IgnoreWarnings           bool
	CustomProcessComposeFile string
	OmitBinWrappersFromPath  bool
	Stderr                   io.Writer
}

type PullboxOpts

type PullboxOpts struct {
	Overwrite   bool
	URL         string
	Credentials Credentials
}

type UpdateOpts

type UpdateOpts struct {
	Pkgs                  []string
	IgnoreMissingPackages bool
}

Jump to

Keyboard shortcuts

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