(c *acp.AgentSideConnection)
| 23 | var _ acp.Agent = (*testAgent)(nil) |
| 24 | |
| 25 | func (a *testAgent) SetAgentConnection(c *acp.AgentSideConnection) { a.conn = c } |
| 26 | |
| 27 | func (a *testAgent) Authenticate(context.Context, acp.AuthenticateRequest) (acp.AuthenticateResponse, error) { |
| 28 | return acp.AuthenticateResponse{}, nil |