configure

package
v0.0.0-...-432a786 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2024 License: BSD-2-Clause Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DoConfigure

func DoConfigure(flags ConfigureFlags, args []string) error

func DoReconfigure

func DoReconfigure(flags ReconfigureFlags, args []string) error

Types

type ConfigureFlags

type ConfigureFlags struct {
	BuildDir         string
	BuildDirBasename string
	ConfigFile       string
	Overrides        []string
	Profiles         []string
	RootDir          string
}

type IniComponent

type IniComponent struct {
	// contains filtered or unexported fields
}

func (*IniComponent) EraseKey

func (ic *IniComponent) EraseKey(name string)

func (*IniComponent) ExpandValues

func (ic *IniComponent) ExpandValues(name string) ([]string, error)

func (*IniComponent) GetSingleValue

func (ic *IniComponent) GetSingleValue(name string) (string, error)

func (*IniComponent) GetSourceDir

func (ic *IniComponent) GetSourceDir() string

func (*IniComponent) GetValues

func (ic *IniComponent) GetValues(name string) []string

func (*IniComponent) GetWorkDir

func (ic *IniComponent) GetWorkDir() string

func (*IniComponent) KeyNames

func (ic *IniComponent) KeyNames() []string

func (*IniComponent) Name

func (ic *IniComponent) Name() string

func (*IniComponent) SetValues

func (ic *IniComponent) SetValues(name string, values []string)

type IniProject

type IniProject struct {
	// contains filtered or unexported fields
}

func (*IniProject) ComponentNames

func (ip *IniProject) ComponentNames() []string

func (*IniProject) GetComponent

func (ip *IniProject) GetComponent(name string) (dpl.Component, error)

func (*IniProject) Write

func (ip *IniProject) Write() error

type ReconfigureFlags

type ReconfigureFlags struct {
	Append    bool
	Overrides []string
	Profiles  []string
}

Jump to

Keyboard shortcuts

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