protobuf/ directory

Directories

PathSynopsis
Godeps/_workspace/src/github.com/gogo/protobuf/gogoprotoPackage gogoproto provides extensions for protocol buffers to achieve:
Godeps/_workspace/src/github.com/gogo/protobuf/plugin
Godeps/_workspace/src/github.com/gogo/protobuf/plugin/defaultcheckThe defaultcheck plugin is used to check whether nullable is not used incorrectly.
Godeps/_workspace/src/github.com/gogo/protobuf/plugin/descriptionThe description (experimental) plugin generates a Description method for each message.
Godeps/_workspace/src/github.com/gogo/protobuf/plugin/embedcheckThe embedcheck plugin is used to check whether embed is not used incorrectly.
Godeps/_workspace/src/github.com/gogo/protobuf/plugin/enumstringerThe enumstringer (experimental) plugin generates a String method for each enum.
Godeps/_workspace/src/github.com/gogo/protobuf/plugin/equalThe equal plugin generates an Equal and a VerboseEqual method for each message.
Godeps/_workspace/src/github.com/gogo/protobuf/plugin/faceThe face plugin generates a function will be generated which can convert a structure which satisfies an interface (face) to the specified structure.
Godeps/_workspace/src/github.com/gogo/protobuf/plugin/gostringThe gostring plugin generates a GoString method for each message.
Godeps/_workspace/src/github.com/gogo/protobuf/plugin/grpcPackage grpc outputs gRPC service descriptions in Go code.
Godeps/_workspace/src/github.com/gogo/protobuf/plugin/marshaltoThe marshalto plugin generates a Marshal and MarshalTo method for each message.
Godeps/_workspace/src/github.com/gogo/protobuf/plugin/oneofcheckThe oneofcheck plugin is used to check whether oneof is not used incorrectly.
Godeps/_workspace/src/github.com/gogo/protobuf/plugin/populateThe populate plugin generates a NewPopulated function.
Godeps/_workspace/src/github.com/gogo/protobuf/plugin/sizeThe size plugin generates a Size method for each message.
Godeps/_workspace/src/github.com/gogo/protobuf/plugin/stringerThe stringer plugin generates a String method for each message.
Godeps/_workspace/src/github.com/gogo/protobuf/plugin/testgenThe testgen plugin generates Test and Benchmark functions for each message.
Godeps/_workspace/src/github.com/gogo/protobuf/plugin/unionThe onlyone plugin generates code for the onlyone extension.
Godeps/_workspace/src/github.com/gogo/protobuf/plugin/unmarshalThe unmarshal plugin generates a Unmarshal method for each message.
Godeps/_workspace/src/github.com/gogo/protobuf/protoPackage proto converts data structures to and from the wire format of protocol buffers.
Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo
Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/descriptorPackage descriptor is a generated protocol buffer package.
Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/generatorThe code generator for the plugin for the Google protocol buffer compiler.
Godeps/_workspace/src/github.com/gogo/protobuf/protoc-gen-gogo/pluginPackage plugin_go is a generated protocol buffer package.
Godeps/_workspace/src/github.com/gogo/protobuf/proto/proto3_protoPackage proto3_proto is a generated protocol buffer package.
Godeps/_workspace/src/github.com/gogo/protobuf/sortkeys
Godeps/_workspace/src/github.com/gogo/protobuf/vanity
Godeps/_workspace/src/github.com/gogo/protobuf/vanity/command
Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test
Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/fastPackage vanity is a generated protocol buffer package.
Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/fasterPackage vanity is a generated protocol buffer package.
Godeps/_workspace/src/github.com/gogo/protobuf/vanity/test/slickPackage vanity is a generated protocol buffer package.
Version
v1.2.0-alpha.6
Published
Jan 13, 2016
Platform
js/wasm
Last checked
9 minutes ago

Tools for package owners.