Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

5 роки тому
12345678910111213141516171819202122232425262728293031
  1. Go generated proto packages
  2. ===========================
  3. [![GoDoc](https://godoc.org/google.golang.org/genproto?status.svg)](https://godoc.org/google.golang.org/genproto)
  4. ```
  5. go get 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. This repository contains the generated Go packages for common protocol buffer
  12. types, and the generated [gRPC][1] code necessary for interacting with Google's gRPC
  13. APIs.
  14. There are two sources for the proto files used in this repository:
  15. 1. [google/protobuf][2]: the code in the `protobuf` and `ptypes` subdirectories
  16. is derived from this repo. The messages in `protobuf` are used to describe
  17. protocol buffer messages themselves. The messages under `ptypes` define the
  18. common well-known types.
  19. 2. [googleapis/googleapis][3]: the code in the `googleapis` is derived from this
  20. repo. The packages here contain types specifically for interacting with Google
  21. APIs.
  22. [1]: http://grpc.io
  23. [2]: https://github.com/google/protobuf/
  24. [3]: https://github.com/googleapis/googleapis/