Documentation
¶
Index ¶
Constants ¶
View Source
const ( RUNNING = iota DONE ERROR )
Variables ¶
This section is empty.
Functions ¶
func NewTracker ¶
func NewTracker() *defaultTracker
Types ¶
type ViewStatus ¶
type ViewTracker ¶
type ViewTracker interface {
Status() int
Report(msg string)
LatestReport() string
Error(err error)
Done(result interface{})
ViewStatus() *ViewStatus
}
func GetViewTracker ¶
func GetViewTracker(ctx view2.ServiceProvider) (ViewTracker, error)
Click to show internal directories.
Click to hide internal directories.