feat(backend): implement service monitor proto & connect it to http /agents
ci-agent / build (push) Has been cancelled
ci-agent / build (push) Has been cancelled
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
"encoding/hex"
|
||||
)
|
||||
|
||||
// TOOD: fuck
|
||||
func RandomToken() (string, error) {
|
||||
token := make([]byte, 32)
|
||||
if _, err := rand.Read(token); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user