A Go package for managing the registration, marshaling, and unmarshaling of encoded types.
This package helps when types are sent over a ttrpc/GRPC API and marshaled as a protobuf Any
typeurl is a containerd sub-project, licensed under the Apache 2.0 license. As a containerd sub-project, you will find the:
information in our containerd/project
repository.
By default, support for gogoproto is available along side the standard Google
protobuf types.
You can choose to leave gogo support out by using the !no_gogo
build tag.