压测 dome
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dark 5cf1744ee7 add page size 2 years ago
apifile init 2 years ago
etc init 2 years ago
internal add page size 2 years ago
model init 2 years ago
build.bat 打包脚本 2 years ago
demo.api add page size 2 years ago
demo.exe init 2 years ago
demo.go init 2 years ago
demo_linux_amd64 打包脚本 2 years ago
demo_windows_amd64.exe 打包脚本 2 years ago
go.mod init 2 years ago
go.sum init 2 years ago
readme.md init 2 years ago

readme.md

生产model

goctl model pg datasource --url="postgres://postgres:123456@10.0.1.36:5432/postgres?sslmode=disable" --table="te_thoroughly_register" -dir ./model

本机

goctl model pg datasource --url="postgres://postgres:123456@127.0.0.1:5432/postgres?sslmode=disable" --table="te_thoroughly_register" -dir ./model

api 生成

goctl api go -api demo.api -dir .