...

Text file src/github.com/containerd/typeurl/v2/README.md

Documentation: github.com/containerd/typeurl/v2

     1# typeurl
     2
     3[![PkgGoDev](https://pkg.go.dev/badge/github.com/containerd/typeurl)](https://pkg.go.dev/github.com/containerd/typeurl)
     4[![Build Status](https://github.com/containerd/typeurl/workflows/CI/badge.svg)](https://github.com/containerd/typeurl/actions?query=workflow%3ACI)
     5[![codecov](https://codecov.io/gh/containerd/typeurl/branch/master/graph/badge.svg)](https://codecov.io/gh/containerd/typeurl)
     6[![Go Report Card](https://goreportcard.com/badge/github.com/containerd/typeurl)](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