Expand description
Internal API DTOs for scheduler-to-agent communication.
These types describe the request/response payloads for the internal endpoints used by the distributed scheduler to trigger operations on agents. They use a shared secret for authentication rather than JWT tokens.
Structs§
- Internal
AddPeer Request - Request to add a
WireGuardpeer to the local overlay transport. - Internal
AddPeer Response - Response from internal add-peer operation
- Internal
Scale Request - Request to scale a service
- Internal
Scale Response - Response from internal scale operation