mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-06-19 16:45:15 +03:00
fix: delete id in response
This commit is contained in:
@@ -3,14 +3,12 @@ package domain
|
||||
import "time"
|
||||
|
||||
type AgentRequest struct {
|
||||
RequestID string
|
||||
Name string
|
||||
Args map[string]string
|
||||
TimeOut int
|
||||
Name string
|
||||
Args map[string]string
|
||||
TimeOut int
|
||||
}
|
||||
|
||||
type AgentResponse struct {
|
||||
RequestID string
|
||||
Success bool
|
||||
Output string
|
||||
Error string
|
||||
|
||||
Reference in New Issue
Block a user