Coder Social home page Coder Social logo

gozero-skeleton-api's Introduction

替换 tpl 模板

下载并替换 goctl 模板

git clone https://github.com/tt90cc/goctl-template.git && rm -rf ~/.goctl/$(goctl -v|awk '{print $3}')/* && cd goctl-template && mv ./* ~/.goctl/$(goctl -v|awk '{print $3}')

根据 DDL 生成 MODEL

  1. 修改 ddl cd ./model && vim ./ddl.sql
  2. 在项目根目录执行 goctl model mysql ddl -src ./ddl.sql -dir . -c
复杂查询
squirrel.Or{squirrel.Expr("id=?", cast.ToInt64(req.Name)), squirrel.And{squirrel.Eq{"name": req.Name}}}
// squirrel.Or{squirrel.Eq{"id": cast.ToInt64(req.Name)}, squirrel.And{squirrel.Eq{"name": req.Name}}}

Where("FIND_IN_SET(?, platform_type)", req.PlatformType)

生成 api 或者 rpc 代码

  1. 生成 api:goctl api go -api ./main.api -dir .
  2. 生成 rpc:goctl rpc protoc ./main.proto --go_out=./types --go-grpc_out=./types --zrpc_out=.

配置

Log:
  #  Mode: file
  #  Path: ../logs
  Encoding: plain
UcenterRpc:
  Timeout: 10000
  Endpoints:
    - 127.0.0.1:8213

gozero-skeleton-api's People

Contributors

tt90cc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.