Registry / database / etcd-server-v3

etcd-server-v3

JSON →
library3.6.12gogounverified

Package main is a simple wrapper of the real etcd entrypoint package (located at go.etcd.io/etcd/etcdmain) to ensure that etcd is still go getable.

go get go.etcd.io/etcd/server/v3
INSTALL
IMPORT
SIG · ETCD-SERVER-V3
E
etcd-server-v3
databasegov3.6.12
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

main
go.etcd.io/etcd/server/v3

Minimal example showing how to import and run the etcd server entrypoint.

package main import ( "fmt" "go.etcd.io/etcd/server/v3/etcdmain" ) func main() { fmt.Println("etcd server v3") etcdmain.Main() }
Debug
Known issues
gotchaThis package is a wrapper and should not be extended or modified; use go.etcd.io/etcd/etcdmain for modifications.
fix
Use go.etcd.io/etcd/etcdmain directly if you need to modify the etcd binary.
affects: >=3.6.0
Upgrade
Version history
3.6.12latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
etcd-server-v3 — go get etcd-server-v3 · libregistry