schematype:从JSON模式自动生成Go类型

时间:2024-05-31 18:48:37
【文件属性】:

文件名称:schematype:从JSON模式自动生成Go类型

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-31 18:48:37

Go

模式类型 从JSON模式自动生成Go类型。 这是Beta版软件,API将会更改。 命令行界面 CLI在cmd/schematype存在,请通过go install github.com/snikch/schematype/cmd/schematype 。 cat examples/schema.json | schematype | gofmt package main type MyType struct { Description * string `json:"description,omitempty"` // The description Name string `json:"name"` // The name } 设置类型和程序包名称 设置类型和带有标志的程序包。 cat examples/schema.json


【文件预览】:
schematype-master
----templates.go(812B)
----examples()
--------schema.json(301B)
----README.md(1KB)
----funcs.go(789B)
----schema.go(2KB)
----.gitignore(293B)
----cmd()
--------schematype()

网友评论