feat: add ProxyStream wire types for agent-relayed console

This commit is contained in:
2026-07-29 12:37:37 +01:00
parent df875bde5b
commit b23805a7b8
2 changed files with 86 additions and 0 deletions
+4
View File
@@ -151,3 +151,7 @@ func (c *Client) ReportChecks(serverID, agentToken string, results []pb.CheckRes
func (c *Client) CommandStream(ctx context.Context) (pb.Vantage_CommandStreamClient, error) {
return c.client.CommandStream(ctx)
}
func (c *Client) ProxyStream(ctx context.Context) (pb.Vantage_ProxyStreamClient, error) {
return c.client.ProxyStream(ctx)
}