khatru: get rid of broken unused get-started.go helpers.

This commit is contained in:
fiatjaf
2026-04-04 09:19:54 -03:00
parent 371cecdb84
commit 9b881801d8
2 changed files with 8 additions and 65 deletions
+8
View File
@@ -202,3 +202,11 @@ func (rl *Relay) Stats() (clients, listeners int) {
return len(rl.clients), listeners
}
func (rl *Relay) Router() *http.ServeMux {
return rl.serveMux
}
func (rl *Relay) SetRouter(mux *http.ServeMux) {
rl.serveMux = mux
}