文件名称:帖子
文件大小:8KB
文件格式:ZIP
更新时间:2024-03-09 19:41:00
Go
帖子
【文件预览】:
PostsApiGo-master
----Dockerfile(310B)
----services()
--------posts-service.go(843B)
----build.sh(20B)
----.github()
--------workflows()
----http()
--------router.go(222B)
--------chi-router.go(576B)
--------mux-router.go(626B)
----repository()
--------posts-repo.go(158B)
--------firestore-repo.go(2KB)
--------mysql-repo.go(19B)
--------mongodb-repo.go(19B)
----go.mod(211B)
----controller()
--------posts-controller.go(2KB)
----.travis.yml(115B)
----server.go(768B)
----entity()
--------post.go(120B)
----errors()
--------service-error.go(78B)