Registry / other / edgexfoundry-go-mod-core-contracts-v3

edgexfoundry-go-mod-core-contracts-v3

JSON →
library3.1.0gogounverified

Core data models and contracts for EdgeX Foundry microservices.

go get github.com/edgexfoundry/go-mod-core-contracts/v3
INSTALL
IMPORT
SIG · EDGEXFOUNDRY-GO-MO
E
edgexfoundry-go-mod-core-contracts-v3
othergov3.1.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.

contracts
github.com/edgexfoundry/go-mod-core-contracts/v3

Creates a Device model from the EdgeX contracts.

package main import ( "fmt" "github.com/edgexfoundry/go-mod-core-contracts/v3/models" ) func main() { device := models.Device{Name: "sensor1"} fmt.Println(device.Name) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
edgexfoundry-go-mod-core-contracts-v3 — go get edgexfoundry-go-mod-core-contracts-v3 · libregistry