Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WrapperSet = wire.NewSet( ProvideGexConfig, ProvideToolRepository, NewWrapper, )
WrapperSet is a provider set that includes gex things and Wrapper instance.
Functions ¶
func ProvideGexConfig ¶
func ProvideToolRepository ¶
func ProvideToolRepository(gexCfg *gex.Config) (tool.Repository, error)
Types ¶
type Config ¶
type Config struct { ImportDirs []string `mapstructure:"import_dirs"` ProtosDir string `mapstructure:"protos_dir"` OutDir string `mapstructure:"out_dir"` Plugins []*Plugin }
Config stores setting params related protoc.
Click to show internal directories.
Click to hide internal directories.