src/

directory
v0.0.0-...-5932f04 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2022 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:3306)/pet" -table="*" -dir ./model -c

rpc文件编译方法

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

设备管理模块

rpc文件编译

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

model文件编译

goctl model mysql datasource -url="root:password@tcp(127.0.0.1:3306)/dm" -table="*" -dir ./internal/repo/mysql -c 
goctl model mysql datasource -url="root:password@tcp(127.0.0.1:3306)/dm" -table="device_log" -dir ./internal/repo/mysql

设备交互模块

goctl model mysql datasource -url="root:password@tcp(127.0.0.1:3306)/dc" -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