Skip to main content

Module internal

Module internal 

Source
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§

InternalAddPeerRequest
Request to add a WireGuard peer to the local overlay transport.
InternalAddPeerResponse
Response from internal add-peer operation
InternalScaleRequest
Request to scale a service
InternalScaleResponse
Response from internal scale operation