Documentation
¶
Index ¶
Constants ¶
View Source
const CName = "common.commonspace.syncstatus"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatusUpdater ¶
type StatusUpdater interface {
app.Component
HeadsChange(treeId string, heads []string)
HeadsReceive(senderId, treeId string, heads []string)
ObjectReceive(senderId, treeId string, heads []string)
HeadsApply(senderId, treeId string, heads []string, allAdded bool)
}
func NewNoOpSyncStatus ¶
func NewNoOpSyncStatus() StatusUpdater
Click to show internal directories.
Click to hide internal directories.