common-type-names.go: added type name list-of
This commit is contained in:
parent
80d47879e9
commit
f04f5822ec
@ -15,4 +15,6 @@ const (
|
|||||||
TypeNumber = "number"
|
TypeNumber = "number"
|
||||||
TypePair = "pair"
|
TypePair = "pair"
|
||||||
TypeString = "string"
|
TypeString = "string"
|
||||||
|
TypeListOf = "list-of-"
|
||||||
|
TypeListOfStrings = "list-of-strings"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user