-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* openapi code gen * domain.Team の定義 * repository層の実装 * usecase層の実装 * handlerの実装 * team auth middlewareのテスト * lint * 小さなリファクタリング * idをuuidで扱う * chore: fix field name of usecase test struct * AnyTimesを使わないテスト * repository test * context.Todo -> context.Background * requireとassertの使い分け & use require.NoError * 1つのコンテナでデータベースを複数にする * 英数字のみのdbnameに修正 * usecase error 名の変更 * handler層のテスト usecaseのmockを使用 * main.go更新 * handler テストの追加 * repositoryテストの追加 * lint
- Loading branch information
1 parent
3c4a091
commit 53cc9fb
Showing
30 changed files
with
2,095 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.