You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
clair/vendor/gopkg.in/alecthomas/kingpin.v2/repeated.json

12 lines
523 B

[
{"name": "String", "type": "string", "plural": "Strings"},
{"name": "Uint64", "type": "uint64"},
{"name": "Int64", "type": "int64"},
{"name": "Duration", "type": "time.Duration"},
{"name": "IP", "type": "net.IP"},
{"name": "TCPAddr", "Type": "*net.TCPAddr", "plural": "TCPList"},
{"name": "ExistingFile", "Type": "string", "plural": "ExistingFiles"},
{"name": "ExistingDir", "Type": "string", "plural": "ExistingDirs"},
{"name": "ExistingFileOrDir", "Type": "string", "plural": "ExistingFilesOrDirs"}
]