debian-forge-composer/vendor/github.com/go-openapi/swag
2023-07-21 12:05:00 +02:00
..
.editorconfig
.gitattributes cloudapi: validate input 2022-05-16 13:20:46 +02:00
.gitignore
.golangci.yml deps: update osbuild/images to 246b718310ea 2023-07-21 12:05:00 +02:00
CODE_OF_CONDUCT.md
convert.go cloudapi: validate input 2022-05-16 13:20:46 +02:00
convert_types.go cloudapi: validate input 2022-05-16 13:20:46 +02:00
doc.go deps: update osbuild/images to 246b718310ea 2023-07-21 12:05:00 +02:00
file.go cloudapi: validate input 2022-05-16 13:20:46 +02:00
json.go cloudapi: validate input 2022-05-16 13:20:46 +02:00
LICENSE
loading.go deps: update osbuild/images to 246b718310ea 2023-07-21 12:05:00 +02:00
name_lexem.go
net.go
path.go
post_go18.go cloudapi: validate input 2022-05-16 13:20:46 +02:00
post_go19.go cloudapi: validate input 2022-05-16 13:20:46 +02:00
pre_go18.go cloudapi: validate input 2022-05-16 13:20:46 +02:00
pre_go19.go cloudapi: validate input 2022-05-16 13:20:46 +02:00
README.md cloudapi: validate input 2022-05-16 13:20:46 +02:00
split.go
util.go deps: update osbuild/images to 246b718310ea 2023-07-21 12:05:00 +02:00
yaml.go deps: update osbuild/images to 246b718310ea 2023-07-21 12:05:00 +02: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