1 Star 0 Fork 0

付宇飞 / restful-api-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sql.go 435 Bytes
一键复制 编辑 原始数据 按行查看 历史
付宇飞 提交于 2022-07-16 17:03 . 添加create Host代码和测试用例
package impl
const (
InsertResourceSQL = `
INSERT INTO resource (
id,
vendor,
region,
create_at,
expire_at,
type,
name,
description,
status,
update_at,
sync_at,
sync_accout,
public_ip,
private_ip
)
VALUES
(?,?,?,?,?,?,?,?,?,?,?,?,?,?);
`
InsertDescribeSQL = `
INSERT INTO host ( resource_id, cpu, memory, gpu_amount, gpu_spec, os_type, os_name, serial_number )
VALUES
( ?,?,?,?,?,?,?,? );
`
)
Go
1
https://gitee.com/fuyufei889/restful-api-demo.git
git@gitee.com:fuyufei889/restful-api-demo.git
fuyufei889
restful-api-demo
restful-api-demo
9a034922694f

搜索帮助

53164aa7 5694891 3bd8fe86 5694891