update grpc-go & protobuf definition (#455)

This commit is contained in:
UUBulb
2024-10-24 20:41:47 +08:00
committed by GitHub
parent d742b605a5
commit ce2b5ed549
7 changed files with 91 additions and 136 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ type HostState struct {
UdpConnCount uint64
ProcessCount uint64
Temperatures []SensorTemperature
GPU float64
GPU []float64
}
func (s *HostState) PB() *pb.State {