mirror of
https://github.com/TECHNOFAB11/powerproto.git
synced 2025-12-11 23:50:04 +01:00
feat(*): support repositories
Signed-off-by: storyicon <yuanchao@bilibili.com>
This commit is contained in:
parent
1c73b92f0f
commit
9a99c53c5b
18 changed files with 542 additions and 255 deletions
|
|
@ -29,10 +29,10 @@ 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"`
|
||||
Repositories map[string]string `json:"repositories" yaml:"repositories"`
|
||||
Options []string `json:"options" yaml:"options"`
|
||||
ImportPaths []string `json:"importPaths" yaml:"importPaths"`
|
||||
PostActions []*PostAction `json:"postActions" yaml:"postActions"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue