Documentation ¶
Overview ¶
Package client - Interactive plonk client
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Dir string Debug bool Name string /* Operator name. */ Colorize bool /* Output with colors. */ /* I/O streams, which may be TTYs. */ Stdin io.Reader /* Default: os.Stdin. */ Stdout io.Writer /* Default: os.Stdout. */ Stderr io.Writer /* Default: os.Stderr. */ // contains filtered or unexported fields }
Client implements the server side of Plonk. Before starting, its public fields should be populated.
Click to show internal directories.
Click to hide internal directories.