Clone this repo:
  1. ee7919e feat(all): auto-regenerate .pb.go files (#401) by Yoshi Automation Bot · 3 years, 11 months ago main master
  2. 64a14ca auto-regenerate .pb.go files (#400) by Yoshi Automation Bot · 3 years, 11 months ago
  3. fbb79ea auto-regenerate .pb.go files (#399) by Yoshi Automation Bot · 3 years, 11 months ago
  4. d0ee0c3 all: remove dependency on honnef.co/go/tools (#396) by Cody Oss · 3 years, 11 months ago
  5. bd6e046 auto-regenerate .pb.go files (#398) by Yoshi Automation Bot · 3 years, 11 months ago

Go generated proto packages

GoDoc

go get google.golang.org/genproto/...

IMPORTANT This repository is currently experimental. The structure of the contained packages is subject to change. Please see the original source repositories (listed below) to find out the status of the each protocol buffer's associated service.

This repository contains the generated Go packages for common protocol buffer types, and the generated gRPC code necessary for interacting with Google's gRPC APIs.

The sources for the proto files used in this repository:

  • googleapis/googleapis: the code in the googleapis is derived from this repo. The packages here contain types specifically for interacting with Google APIs.

Historically, the packages in the protobuf directory used to contain generated code for certain well-known types hosted by google/protobuf. These types are now hosted by the google.golang.org/protobuf module and type aliases are used to forward declarations in this module over to declarations in the protobuf module.