package
0.0.0-20220218190644-4958d6d39439
Repository: https://github.com/jhump/golang-x-tools.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
EventWriter writes every incoming []byte to event.Print with the operation=generate tag to distinguish its logs from others.
No description provided by the author
WorkDone represents a unit of work that is reported to the client via the progress API.
WorkDoneWriter wraps a workDone handle to provide a Writer interface, so that workDone reporting can more easily be hooked into commands.