Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromReader ¶
func FromReader(w Writer, name string, rc io.ReadCloser)
func NewChannel ¶ added in v0.5.0
func NewChannel(w Writer) (chan *client.SolveStatus, chan struct{})
Types ¶
type Logger ¶
type Logger func(*client.SolveStatus)
type Printer ¶ added in v0.5.0
type Printer struct {
// contains filtered or unexported fields
}
func (*Printer) Write ¶ added in v0.5.0
func (p *Printer) Write(s *client.SolveStatus)
Click to show internal directories.
Click to hide internal directories.