Documentation ¶
Index ¶
- func GetConfigDir() (string, error)
- func GetProjectRoot() (string, error)
- type Config
- type Env
- func (e *Env) ContainerArgs() []string
- func (e *Env) ContainerName() string
- func (e *Env) DockerBuildDir() (string, error)
- func (e *Env) ImageNameAndTag() string
- func (e *Env) Name() string
- func (e *Env) Options() map[string]string
- func (e *Env) WithContainerArgs(containerArgs []string) *Env
- func (e *Env) WithName(name string) *Env
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigDir ¶
func GetProjectRoot ¶ added in v0.0.3
Types ¶
type Env ¶
type Env struct {
// contains filtered or unexported fields
}
func (*Env) ContainerArgs ¶
func (*Env) ContainerName ¶
func (*Env) DockerBuildDir ¶ added in v0.0.2
func (*Env) ImageNameAndTag ¶
func (*Env) WithContainerArgs ¶
Click to show internal directories.
Click to hide internal directories.