first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package wxface
|
||||
|
||||
// IWXSyncMgr 消息同步管理器
|
||||
type IWXSyncMgr interface {
|
||||
Start()
|
||||
Stop()
|
||||
|
||||
// 发送同步请求
|
||||
SendNewSyncRequest()
|
||||
SendFavSyncRequest()
|
||||
SendSyncInitRequest()
|
||||
}
|
||||
Reference in New Issue
Block a user