---- 测试:usage_push ack ----
| 356 | // ---- 测试:usage_push ack ---- |
| 357 | |
| 358 | type recordingPush struct { |
| 359 | mu sync.Mutex |
| 360 | usages []uint64 |
| 361 | failOn map[uint64]bool |
| 362 | } |
| 363 | |
| 364 | func (r *recordingPush) OnHello(string, []byte) {} |
| 365 | func (r *recordingPush) OnUsagePush(_ string, seq uint64, _ []byte) error { |
nothing calls this directly
no outgoing calls
no test coverage detected