Documentation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client sends framed requests and receives framed responses from an external process.
func NewClient ¶
NewClient starts up the given external process and communicates with it over stdin and stdout using framed requests and responses.
The Cmd MUST NOT have Stdout or Stdin set.