refactor: how to add a node type in workflow (#558)
This commit is contained in:
@@ -69,13 +69,6 @@ type IDVersionPair struct {
|
||||
Version string
|
||||
}
|
||||
|
||||
type Stage uint8
|
||||
|
||||
const (
|
||||
StageDraft Stage = 1
|
||||
StagePublished Stage = 2
|
||||
)
|
||||
|
||||
type WorkflowBasic struct {
|
||||
ID int64
|
||||
Version string
|
||||
|
||||
Reference in New Issue
Block a user