()
| 208 | } |
| 209 | |
| 210 | func (c *Client) GetConnectionReports() []*agentproto.ReportConnectionRequest { |
| 211 | return c.fakeAgentAPI.GetConnectionReports() |
| 212 | } |
| 213 | |
| 214 | func (c *Client) GetSubAgents() []*agentproto.SubAgent { |
| 215 | return c.fakeAgentAPI.GetSubAgents() |
no outgoing calls