PushData 推送的数据 (已转对应的结构体)
| 302 | |
| 303 | // PushData 推送的数据 (已转对应的结构体) |
| 304 | type PushData interface{} |
| 305 | |
| 306 | // CommonPushData 推送数据通用部分 |
| 307 | type CommonPushData struct { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…