Registry / messaging / edgexfoundry-go-mod-messaging-v2

edgexfoundry-go-mod-messaging-v2

JSON →
library2.3.0gogounverified

Provides messaging functionality for EdgeX Foundry microservices, supporting message bus communication.

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

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

Creates a new message envelope using the messaging module.

package main import ( "fmt" "github.com/edgexfoundry/go-mod-messaging/v2/pkg/types" ) func main() { msg := types.NewMessageEnvelope("test", []byte("hello")) fmt.Println(msg) }
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
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
edgexfoundry-go-mod-messaging-v2 — go get edgexfoundry-go-mod-messaging-v2 · libregistry