 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger func(*client.SolveStatus)
type MultiWriter ¶
type MultiWriter struct {
	// contains filtered or unexported fields
}
    func NewMultiWriter ¶
func NewMultiWriter(pw Writer) *MultiWriter
func (*MultiWriter) Done ¶
func (mw *MultiWriter) Done() <-chan struct{}
func (*MultiWriter) Err ¶
func (mw *MultiWriter) Err() error
func (*MultiWriter) Status ¶
func (mw *MultiWriter) Status() chan *client.SolveStatus
func (*MultiWriter) WithPrefix ¶
func (mw *MultiWriter) WithPrefix(pfx string, force bool) Writer
type Writer ¶
type Writer interface {
	Done() <-chan struct{}
	Err() error
	Status() chan *client.SolveStatus
}
    func NewPrinter ¶
 Click to show internal directories. 
   Click to hide internal directories.