ceph-csi/vendor/github.com/go-openapi/swag
Humble Chirammal c9ccbf29bb rebase: update to latest snapshotter
this commit update the snapshotter client to v6.1.0

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2022-11-11 09:25:57 +00:00
..
.editorconfig rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
.gitattributes rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
.gitignore rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
.golangci.yml rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
CODE_OF_CONDUCT.md rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
convert_types.go rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
convert.go rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
doc.go rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
file.go rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
json.go rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
LICENSE rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
loading.go rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
name_lexem.go rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
net.go rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
path.go rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
post_go18.go rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
post_go19.go rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
pre_go18.go rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
pre_go19.go rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
README.md rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
split.go rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
util.go rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
yaml.go rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00

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