add fields for server delivery tracking
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ycc
2026-02-27 21:45:44 +01:00
parent e6f9bc796e
commit a322f3fccf
5 changed files with 45 additions and 19 deletions

View File

@@ -1,5 +1,6 @@
package helpers
/*
import (
"forge.redroom.link/yves/meowlib"
"forge.redroom.link/yves/meowlib/client"
@@ -28,3 +29,4 @@ func HttpSendMessage(serverUid string, message []byte, timeout int) ([]byte, err
}
return response, nil
}
*/