mirror of
https://github.com/TECHNOFAB11/powerproto.git
synced 2025-12-12 08:00: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
|
|
@ -26,11 +26,11 @@ import (
|
|||
// defines a set of const value
|
||||
const (
|
||||
// ConfigFileName defines the config file name
|
||||
ConfigFileName = "powerproto.yaml"
|
||||
ConfigFileName = "powerproto.yaml"
|
||||
// KeyNamePowerProtocInclude is the key name of powerproto default include
|
||||
KeyNamePowerProtocInclude = "POWERPROTO_INCLUDE"
|
||||
// The default include can be referenced by this key in import paths
|
||||
KeyPowerProtoInclude = "$POWERPROTO_INCLUDE"
|
||||
// The googleapis can be referenced by this key in import paths
|
||||
KeyPowerProtoGoogleAPIs = "$POWERPROTO_GOOGLEAPIS"
|
||||
KeyPowerProtoInclude = "$" + KeyNamePowerProtocInclude
|
||||
// KeySourceRelative can be specified in import paths to refer to
|
||||
// the folder where the current proto file is located
|
||||
KeySourceRelative = "$SOURCE_RELATIVE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue