Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudwan/gohan
/ Run
Method
Run
job/queue.go:30–33 ·
view source on GitHub ↗
Run executes one Job
()
Source
from the content-addressed store, hash-verified
28
29
//Run executes one Job
30
func
(job *Job) Run() {
31
defer
l.Panic(log)
32
job.task()
33
}
34
35
//NewJob creates new Job
36
func
NewJob(task
func
()) Job {
Callers
9
main
Function · 0.45
actionMigrate
Function · 0.45
actionMigrateWithPostMigrationEvent
Function · 0.45
Run
Function · 0.45
getConverterCommand
Function · 0.45
getGraceServerCommand
Function · 0.45
Start
Method · 0.45
CompressObjects
Method · 0.45
Run
Function · 0.45
Calls
1
Panic
Method · 0.80
Tested by
no test coverage detected