protokit icon indicating copy to clipboard operation
protokit copied to clipboard

A starter kit for building protoc plugins. Rather than write your own, you can just use an existing one.

Results 6 protokit issues
Sort by recently updated
recently updated
newest added

ping @pseudomuto ### What is Changing? This PR aims to fix this issue https://github.com/pseudomuto/protoc-gen-doc/issues/425, to support custom, user-defined options exposing. The custom options are unknown at compile time, so that...

According to https://github.com/golang/protobuf/issues/867, protobuf has supported to get `message_type` in field type. If there can return `*descriptor.FieldDescriptorProto` in `types.go`https://github.com/pseudomuto/protokit/blob/c63c13958542d70af1d1ef7826d30b25cd5bf6e9/types.go#L221, we can get the `FileDescriptor` of field whose `type=method`. Thanks a...

First off, this is a fantastic project. I was able to rewrite a squirrels nest of node code with this library in much fewer lines and the API here took...

Thanks for the great repo @pseudomuto. We have been using protokit as part of our process of auto-generating API reference documentation from proto files. We are experiencing some issues caused...

ping @pseudomuto ### What is Changing? deprecated dependency [github.com/golang/protobuf](https://pkg.go.dev/github.com/golang/protobuf) replaced by [google.golang.org/protobuf](https://pkg.go.dev/google.golang.org/protobuf) ### How is it Changing? manually :) ### What Could Go Wrong? I would not expect any problems