• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H17-Aug-2018-21

googleapis/H17-Aug-2018-313,208238,080

protobuf/H17-Aug-2018-1,415866

.travis.ymlH A D17-Aug-2018241 1311

CONTRIBUTING.mdH A D17-Aug-20181.4 KiB2824

LICENSEH A D17-Aug-201811.1 KiB203169

README.mdH A D17-Aug-20181.3 KiB2922

regen.goH A D17-Aug-20183.9 KiB13892

regen.shH A D17-Aug-20182.4 KiB8748

README.md

1Go generated proto packages
2===========================
3
4[![Build Status](https://travis-ci.org/google/go-genproto.svg?branch=master)](https://travis-ci.org/google/go-genproto)
5[![GoDoc](https://godoc.org/google.golang.org/genproto?status.svg)](https://godoc.org/google.golang.org/genproto)
6
7> **IMPORTANT** This repository is currently experimental. The structure
8> of the contained packages is subject to change. Please see the original
9> source repositories (listed below) to find out the status of the each
10> protocol buffer's associated service.
11
12This repository contains the generated Go packages for common protocol buffer
13types, and the generated [gRPC][1] code necessary for interacting with Google's gRPC
14APIs.
15
16There are two sources for the proto files used in this repository:
17
181. [google/protobuf][2]: the code in the `protobuf` and `ptypes` subdirectories
19   is derived from this repo. The messages in `protobuf` are used to describe
20   protocol buffer messages themselves. The messages under `ptypes` define the
21   common well-known types.
222. [googleapis/googleapis][3]: the code in the `googleapis` is derived from this
23   repo. The packages here contain types specifically for interacting with Google
24   APIs.
25
26[1]: http://grpc.io
27[2]: https://github.com/google/protobuf/
28[3]: https://github.com/googleapis/googleapis/
29