postgresql_locks

package module
v0.0.0-...-14808ff 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

Postgresql Locks

一、这是什么

基于postgresql实现的分布式锁。

二、安装依赖

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

三、API示例

TODO 2023-9-17 02:47:15

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetLockFactoryBySqlDB

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

func NewLockByDSN

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

NewLockByDSN 从DSN创建锁

func NewLockByDSNWithOptions

func NewLockByDSNWithOptions(ctx context.Context, dsn string, options *storage_lock.StorageLockOptions) (*storage_lock.StorageLock, error)

func NewLockBySqlDB

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

func NewLockBySqlDBWithOptions

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

Types

This section is empty.

Jump to

Keyboard shortcuts

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