db: use context and go-mockgen for AccessTokensStore (#7013)

This commit is contained in:
Joe Chen
2022-06-06 12:10:36 +08:00
committed by GitHub
parent 4cc3000b07
commit 0a92ad27ef
14 changed files with 927 additions and 304 deletions

View File

@@ -44,7 +44,8 @@ tasks:
generate:
desc: Run all go:generate commands
deps: [generate-schemadoc]
cmds:
- go generate ./...
test:
desc: Run all tests.