mirror of
https://github.com/certimate-go/certimate.git
synced 2026-06-16 21:09:50 +08:00
8 lines
119 B
Go
8 lines
119 B
Go
package engine
|
|
|
|
import (
|
|
"errors"
|
|
)
|
|
|
|
var errInterrupted = errors.New("workflow engine: interrupted, may be ended")
|