package
0.0.0-20240212094407-4e381fa9dc88
Repository: https://github.com/bithoarder/protopatch.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewPackage returns an initialized Package.
NewPatcher returns an initialized Patcher for gen.
ReadRequest reads and unmarshals a CodeGeneratorRequest.
RunPlugin runs a protoc plugin named "protoc-gen-$plugin" and returns the generated CodeGeneratorResponse or an error.
StripParam strips a named param from req.
WriteResponse marshals and writes CodeGeneratorResponse res to w.

# Structs

Package represents a Go package for patching.
Patcher patches a set of generated Go Protobuf files with additional features: - (go.message).name overrides the name of a message’s synthesized struct.