feat: incr sync version.

This commit is contained in:
Gordon
2024-06-24 17:48:33 +08:00
parent e8ccae6349
commit 88b8043224
308 changed files with 55952 additions and 59 deletions

View File

@@ -0,0 +1,7 @@
package page
import "github.com/openimsdk/protocol/sdkws"
type PageReq interface {
GetPagination() *sdkws.RequestPagination
}