...
1# typeurl
2
3[](https://pkg.go.dev/github.com/containerd/typeurl)
4[](https://github.com/containerd/typeurl/actions?query=workflow%3ACI)
5[](https://codecov.io/gh/containerd/typeurl)
6[](https://goreportcard.com/report/github.com/containerd/typeurl)
7
8A Go package for managing the registration, marshaling, and unmarshaling of encoded types.
9
10This package helps when types are sent over a ttrpc/GRPC API and marshaled as a protobuf [Any](https://pkg.go.dev/google.golang.org/protobuf@v1.27.1/types/known/anypb#Any)
11
12## Project details
13
14**typeurl** is a containerd sub-project, licensed under the [Apache 2.0 license](./LICENSE).
15As a containerd sub-project, you will find the:
16 * [Project governance](https://github.com/containerd/project/blob/master/GOVERNANCE.md),
17 * [Maintainers](https://github.com/containerd/project/blob/master/MAINTAINERS),
18 * and [Contributing guidelines](https://github.com/containerd/project/blob/master/CONTRIBUTING.md)
19
20information in our [`containerd/project`](https://github.com/containerd/project) repository.
View as plain text