Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfigDir = ".dev-env" ConfigFile = "config.json" DockerFile = "Dockerfile" )
Variables ¶
This section is empty.
Functions ¶
func GetConfigDir ¶
Types ¶
type Config ¶
func (*Config) WriteIfNotExist ¶
type Env ¶
type Env struct {
ContainerArgs []string `json:"containerArgs"`
Name string `json:"name"`
// contains filtered or unexported fields
}
func (*Env) ContainerName ¶
func (*Env) ImageNameAndTag ¶
func (*Env) WithContainerArgs ¶
Click to show internal directories.
Click to hide internal directories.