2
0

agent.go 81 B

12345
  1. package types
  2. type GetAgentResponse struct {
  3. Version string `json:"version"`
  4. }