package
1.11.0
Repository: https://github.com/berrserker/prototool.git
Documentation: pkg.go.dev

# Functions

HandlerWithConfigData returns a HandlerOption that uses the given configuration data instead of using configuration files that are found.
HandlerWithDevelMode returns a HandlerOption that allows devel-mode.
HandlerWithLogger returns a HandlerOption that uses the given logger.
HandlerWithPackage returns a HandlerOption that uses the given package for new Protobuf files.
NewHandler returns a new Handler.

# Constants

DefaultPackage is the default package to use in lieu of one being able to be derived.
DefaultPackageV2 is the default package to use in lieu of one being able to be derived if the lint group is "uber2".

# Interfaces

Handler handles creation of Protobuf files from a template.

# Type aliases

HandlerOption is an option for a new Handler.