graphql-tutorial

时间:2021-03-17 12:36:39
【文件属性】:
文件名称:graphql-tutorial
文件大小:30KB
文件格式:ZIP
更新时间:2021-03-17 12:36:39
Go 图形学教程 要求 转到1.16.x 启动服务器 make run 目录结构 . ├── Makefile ├── README.md ├── cmd │ └── schedule │ ├── main.go │ ├── server.go │ ├── wire.go │ └── wire_gen.go ├── domain │ ├── repository │ │ ├── schedule.go │ │ └── user.go │ └── service │ ├── schedule.go │ ├── service.go │ └── user.go ├── go.mod ├── go.sum ├── gqlgen.yml ├── infra │ └── db │
【文件预览】:
graphql-tutorial-master
----cmd()
--------schedule()
----models_gen.go(89B)
----domain()
--------repository()
--------service()
----infra()
--------db()
----gqlgen.yml(639B)
----.gitignore(331B)
----Makefile(80B)
----go.sum(9KB)
----README.md(1KB)
----presentation()
--------graphql()
----go.mod(247B)

网友评论