Categorygithub.com/containerd/typeurl

# README

typeurl

PkgGoDev Build Status codecov Go Report Card

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

Project details

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.

Optional

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.

# Packages

No description provided by the author