Documentation ¶
Index ¶
Constants ¶
View Source
const CName = "common.commonspace.objectsync"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandleMessage ¶ added in v0.2.0
type ObjectSync ¶
type ObjectSync interface { LastUsage() time.Time HandleMessage(ctx context.Context, hm HandleMessage) (err error) HandleRequest(ctx context.Context, req *spacesyncproto.ObjectSyncMessage) (resp *spacesyncproto.ObjectSyncMessage, err error) CloseThread(id string) (err error) app.ComponentRunnable }
func New ¶ added in v0.2.0
func New() ObjectSync
Directories ¶
Path | Synopsis |
---|---|
Package mock_objectsync is a generated GoMock package.
|
Package mock_objectsync is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.