Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrorConcurrentUpdating ¶
func NewErrorConcurrentUpdating(err error) errorConcurrentUpdating
func NewErrorDataNotExists ¶
func NewErrorDataNotExists(err error) errorDataNotExists
func NewErrorDuplicateCreating ¶
func NewErrorDuplicateCreating(err error) errorDuplicateCreating
func NewRepoSyncLock ¶
func NewRepoSyncLock(mapper SyncLockMapper) synclock.RepoSyncLock
Types ¶
type RepoSyncLockDO ¶
type SyncLockMapper ¶
type SyncLockMapper interface { Insert(*RepoSyncLockDO) (string, error) Update(*RepoSyncLockDO) error Get(string, string) (RepoSyncLockDO, error) }
Click to show internal directories.
Click to hide internal directories.