automation-tests/common/vendor/github.com/go-openapi/swag
Daniel J Walsh a28c005eb2 Vendor in latest containers/(storage,image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2023-06-13 22:10:32 -04:00
..
.editorconfig Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
.gitattributes Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
.gitignore Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
.golangci.yml Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
CODE_OF_CONDUCT.md Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
LICENSE Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
README.md Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
convert.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
convert_types.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
doc.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
file.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
json.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
loading.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
name_lexem.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
net.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
path.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
post_go18.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
post_go19.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
pre_go18.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
pre_go19.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
split.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
util.go Vendor in latest containers/(storage,image) 2023-06-13 22:10:32 -04:00
yaml.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00

README.md

Swag Build Status codecov Slack Status

license GoDoc Go Report Card

Contains a bunch of helper functions for go-openapi and go-swagger projects.

You may also use it standalone for your projects.

  • convert between value and pointers for builtin types
  • convert from string to builtin types (wraps strconv)
  • fast json concatenation
  • search in path
  • load from file or http
  • name mangling

This repo has only few dependencies outside of the standard library:

  • YAML utilities depend on gopkg.in/yaml.v2