NewSubAgentClient returns a SubAgentClient that uses the provided agent API client.
| 147 | // NewSubAgentClient returns a SubAgentClient that uses the provided |
| 148 | // agent API client. |
| 149 | type subAgentAPIClient struct { |
| 150 | logger slog.Logger |
| 151 | api agentproto.DRPCAgentClient28 |
| 152 | } |
| 153 | |
| 154 | var _ SubAgentClient = (*subAgentAPIClient)(nil) |
| 155 |
nothing calls this directly
no outgoing calls
no test coverage detected