OSDN Git Service

new repo
[bytom/vapor.git] / vendor / google.golang.org / genproto / README.md
1 Go 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
12 This repository contains the generated Go packages for common protocol buffer
13 types, and the generated [gRPC][1] code necessary for interacting with Google's gRPC
14 APIs.
15
16 There are two sources for the proto files used in this repository:
17
18 1. [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.
22 2. [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/