small pixel drawing of a pufferfish cascade

EVERYTHING IS INTERNAL NOW
Jes Olson j3s@c3f.net
Mon, 06 Mar 2023 22:05:17 -0800
commit

cfc61a3864d942ac5e14f63d3ee4e0da35b98e76

parent

9adc0c6c1fc0becd3f6f73cf35144bebf1592bc4

4 files changed, 2 insertions(+), 2 deletions(-)

jump to
M internal/agent/http.gointernal/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.gomain.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 `