package
0.0.21
Repository: https://github.com/pubgo/protobuild.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Camel2Case 驼峰式写法转为下划线写法.
CamelCase returns the CamelCased name.
CodeFormat go code format.
DefaultAPIOptions This generates an HttpRule that matches the gRPC mapping to HTTP/2 described in https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#requests i.e.: - method is POST - path is "<pkg name>/<service name>/<method name>" - body should contain the serialized request message.
No description provided by the author
No description provided by the author
No description provided by the author
ID is a NameTransformer that does not mutate the string.
No description provided by the author
No description provided by the author
JoinPaths is an convenient alias around filepath.Join, to easily create FilePath types.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
A FilePath describes the name of a file or directory.
A Name describes an identifier of an Entity (Message, Field, Enum, Service, Field).
NameTransformer is a function that mutates a string.