Skip to content

Commit

Permalink
changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikki-dag committed Jul 9, 2024
1 parent 6431c12 commit 057e869
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions service/api.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
package service

const (
EchoServiceName = "nexus-echo-service"
EchoOperationName = "nexus-echo-operation"
EchoEndpointName = "nexus_echo_endpoint"
BugBashServiceName = "nexus-bug-bash-service"

HelloServiceName = "nexus-hello-service"
HelloOperationName = "nexus-hello-operation"
HelloEndpointName = "nexus_hello_endpoint"
EchoOperationName = "nexus-bug-bash-echo-operation"
HelloOperationName = "nexus-bug-bash-hello-operation"
)

type (
Expand Down

0 comments on commit 057e869

Please sign in to comment.