mirror of
https://github.com/TECHNOFAB11/powerproto.git
synced 2025-12-11 23:50:04 +01:00
feat: add tags feature
This commit is contained in:
parent
f394814c2e
commit
538ff9c6f6
6 changed files with 28 additions and 20 deletions
|
|
@ -28,6 +28,7 @@ import (
|
|||
|
||||
// Config defines the config model
|
||||
type Config struct {
|
||||
Tag string `json:"tag" yaml:"tag"`
|
||||
Scopes []string `json:"scopes" yaml:"scopes"`
|
||||
Protoc string `json:"protoc" yaml:"protoc"`
|
||||
ProtocWorkDir string `json:"protocWorkDir" yaml:"protocWorkDir"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue