goctl added
This commit is contained in:
16
tools/goctl/api/parser/vars.go
Normal file
16
tools/goctl/api/parser/vars.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package parser
|
||||
|
||||
const (
|
||||
infoDirective = "info"
|
||||
serviceDirective = "service"
|
||||
typeDirective = "type"
|
||||
typeStruct = "struct"
|
||||
at = '@'
|
||||
colon = ':'
|
||||
leftParenthesis = '('
|
||||
rightParenthesis = ')'
|
||||
leftBrace = "{"
|
||||
rightBrace = '}'
|
||||
multilineBeginTag = '>'
|
||||
multilineEndTag = '<'
|
||||
)
|
||||
Reference in New Issue
Block a user