wallet-grpc

command module
v0.0.0-...-3f3ae68 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2023 License: MIT Imports: 0 Imported by: 0

README

gitee.com/fu-ce-wei/wallet-grpc

  • 创建服务命令
#首次生成代码(研发环境)1
goctl api new 服务名称
goctl rpc new 服务名称

#生成api服务代码(研发环境)
goctl api go -api wallet.api -dir .  -style go_zero
go run wallet.go -f etc/wallet.yaml

#4.生成RPC服务代码(研发环境)
goctl rpc protoc wallet.proto --go_out=./types --go-grpc_out=./types --zrpc_out=. --style go_zero
go run wallet.go -f etc/wallet.yaml

#生成数据库curd代码  cd ~/workspace/model(研发环境)
goctl model mysql ddl --src bc_wallet_order.sql --dir .  -cache=true
goctl model mysql ddl --src bc_chain.sql  --dir .  -cache=true


#测试环境启动命令  Linux下   wallet/cmd    两个服务,一个api,一个rpc   
go run wallet.go -f etc/wallet-test.yaml

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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