Skip to content

Commit

Permalink
Implement Echo Cluster
Browse files Browse the repository at this point in the history
Signed-off-by: EdricCua <[email protected]>
  • Loading branch information
EdricCua committed Jan 28, 2025
1 parent 1693966 commit 8a34022
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/api/connection_management_commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ type ConnectionManagementCommands interface {
PingWithMessage(message string) (string, error)

Echo(message string) (Result[string], error)

EchoWithOptions(echoOptions *options.EchoOptions) (string, error)
}

0 comments on commit 8a34022

Please sign in to comment.