monitor

package
v0.0.0-...-96272ab Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ProgressBars = map[string]*ProgressBar{}

Functions

This section is empty.

Types

type ProgressBar

type ProgressBar struct {
	Total    int
	Progress int
	M        sync.Mutex
}

type ProgressBarJson

type ProgressBarJson struct {
	Name     string
	Total    int
	Progress int
	Status   int // 101 运行中  200 执行完成
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL