draft grpc
This commit is contained in:
8
internal/video/runtime/services/agent_stats.go
Normal file
8
internal/video/runtime/services/agent_stats.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package services
|
||||
|
||||
import "stream.api/internal/video/runtime/domain"
|
||||
|
||||
type AgentWithStats struct {
|
||||
*domain.Agent
|
||||
ActiveJobCount int64 `json:"active_job_count"`
|
||||
}
|
||||
Reference in New Issue
Block a user