garm/vendor/github.com/go-openapi/swag
Gabriel Adrian Samfira 3ec6aeace2 Update dependencies
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2023-12-18 16:20:44 +00: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 Update dependencies 2023-12-18 16:20:44 +00:00
.golangci.yml Update dependencies 2023-12-18 16:20:44 +00: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
initialism_index.go Update dependencies 2023-12-18 16:20:44 +00: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 Update dependencies 2023-12-18 16:20:44 +00: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
README.md Update dependencies 2023-12-18 16:20:44 +00:00
split.go Generate initial swagger API client library code 2023-06-30 19:04:13 +03:00
util.go Update dependencies 2023-12-18 16:20:44 +00:00
yaml.go Update dependencies 2023-12-18 16:20:44 +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