Registry / utility / edgexfoundry-go-mod-bootstrap-v2

edgexfoundry-go-mod-bootstrap-v2

JSON →
library2.3.0gogounverified

Bootstrap module for EdgeX Foundry microservices providing initialization and configuration.

go get github.com/edgexfoundry/go-mod-bootstrap/v2
INSTALL
IMPORT
SIG · EDGEXFOUNDRY-GO-MO
E
edgexfoundry-go-mod-bootstrap-v2
utilitygov2.3.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.

bootstrap
github.com/edgexfoundry/go-mod-bootstrap/v2

Bootstraps an EdgeX Foundry service with configuration.

package main import ( "github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap" "github.com/edgexfoundry/go-mod-bootstrap/v2/config" ) func main() { cfg := config.NewConfigFromYaml("res/configuration.yaml", nil) bootstrap.Run("my-service", cfg, nil) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Meta
2
Resources
edgexfoundry-go-mod-bootstrap-v2 — go get edgexfoundry-go-mod-bootstrap-v2 · libregistry