Pbuf.Protoc (pbuf v0.1.19)

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

Specs

field() :: Pbuf.Protoc.Field.t()
Link to this type

proto_enum()

Specs

proto_enum() :: Google.Protobuf.EnumDescriptorProto.t()
Link to this type

proto_field()

Specs

proto_field() :: Google.Protobuf.FieldDescriptorProto.t()
Link to this type

proto_file()

Specs

proto_file() :: Google.Protobuf.FileDescriptorProto.t()
Link to this type

proto_message()

Specs

proto_message() :: Google.Protobuf.DescriptorProto.t()
Link to this type

proto_request()

Specs

proto_request() :: Google.Protobuf.Compiler.CodeGeneratorRequest.t()
Link to this type

proto_response()

Specs

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

Link to this section Functions

Link to this function

capitalize_first(word)