pbuf v0.1.2 Pbuf.Protoc

Entry point into the generator. Receives the request descriptor from stdin, and returns a response descriptor to stdout. The pupose is to generate the .pb.ex files from .proto files.

Link to this section Summary

Link to this section Types

Link to this type

proto_enum()
proto_enum() :: Google.Protobuf.EnumDescriptorProto.t()

Link to this type

proto_field()
proto_field() :: Google.Protobuf.FieldDescriptorProto.t()

Link to this type

proto_file()
proto_file() :: Google.Protobuf.FileDescriptorProto.t()

Link to this type

proto_message()
proto_message() :: Google.Protobuf.DescriptorProto.t()

Link to this type

proto_request()
proto_request() :: Google.Protobuf.Compiler.CodeGeneratorRequest.t()

Link to this type

proto_response()
proto_response() :: Google.Protobuf.Compiler.CodeGeneratorResponse.t()

Link to this section Functions