Registry /
other / edgexfoundry-go-mod-core-contracts-v3
Core data models and contracts for EdgeX Foundry microservices.
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.
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 footguns
No known footguns recorded.
Upgrade
Version history
Breaking-change detection hasn't run for this library yet.
Audit
Security & dependencies
CVE tracking and dependency tree are planned for a later release.