Adds @uri/@urid #1529

This commit is contained in:
Mike Farah
2023-01-23 11:37:18 +11:00
parent dd6cf3df14
commit 6d7d76a3f1
9 changed files with 152 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ const (
TSVOutputFormat
XMLOutputFormat
Base64OutputFormat
UriOutputFormat
)
func OutputFormatFromString(format string) (PrinterOutputFormat, error) {