mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-13 19:45:26 +00:00
codes
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/micro/micro/v3/service/errors"
|
||||
"gorm.io/gorm"
|
||||
"github.com/micro/services/pkg/gorm"
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -17,7 +17,7 @@ var (
|
||||
)
|
||||
|
||||
type Codes struct {
|
||||
DB *gorm.DB
|
||||
gorm.Helper
|
||||
Time func() time.Time
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user