Documentation ¶
Overview ¶
Package ioutil GENERATED BY gengo:runtimedoc DON'T EDIT THIS FILE
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContextOperator ¶ added in v0.2.0
type ContextOperator[T any] interface { From(ctx context.Context) T With(ctx context.Context, a T) context.Context }
func ContextFor ¶ added in v0.2.0
func ContextFor[T any](defaultValue T) ContextOperator[T]
type ProgressWriter ¶
type ProgressWriter struct {
// contains filtered or unexported fields
}
func NewProgressWriter ¶
func NewProgressWriter(ctx context.Context, label string, size int64) *ProgressWriter
func (*ProgressWriter) Start ¶
func (pw *ProgressWriter) Start()
func (*ProgressWriter) Stop ¶
func (pw *ProgressWriter) Stop()
Click to show internal directories.
Click to hide internal directories.