1 Star 0 Fork 0

blackbelly / gherkingen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
enums.go 416 Bytes
一键复制 编辑 原始数据 按行查看 历史
Maksym Kryvchun 提交于 2022-06-25 04:51 . Support auto detection (#46)
package model
// Format of the output.
type Format string
// Possible formats.
const (
FormatAutoDetect Format = "autodetect"
FormatJSON Format = "json"
FormatGo Format = "go"
FormatRaw Format = "raw"
)
// Formats returns supported output formats.
func Formats() []string {
return []string{
string(FormatAutoDetect),
string(FormatJSON),
string(FormatGo),
string(FormatRaw),
}
}
1
https://gitee.com/blackbelly/gherkingen.git
git@gitee.com:blackbelly/gherkingen.git
blackbelly
gherkingen
gherkingen
d0276da9c2e5

搜索帮助

53164aa7 5694891 3bd8fe86 5694891