Registry / networking / edgexfoundry-go-mod-registry

edgexfoundry-go-mod-registry

JSON →
library0.1.27gogounverified

Package registry provides service registry and discovery functionality for EdgeX Foundry microservices.

go get github.com/edgexfoundry/go-mod-registry
INSTALL
IMPORT
SIG · EDGEXFOUNDRY-GO-MO
E
edgexfoundry-go-mod-registry
networkinggov0.1.27
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.

registry
github.com/edgexfoundry/go-mod-registry

Creates a new registry client for EdgeX Foundry.

package main import ( "log" "github.com/edgexfoundry/go-mod-registry/pkg/registry" ) func main() { client, err := registry.NewRegistryClient(registry.RegistryInfo{ Host: "localhost", Port: 8500, }) if err != nil { log.Fatal(err) } log.Println("Registry client created") }
Debug
Known issues
gotchaThis package is tightly coupled to EdgeX Foundry; not intended for general use.
fix
Use only within EdgeX Foundry projects or consult documentation for integration.
affects: all
Upgrade
Version history
0.1.27latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
edgexfoundry-go-mod-registry — go get edgexfoundry-go-mod-registry · libregistry