sqlserver_locks

package module
v0.0.0-...-5967a62 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2023 License: MIT Imports: 5 Imported by: 0

README

SqlServer Locks

一、这是什么

基于SqlServer的分布式锁的实现。

二、安装依赖

go get -u github.com/storage-lock/go-sqlserver-locks

三、API示例

TODO 2023-9-17 02:10:24

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetSqlServerLockFactoryByDsn

func GetSqlServerLockFactoryByDsn(ctx context.Context, uri string) (*storage_lock_factory.StorageLockFactory[*sql.DB], error)

func GetSqlServerLockFactoryBySqlDb

func GetSqlServerLockFactoryBySqlDb(ctx context.Context, db *sql.DB) (*storage_lock_factory.StorageLockFactory[*sql.DB], error)

func NewSqlServerLockByDsn

func NewSqlServerLockByDsn(ctx context.Context, dsn string, lockId string) (*storage_lock.StorageLock, error)

func NewSqlServerLockByDsnWithOptions

func NewSqlServerLockByDsnWithOptions(ctx context.Context, uri string, options *storage_lock.StorageLockOptions) (*storage_lock.StorageLock, error)

func NewSqlServerLockBySqlDb

func NewSqlServerLockBySqlDb(ctx context.Context, db *sql.DB, lockId string) (*storage_lock.StorageLock, error)

func NewSqlServerLockBySqlDbWithOptions

func NewSqlServerLockBySqlDbWithOptions(ctx context.Context, db *sql.DB, options *storage_lock.StorageLockOptions) (*storage_lock.StorageLock, error)

Types

This section is empty.

Directories

Path Synopsis
examples

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL