lobby2/api/types.go
Adam Štrauch ae6ca5c185
All checks were successful
Tests / test (push) Successful in 12s
Support for Prometheus SD
2024-12-22 13:40:50 +01:00

12 lines
211 B
Go

package api
import "gitea.ceperka.net/rosti/lobby2/nodes"
type Message struct {
Message string `json:"message"`
}
type params struct {
Labels nodes.Labels `json:"labels"`
KV nodes.KV `json:"kv"`
}