mirror of
https://github.com/containers/podman.git
synced 2025-11-29 17:48:05 +08:00
Update module github.com/vbauerster/mpb/v8 to v8.11.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
vendor/github.com/vbauerster/mpb/v8/container_option.go
generated
vendored
4
vendor/github.com/vbauerster/mpb/v8/container_option.go
generated
vendored
@@ -66,8 +66,8 @@ func WithRenderDelay(ch <-chan struct{}) ContainerOption {
|
||||
}
|
||||
}
|
||||
|
||||
// WithShutdownNotifier value of type `[]*mpb.Bar` will be send into provided
|
||||
// channel upon container shutdown.
|
||||
// WithShutdownNotifier value of type `[]*mpb.Bar` will be send to provided channel
|
||||
// on shutdown event, i.e. after `(*Progress) Wait()` or `(*Progress) Shutdown()` call.
|
||||
func WithShutdownNotifier(ch chan<- interface{}) ContainerOption {
|
||||
return func(s *pState) {
|
||||
s.shutdownNotifier = ch
|
||||
|
||||
Reference in New Issue
Block a user