src/

directory
v0.0.0-...-592b0ac Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2021 License: Apache-2.0

README

api文件编译方法

goctl api go -api webapi.api  -dir ./

数据库文件生成

goctl model mysql datasource -url="root:password@tcp(127.0.0.1:3308)/pet" -table="*" -dir ./model -c

rpc文件编译方法

goctl rpc proto -src user.proto  -dir rpc

设备管理模块

rpc文件编译

goctl rpc proto -src dm.proto -dir ./

model文件编译

goctl model mysql datasource -url="root:password@tcp(81.68.223.176:3308)/things" -table="*" -dir ./model -c goctl model mysql datasource -url="root:password@tcp(81.68.223.176:3308)/things" -table="device_log" -dir ./model -c

#接口文档生成

设备交互模块

goctl model mysql datasource -url="root:password@tcp(81.68.223.176:3308)/dcsvr" -table="*" -dir ./model -c
goctl rpc proto -src dc.proto -dir ./

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL