dbservice

package
v4.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DBService

type DBService interface {
	// TODO: Add TLS support
	Get(key string) (*string, error)
	Put(key string, value string) error
	PutWithLeaseExpiry(key string, value string, seconds int64) error
	Delete(key string) error
	IsLocked(key string) (bool, error)
	AcquireLock(key string, ttl int) (lock.Lock, error)
	WaitAcquireLock(key string, ttl int) (lock.Lock, error)
	ReleaseLock(lck lock.Lock) error
}

DBService defines the interface to any DB related operations

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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