Skip to content

Commit

Permalink
Merge pull request #129 from bariqhibat/bariqhibat/subscription-activ…
Browse files Browse the repository at this point in the history
…e-exec-sessions

add resolver for subscribing active exec sessions through nats
  • Loading branch information
tangledbytes authored Nov 14, 2021
2 parents 65a23b9 + da8035e commit 362b73f
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 362b73f

Please sign in to comment.