kubeconform/vendor/github.com/go-openapi/swag
2023-01-24 16:34:14 +01:00
..
.editorconfig read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
.gitattributes read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
.gitignore read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
.golangci.yml read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
CODE_OF_CONDUCT.md read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
convert.go read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
convert_types.go read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
doc.go read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
file.go read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
json.go read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
LICENSE read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
loading.go read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
name_lexem.go read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
net.go read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
path.go read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
post_go18.go read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
post_go19.go read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
pre_go18.go read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
pre_go19.go read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
README.md read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
split.go read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
util.go read krm from stdin using kpt lib 2023-01-24 16:34:14 +01:00
yaml.go read krm from stdin using kpt lib 2023-01-24 16:34:14 +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