package
3.8.2-alpha.3
Repository: https://github.com/openimsdk/openim-sdk-core.git
Documentation: pkg.go.dev

# Functions

New creates a new Syncer instance with the provided synchronization functions.
No description provided by the author
NewSyncer creates a new Syncer with the provided options.
WithBatchInsert sets the batchInsert function for the Syncer.
WithBatchPageReq sets the batchPageReq for the Syncer.
WithBatchPageRespConvertFunc sets the batchPageRespConvertFunc function for the Syncer.
WithDelete sets the delete function for the Syncer.
WithDeleteAll sets the deleteAll function for the Syncer.
WithEqual sets the equal function for the Syncer.
WithFullSyncLimit sets the fullSyncLimit for the Syncer.
WithInsert sets the insert function for the Syncer.
WithNotice sets the notice function for the Syncer.
WithReqApiRouter sets the reqApiRouter for the Syncer.
WithUpdate sets the update function for the Syncer.
WithUUID sets the uuid function for the Syncer.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Syncer is a struct that holds functions for synchronizing data.
No description provided by the author

# Type aliases

Option is a function that configures a Syncer.