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
field()
field()
field() :: Pbuf.Protoc.Field.t()
field() :: Pbuf.Protoc.Field.t()
Link to this type
proto_enum()
proto_enum()
proto_enum() :: Google.Protobuf.EnumDescriptorProto.t()
proto_enum() :: Google.Protobuf.EnumDescriptorProto.t()
Link to this type
proto_field()
proto_field()
proto_field() :: Google.Protobuf.FieldDescriptorProto.t()
proto_field() :: Google.Protobuf.FieldDescriptorProto.t()
Link to this type
proto_file()
proto_file()
proto_file() :: Google.Protobuf.FileDescriptorProto.t()
proto_file() :: Google.Protobuf.FileDescriptorProto.t()
Link to this type
proto_message()
proto_message()
proto_message() :: Google.Protobuf.DescriptorProto.t()
proto_message() :: Google.Protobuf.DescriptorProto.t()
Link to this type
proto_request()
proto_request()
proto_request() :: Google.Protobuf.Compiler.CodeGeneratorRequest.t()
proto_request() :: Google.Protobuf.Compiler.CodeGeneratorRequest.t()
Link to this type
proto_response()
proto_response()
proto_response() :: Google.Protobuf.Compiler.CodeGeneratorResponse.t()
proto_response() :: Google.Protobuf.Compiler.CodeGeneratorResponse.t()
Link to this section Functions
Link to this function
capitalize_first(word)
Link to this function