Skip to content

Commit

Permalink
add resolver for subscribing active exec sessions through nats
Browse files Browse the repository at this point in the history
Signed-off-by: Bariq <[email protected]>
  • Loading branch information
bariqhibat committed Nov 9, 2021
1 parent 65a23b9 commit da8035e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions broker/messaging.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ var (
ErrorObject ObjectType = "error"
ExecInputObject ObjectType = "exec-input"
ExecOutputObject ObjectType = "exec-output"
ActiveExecObject ObjectType = "active-exec"

Add EventType = "ADDED"
Update EventType = "MODIFIED"
Expand All @@ -18,6 +19,7 @@ var (
LogRequestEntity RequestEntity = "log-stream"
ReSyncDiscoveryEntity RequestEntity = "resync-discovery"
ExecRequestEntity RequestEntity = "exec-request"
ActiveExecEntity RequestEntity = "active-exec"
)

type ObjectType string
Expand Down

0 comments on commit da8035e

Please sign in to comment.