https://github.com/takeruun/changeable-blog-api
Graphql API for changeable blog
https://github.com/takeruun/changeable-blog-api
api github-actions golang graphql graphql-server session-cookie
Last synced: 3 months ago
JSON representation
Graphql API for changeable blog
- Host: GitHub
- URL: https://github.com/takeruun/changeable-blog-api
- Owner: takeruun
- Created: 2022-08-13T02:45:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T05:36:30.000Z (about 3 years ago)
- Last Synced: 2025-03-24T10:34:15.489Z (over 1 year ago)
- Topics: api, github-actions, golang, graphql, graphql-server, session-cookie
- Language: Go
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# テスト
### モック生成
```sh
mockgen -source usecases/repository/blogs_repository.go -destination test/mock_repository/mock_blogs_repository.go
```