containerized-data-importer/vendor/github.com/go-openapi/swag
2019-05-16 09:38:37 +03:00
..
.github swagger/apidoc/python client generation 2018-12-03 08:31:28 -05:00
.editorconfig swagger/apidoc/python client generation 2018-12-03 08:31:28 -05:00
.gitignore Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
.golangci.yml Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
.travis.yml Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
CODE_OF_CONDUCT.md swagger/apidoc/python client generation 2018-12-03 08:31:28 -05:00
convert_test.go Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
convert_types_test.go Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
convert_types.go swagger/apidoc/python client generation 2018-12-03 08:31:28 -05:00
convert.go Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
doc.go Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
go.mod Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
go.sum Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
json_test.go Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
json.go Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
LICENSE swagger/apidoc/python client generation 2018-12-03 08:31:28 -05:00
loading_test.go Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
loading.go Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
net_test.go swagger/apidoc/python client generation 2018-12-03 08:31:28 -05:00
net.go swagger/apidoc/python client generation 2018-12-03 08:31:28 -05:00
path_test.go Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
path.go swagger/apidoc/python client generation 2018-12-03 08:31:28 -05:00
post_go18.go Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
post_go19.go Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
pre_go18.go Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
pre_go19.go Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
README.md Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
util_test.go Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
util.go Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
yaml_test.go Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00
yaml.go Update all vendor k8s components to 1.13.4 2019-05-16 09:38:37 +03:00

Swag Build Status codecov Slack Status

license GoDoc GolangCI 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:

  • JSON utilities depend on github.com/mailru/easyjson
  • YAML utilities depend on gopkg.in/yaml.v2