Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncObject ¶
type SyncObject interface { Id() string syncdeps.ObjectSyncHandler }
type SyncObjectGetter ¶
type SyncObjectGetter interface {
GetObject(ctx context.Context, objectId string) (SyncObject, error)
}
Click to show internal directories.
Click to hide internal directories.