Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type YarnConfig ¶
type YarnConfig struct { Executable string Command []string CommandFlags []string StrWriter io.WriteCloser ErrWriter io.WriteCloser }
func (*YarnConfig) GetCmd ¶
func (yc *YarnConfig) GetCmd() *exec.Cmd
func (*YarnConfig) GetEnv ¶
func (yc *YarnConfig) GetEnv() map[string]string
func (*YarnConfig) GetErrWriter ¶
func (yc *YarnConfig) GetErrWriter() io.WriteCloser
func (*YarnConfig) GetStdWriter ¶
func (yc *YarnConfig) GetStdWriter() io.WriteCloser
Click to show internal directories.
Click to hide internal directories.