Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ButlerDownloadStatus ¶
type ButlerDownloadStatus struct {
Percent int
}
type ButlerError ¶
type ButlerError struct {
Error string
}
type ButlerMessage ¶
type ButlerMessage struct {
Message string
}
type CounterWriter ¶
type CounterWriter struct {
// contains filtered or unexported fields
}
func NewCounterWriter ¶
func NewCounterWriter(writer io.Writer) *CounterWriter
func (*CounterWriter) Close ¶
func (w *CounterWriter) Close() error
func (*CounterWriter) Count ¶
func (w *CounterWriter) Count() int64
Click to show internal directories.
Click to hide internal directories.