kubernetes/vendor/github.com/go-openapi/swag
2024-08-27 15:37:32 +00: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 re-vendor k8s.io/kube-openapi 2024-08-27 15:37:32 +00:00
.golangci.yml re-vendor k8s.io/kube-openapi 2024-08-27 15:37:32 +00:00
BENCHMARK.md re-vendor k8s.io/kube-openapi 2024-08-27 15:37:32 +00:00
CODE_OF_CONDUCT.md Add go-openapi dependencies and update Godeps 2016-08-18 13:50:50 -07:00
convert.go Update Azure Go SDK to v55.0.0 2021-06-16 12:26:45 +00:00
convert_types.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
initialism_index.go re-vendor k8s.io/kube-openapi 2024-08-27 15:37:32 +00: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 re-vendor k8s.io/kube-openapi 2024-08-27 15:37:32 +00:00
name_lexem.go re-vendor k8s.io/kube-openapi 2024-08-27 15:37:32 +00: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
README.md re-vendor k8s.io/kube-openapi 2024-08-27 15:37:32 +00:00
split.go re-vendor k8s.io/kube-openapi 2024-08-27 15:37:32 +00:00
string_bytes.go re-vendor k8s.io/kube-openapi 2024-08-27 15:37:32 +00:00
util.go re-vendor k8s.io/kube-openapi 2024-08-27 15:37:32 +00:00
yaml.go re-vendor k8s.io/kube-openapi 2024-08-27 15:37:32 +00:00

Swag Build Status codecov

Slack Status license Go Reference 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.v3
  • github.com/mailru/easyjson v0.7.7