Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstanceTracker ¶ added in v0.5.30
type InstanceTracker struct {
// contains filtered or unexported fields
}
func NewInstanceTracker ¶ added in v0.5.30
func NewInstanceTracker(name string) *InstanceTracker
func (*InstanceTracker) Flush ¶ added in v0.5.30
func (u *InstanceTracker) Flush() int
func (*InstanceTracker) OnFinish ¶ added in v0.5.30
func (u *InstanceTracker) OnFinish(id int)
func (*InstanceTracker) OnStart ¶ added in v0.5.30
func (u *InstanceTracker) OnStart(id int)
func (*InstanceTracker) String ¶ added in v0.5.30
func (u *InstanceTracker) String() string
Click to show internal directories.
Click to hide internal directories.