Documentation ¶
Index ¶
- type ScriptValue
- func (s *ScriptValue) Close() (err error)
- func (s ScriptValue) Cmd() *exec.Cmd
- func (s ScriptValue) IsEmpty() bool
- func (s *ScriptValue) Run(input string) (r io.Reader, err error)
- func (s *ScriptValue) RunWithInput() (w io.WriteCloser, r io.Reader, err error)
- func (s *ScriptValue) Set(v string) (err error)
- func (s ScriptValue) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScriptValue ¶
type ScriptValue struct {
// contains filtered or unexported fields
}
func (*ScriptValue) Close ¶
func (s *ScriptValue) Close() (err error)
func (ScriptValue) Cmd ¶
func (s ScriptValue) Cmd() *exec.Cmd
func (ScriptValue) IsEmpty ¶
func (s ScriptValue) IsEmpty() bool
func (*ScriptValue) RunWithInput ¶
func (s *ScriptValue) RunWithInput() (w io.WriteCloser, r io.Reader, err error)
func (*ScriptValue) Set ¶
func (s *ScriptValue) Set(v string) (err error)
func (ScriptValue) String ¶
func (s ScriptValue) String() string
Click to show internal directories.
Click to hide internal directories.