压测 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 397a3f4a02 pg 压测 2 years ago
apis pg 压测 2 years ago
common 503 Test 2 years ago
etc pg 压测 2 years ago
internal pg 压测 2 years ago
model pg 压测 2 years ago
.gitignore git ignore 2 years ago
build.bat 打包脚本 2 years ago
demo.api pg 压测 2 years ago
demo.go 跨域 2 years ago
go.mod 503 Test 2 years ago
go.sum 503 Test 2 years ago
readme.md pg 压测 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

本机

api 生成

goctl api go -api demo.api -dir .

编写api文件

domo.api

运行工具,自动生成

goctl api go -api demo.api -dir .

编写逻辑 /internal/logic

go run demo.go

打包

./build.bat