package
0.0.0-20201027041110-0e5b21a69190
Repository: https://github.com/liov/protopatch2.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

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

# Constants

Version is the current semver version of this package.

# Structs

Package represents a Go package for patching.
Patcher patches a set of generated Go Protobuf files with additional features: - go_name (Field option) overrides the name of a synthesized struct field and getters.