Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CondaConfig ¶ added in v0.1.0
type ExposeItem ¶ added in v0.2.0
type JupyterConfig ¶
type RStudioServerConfig ¶ added in v0.2.0
type RStudioServerConfig struct { }
type RunBuildCommand ¶ added in v0.2.4
type RuntimeGraph ¶ added in v0.2.0
type RuntimeGraph struct { RuntimeCommands map[string]string `json:"commands,omitempty"` RuntimeDaemon [][]string `json:"daemon,omitempty"` RuntimeInitScript [][]string `json:"init_script,omitempty"` RuntimeEnviron map[string]string `json:"environ,omitempty"` RuntimeEnvPaths []string `json:"env_paths,omitempty"` RuntimeExpose []ExposeItem `json:"expose,omitempty"` }
The results during runtime should be maintained here
func (*RuntimeGraph) Dump ¶ added in v0.2.0
func (rg *RuntimeGraph) Dump() (string, error)
func (*RuntimeGraph) Load ¶ added in v0.2.0
func (rg *RuntimeGraph) Load(code []byte) error
Click to show internal directories.
Click to hide internal directories.