| 15 | ) |
| 16 | |
| 17 | type Agent struct { |
| 18 | } |
| 19 | |
| 20 | func (a *Agent) RpcUserInfo(ctx context.Context, in *test_agent.ReqMsg, out *test_agent.ResMsg) error { |
| 21 | out.Error = &test_agent.Error{ |
nothing calls this directly
no outgoing calls
no test coverage detected