update grpc-go & protobuf definition (#455)

This commit is contained in:
UUBulb
2024-10-24 20:41:47 +08:00
committed by GitHub
parent c632d41702
commit 31520debb2
7 changed files with 91 additions and 136 deletions

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 {