Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NpmConfig ¶ added in v2.1.0
type NpmConfig struct {
Npm string
Command []string
CommandFlags []string
StrWriter io.WriteCloser
ErrWriter io.WriteCloser
}
func (*NpmConfig) GetErrWriter ¶ added in v2.1.0
func (config *NpmConfig) GetErrWriter() io.WriteCloser
func (*NpmConfig) GetStdWriter ¶ added in v2.1.0
func (config *NpmConfig) GetStdWriter() io.WriteCloser
Click to show internal directories.
Click to hide internal directories.