build: support statuscode response for print requests

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2024-04-15 10:38:54 -07:00
parent df7a3db947
commit 46c44c58ae
6 changed files with 156 additions and 131 deletions
+3 -2
View File
@@ -88,8 +88,9 @@ type Options struct {
}
type PrintFunc struct {
Name string
Format string
Name string
Format string
IgnoreStatus bool
}
type Inputs struct {