This commit is contained in:
2026-03-02 03:06:54 +07:00
parent ccc4f126f6
commit 1c63cc1747
3 changed files with 225 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
//go:generate mockgen -source=interface.go -destination=mocks/mock.go -package=mocks
package db
import (