文件名称:halfway_demo
文件大小:12KB
文件格式:ZIP
更新时间:2024-04-01 08:52:35
Go
halfway_demo 中途模板 . ├── Dockerfile ├── README.md ├── cmd │ └── main.go ├── config │ └── example.yaml ├── go.mod ├── go.sum ├── internal │ ├── consts │ │ └── consts.go │ ├── dao │ │ ├── dao.go │ │ ├── mysql.go │ │ └── redis.go │ ├── entity │ │ └── orm │ ├── server │ │ ├── grpc.go │ │ └── http.go │ └── service │ ├── hello.go │ └── service.go ├──
【文件预览】:
halfway_demo-master
----proto()
--------demo.pb.go(14KB)
--------demo.proto(216B)
----.gitignore(20B)
----go.mod(401B)
----Dockerfile(500B)
----utils()
--------common.go(379B)
----README.md(750B)
----config()
--------example.yaml(1KB)
----cmd()
--------main.go(1KB)
----internal()
--------dao()
--------server()
--------service()
--------consts()