mirror of
https://github.com/TECHNOFAB11/powerproto.git
synced 2025-12-11 23:50:04 +01:00
feat(*): dryRun/debug mode/mode plugins/googleapis
Signed-off-by: storyicon <yuanchao@bilibili.com>
This commit is contained in:
parent
9aac714c32
commit
da77c8086d
26 changed files with 730 additions and 126 deletions
|
|
@ -29,6 +29,7 @@ import (
|
|||
// Config defines the config model
|
||||
type Config struct {
|
||||
Scopes []string `json:"scopes" yaml:"scopes"`
|
||||
GoogleAPIs string `json:"googleapis" yaml:"googleapis"`
|
||||
Protoc string `json:"protoc" yaml:"protoc"`
|
||||
ProtocWorkDir string `json:"protocWorkDir" yaml:"protocWorkDir"`
|
||||
Plugins map[string]string `json:"plugins" yaml:"plugins"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue