cert-manager-webhook-example/vendor/github.com/go-openapi/swag
Konstantin Kalugin-Balashov 752d8d74da Initial
2024-02-28 13:20:51 +07:00
..
.editorconfig Initial 2024-02-28 13:20:51 +07:00
.gitattributes Initial 2024-02-28 13:20:51 +07:00
.gitignore Initial 2024-02-28 13:20:51 +07:00
.golangci.yml Initial 2024-02-28 13:20:51 +07:00
CODE_OF_CONDUCT.md Initial 2024-02-28 13:20:51 +07:00
convert.go Initial 2024-02-28 13:20:51 +07:00
convert_types.go Initial 2024-02-28 13:20:51 +07:00
doc.go Initial 2024-02-28 13:20:51 +07:00
file.go Initial 2024-02-28 13:20:51 +07:00
json.go Initial 2024-02-28 13:20:51 +07:00
LICENSE Initial 2024-02-28 13:20:51 +07:00
loading.go Initial 2024-02-28 13:20:51 +07:00
name_lexem.go Initial 2024-02-28 13:20:51 +07:00
net.go Initial 2024-02-28 13:20:51 +07:00
path.go Initial 2024-02-28 13:20:51 +07:00
post_go18.go Initial 2024-02-28 13:20:51 +07:00
post_go19.go Initial 2024-02-28 13:20:51 +07:00
pre_go18.go Initial 2024-02-28 13:20:51 +07:00
pre_go19.go Initial 2024-02-28 13:20:51 +07:00
README.md Initial 2024-02-28 13:20:51 +07:00
split.go Initial 2024-02-28 13:20:51 +07:00
util.go Initial 2024-02-28 13:20:51 +07:00
yaml.go Initial 2024-02-28 13:20:51 +07: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