prmd style JSON Hyper Schema to Go structs, and validators
go get -u golang.org/x/tools/cmd/goimports
prmdg
applies goimports
to the ourput file.
go install github.com/kanmu/prmdg@latest
usage: prmdg --file=FILE [<flags>] <command> [<args> ...]
prmd generated JSON Hyper Schema to Go
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
-p, --package="main" package name for Go file
-f, --file=FILE path JSON Schema
-o, --output=OUTPUT path to Go output file
Commands:
help [<command>...]
Show help.
struct [<flags>]
generate struct file
jsval
generate validator file using github.com/lestrrat-go/go-jsval
validator
generate validator file using github.com/go-playground/validator
usage: prmdg struct [<flags>]
generate struct file
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
-p, --package="main" package name for Go file
-f, --file=FILE path JSON Schema
-o, --output=OUTPUT path to Go output file
--validate-tag add `validate` tag to struct
--use-title use title tag in request/response struct name
--nullable use github.com/guregu/null for null value
usage: prmdg jsval
generate validator file using github.com/lestrrat-go/go-jsval
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
-p, --package="main" package name for Go file
-f, --file=FILE path JSON Schema
-o, --output=OUTPUT path to Go output file
usage: prmdg validator
generate validator file using github.com/go-playground/validator
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
-p, --package="main" package name for Go file
-f, --file=FILE path JSON Schema
-o, --output=OUTPUT path to Go output file