mirror of
https://github.com/containers/podman.git
synced 2025-12-15 11:42:28 +08:00
vendor: update c/{common,image,storage} to latest main
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
10
vendor/github.com/go-openapi/strfmt/errors.go
generated
vendored
Normal file
10
vendor/github.com/go-openapi/strfmt/errors.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package strfmt
|
||||
|
||||
type strfmtError string
|
||||
|
||||
// ErrFormat is an error raised by the strfmt package
|
||||
const ErrFormat strfmtError = "format error"
|
||||
|
||||
func (e strfmtError) Error() string {
|
||||
return string(e)
|
||||
}
|
||||
Reference in New Issue
Block a user