Registry / serialization / containerd-typeurl-v2

containerd-typeurl-v2

JSON →
library2.3.0gogounverified

A Go package for marshaling and unmarshaling typed URLs, used by containerd for type-safe serialization.

go get github.com/containerd/typeurl/v2
INSTALL
IMPORT
SIG · CONTAINERD-TYPEURL
C
containerd-typeurl-v2
serializationgov2.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.

typeurl
✓ github.com/containerd/typeurl/v2

Marshal a string value to a type URL

package main import ( "fmt" "github.com/containerd/typeurl/v2" ) func main() { url, _ := typeurl.MarshalAnyToString("hello") fmt.Println(url) }
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
7 hits · last 30 days
node
6
Resources
containerd-typeurl-v2 — go get containerd-typeurl-v2 · libregistry