Merge pull request #2408 from tonistiigi/print-statuscode

build: support statuscode response for print requests
This commit is contained in:
Tõnis Tiigi
2024-04-15 15:58:52 -07:00
committed by GitHub
6 changed files with 156 additions and 131 deletions

View File

@ -91,8 +91,9 @@ type Options struct {
}
type PrintFunc struct {
Name string
Format string
Name string
Format string
IgnoreStatus bool
}
type Inputs struct {