Documentation
¶
Index ¶
- type Workbench
- func (wb *Workbench) Close()
- func (wb *Workbench) CopyFile(src, dst string)
- func (wb *Workbench) GetDaemonPid() int
- func (wb *Workbench) InTmpDataPath(path string) string
- func (wb *Workbench) KillFakeShell(pid int)
- func (wb *Workbench) LaunchFakeShell() int
- func (wb *Workbench) NewCodCmd(args ...string) exec.Cmd
- func (wb *Workbench) ParseCodListCommands(s string) []string
- func (wb *Workbench) ParseCodListMap(s string) map[int]string
- func (wb *Workbench) RunCodCmd(args ...string) string
- func (wb *Workbench) RunCodCmdModifiedEnv(env map[string]string, args ...string) string
- func (wb *Workbench) SplitLines(s string) []string
- func (wb *Workbench) UncheckedRunCodCmd(args ...string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Workbench ¶
type Workbench struct {
// contains filtered or unexported fields
}
func SetupWorkbench ¶
func (*Workbench) GetDaemonPid ¶
func (*Workbench) InTmpDataPath ¶
func (*Workbench) KillFakeShell ¶
func (*Workbench) LaunchFakeShell ¶
func (*Workbench) ParseCodListCommands ¶
func (*Workbench) RunCodCmdModifiedEnv ¶
func (*Workbench) SplitLines ¶
Click to show internal directories.
Click to hide internal directories.