EVERYTHING IS INTERNAL NOW
Jes Olson j3s@c3f.net
Mon, 06 Mar 2023 22:05:17 -0800
4 files changed,
2 insertions(+),
2 deletions(-)
M
internal/agent/http.go
→
internal/agent/http.go
@@ -10,7 +10,7 @@ "strings"
"time" "unicode" - "git.j3s.sh/cascade/lib" + "git.j3s.sh/cascade/internal/lib" ) // MethodNotAllowedError should be returned by a handler when the HTTP method is not allowed.
M
main.go
→
main.go
@@ -11,7 +11,7 @@ const usage = ` usage: cascade [command] [flags]
commands: cascade agent start a cascade agent - cascade members list cluster members + cascade serf list cascade cluster members cascade status overview of the cascade cluster cascade rtt estimate latency between nodes `