kubernetes/vendor/github.com/go-openapi/swag
2023-01-11 11:48:07 +01:00
..
.editorconfig bump(github.com/go-openapi/spec): 7abd5745472fff5eb3685386d5fb8bf38683154d 2017-09-25 19:51:56 +05:30
.gitattributes Bump kube-openapi 2023-01-11 11:48:07 +01:00
.gitignore hack/update-vendor.sh 2019-11-06 17:42:34 -05:00
.golangci.yml Bump kube-openapi 2023-01-11 11:48:07 +01:00
CODE_OF_CONDUCT.md Add go-openapi dependencies and update Godeps 2016-08-18 13:50:50 -07:00
convert_types.go Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
convert.go Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
doc.go Bump kube-openapi 2023-01-11 11:48:07 +01:00
file.go Bump kube-openapi 2023-01-11 11:48:07 +01:00
json.go Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
LICENSE Add go-openapi dependencies and update Godeps 2016-08-18 13:50:50 -07:00
loading.go Bump kube-openapi 2023-01-11 11:48:07 +01:00
name_lexem.go Bump go-openapi dependencies to preferred version 2019-06-27 10:42:28 +08:00
net.go Bump go-openapi dependencies to preferred version 2019-06-27 10:42:28 +08:00
path.go bump(github.com/go-openapi/spec): 7abd5745472fff5eb3685386d5fb8bf38683154d 2017-09-25 19:51:56 +05:30
post_go18.go Bump kube-openapi 2023-01-11 11:48:07 +01:00
post_go19.go Bump kube-openapi 2023-01-11 11:48:07 +01:00
pre_go18.go Bump kube-openapi 2023-01-11 11:48:07 +01:00
pre_go19.go Bump kube-openapi 2023-01-11 11:48:07 +01:00
README.md Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
split.go Bump go-openapi dependencies to preferred version 2019-06-27 10:42:28 +08:00
util.go Bump kube-openapi 2023-01-11 11:48:07 +01:00
yaml.go Bump kube-openapi 2023-01-11 11:48:07 +01: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