Documentation ¶
Index ¶
Constants ¶
View Source
const (
ContainerPort = "50051/tcp"
)
View Source
const DefaultEnvImage = "diambra/engine:main"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Diambra ¶
type Diambra struct { log.Logger container.Runner Envs []*Env // contains filtered or unexported fields }
func NewDiambra ¶
func (*Diambra) EnvsString ¶
FIXME: check errors earlier so we don't have to here
func (*Diambra) EnvsStringContainer ¶
FIXME: Merge with above
type EnvConfig ¶
type EnvConfig struct { AppArgs AppArgs Scale int AutoRemove bool AgentImage string PullImage bool RomsPath string CredPath string Image string User string SeccompProfile string Output *os.File Tty bool // stdin is a terminal Interactive bool // interaction requested Home string Hostname string Mounts []*container.BindMount // contains filtered or unexported fields }
func (*EnvConfig) AddRomsPathFlag ¶
Click to show internal directories.
Click to hide internal directories.