Registry / networking / go-micro-plugins-v4-registry-etcd

go-micro-plugins-v4-registry-etcd

JSON →
library1.2.0gogounverified

An etcd service registry plugin for Go Micro v4, enabling service discovery via etcd.

go get github.com/go-micro/plugins/v4/registry/etcd
INSTALL
IMPORT
SIG · GO-MICRO-PLUGINS-V
G
go-micro-plugins-v4-registry-etcd
networkinggov1.2.0
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.

etcd
github.com/go-micro/plugins/v4/registry/etcd

Initialize a Go Micro service with etcd registry.

package main import ( "github.com/go-micro/plugins/v4/registry/etcd" "go-micro.dev/v4" ) func main() { reg := etcd.NewRegistry() service := micro.NewService( micro.Registry(reg), ) service.Init() service.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
go-micro-plugins-v4-registry-etcd — go get go-micro-plugins-v4-registry-etcd · libregistry