build: support statuscode response for print requests

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2024-04-12 17:36:49 -07:00
parent df7a3db947
commit 46c44c58ae
6 changed files with 156 additions and 131 deletions

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 {