Registry / messaging / kubemq-io-protobuf

kubemq-io-protobuf

JSON →
library1.5.0gogounverified

Package protobuf provides Protocol Buffers definitions and utilities for KubeMQ messaging.

go get github.com/kubemq-io/protobuf
INSTALL
IMPORT
SIG · KUBEMQ-IO-PROTOBUF
K
kubemq-io-protobuf
messaginggov1.5.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.

protobuf
github.com/kubemq-io/protobuf

Create a KubeMQ protobuf message

package main import ( "fmt" "github.com/kubemq-io/protobuf" ) func main() { msg := &protobuf.Message{ Body: []byte("Hello KubeMQ"), } fmt.Printf("Message body: %s\n", msg.Body) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
kubemq-io-protobuf — go get kubemq-io-protobuf · libregistry