Registry / serialization / containerd-typeurl

containerd-typeurl

JSON →
library1.0.2gogounverified

Package typeurl provides utilities for marshaling and unmarshaling types with URLs.

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

Gets the type URL for a custom struct.

package main import ( "fmt" "github.com/containerd/typeurl" ) func main() { url, _ := typeurl.TypeURL(&MyType{}) fmt.Println(url) } type MyType struct{}
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
containerd-typeurl — go get containerd-typeurl · libregistry