Skip to content

Commit

Permalink
add clear registry status user input command
Browse files Browse the repository at this point in the history
Signed-off-by: refaelm <[email protected]>
  • Loading branch information
refaelm92 committed Nov 14, 2024
1 parent 4c8e597 commit 23e599a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pulsar/common/userinput/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ const (
UserInputCommandUpdateWorkflow = UserInputCommand("update-workflow")
UserInputCommandCreateWorkflow = UserInputCommand("create-workflow")

UserInputCommandDeleteRegistry = UserInputCommand("delete-registry")
UserInputCommandUpdateRegistry = UserInputCommand("update-registry")
UserInputCommandCreateRegistry = UserInputCommand("create-registry")
UserInputCommandCheckRegistry = UserInputCommand("check-registry")
UserInputCommandDeleteRegistry = UserInputCommand("delete-registry")
UserInputCommandUpdateRegistry = UserInputCommand("update-registry")
UserInputCommandCreateRegistry = UserInputCommand("create-registry")
UserInputCommandCheckRegistry = UserInputCommand("check-registry")
UserInputCommandClearRegistryStatus = UserInputCommand("clear-registry-status")

UserInputCommandDeleteTeamsChannel = UserInputCommand("delete-teams-channel")
UserInputCommandUpdateTeamsChannel = UserInputCommand("update-teams-channel")
Expand Down

0 comments on commit 23e599a

Please sign in to comment.