garm/vendor/github.com/go-openapi/swag
Ionut Balutoiu 4a68f3b046 Generate initial swagger API client library code
Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
2023-06-30 19:04:13 +03:00
..
.editorconfig Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
.gitattributes Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
.gitignore Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
.golangci.yml Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
CODE_OF_CONDUCT.md Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
convert.go Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
convert_types.go Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
doc.go Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
file.go Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
json.go Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
LICENSE Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
loading.go Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
name_lexem.go Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
net.go Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
path.go Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
post_go18.go Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
post_go19.go Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
pre_go18.go Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
pre_go19.go Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
README.md Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
split.go Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
util.go Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
yaml.go Generate initial swagger API client library code 2023-06-30 19:04:13 +03: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