(ctx context.Context, req *proto.UpdateStatsRequest)
| 25 | |
| 26 | type statsDest interface { |
| 27 | UpdateStats(ctx context.Context, req *proto.UpdateStatsRequest) (*proto.UpdateStatsResponse, error) |
| 28 | } |
| 29 | |
| 30 | // statsReporter is a subcomponent of the agent that handles registering the stats callback on the |
no outgoing calls