mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 16:07:07 +08:00
Retrieve current process from leader, clone metadata, introduce new state 'deploying'
This commit is contained in:
@@ -58,6 +58,7 @@ type Cluster interface {
|
||||
HasRaftLeader() bool
|
||||
|
||||
ProcessAdd(origin string, config *app.Config) error
|
||||
ProcessGet(origin string, id app.ProcessID, stale bool) (store.Process, string, error)
|
||||
ProcessRemove(origin string, id app.ProcessID) error
|
||||
ProcessUpdate(origin string, id app.ProcessID, config *app.Config) error
|
||||
ProcessSetCommand(origin string, id app.ProcessID, order string) error
|
||||
|
Reference in New Issue
Block a user