etcd

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2022 License: Apache-2.0 Imports: 15 Imported by: 1

Documentation

Index

Constants

View Source
const (

	// LockKeyFormat lk/${XID}/${rowKey}
	LockKeyFormat = "lk/%s/%s"
	// BranchKeyFormat bs/${XID}/${BranchSessionID}
	BranchKeyFormat = "bs/%s/%d"
	// DeadBranchKeyFormat dead/${BranchID}
	DeadBranchKeyFormat = "dead/%s"
	// DeadBranchKeyPrefix dead/bs/${ApplicationID}
	DeadBranchKeyPrefix = "dead/bs/%s"
)

Variables

This section is empty.

Functions

func NewEtcdStore

func NewEtcdStore(config clientv3.Config) storage.Driver

Types

This section is empty.

Jump to

Keyboard shortcuts

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