| 75 | } |
| 76 | |
| 77 | type syncKeyAPI struct { |
| 78 | keyapi.SyncKeyAPI |
| 79 | } |
| 80 | |
| 81 | func (s *syncKeyAPI) QueryKeyChanges(ctx context.Context, req *keyapi.QueryKeyChangesRequest, res *keyapi.QueryKeyChangesResponse) { |
| 82 | } |
nothing calls this directly
no outgoing calls
no test coverage detected