mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
13 lines
221 B
Go
13 lines
221 B
Go
package call_back_struct
|
|
|
|
import commonPb "Open_IM/pkg/proto/sdk_ws"
|
|
|
|
type CallbackOfflinePushReq struct {
|
|
UserStatusCallbackReq
|
|
*commonPb.OfflinePushInfo
|
|
}
|
|
|
|
type CallbackOfflinePushResp struct {
|
|
*CommonCallbackResp
|
|
}
|