Skip to content

Commit

Permalink
修改代码
Browse files Browse the repository at this point in the history
  • Loading branch information
pangdogs committed May 22, 2024
1 parent 9308000 commit 5dcce7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/db/dbutil/dbservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ type DBService[T DB] struct {
DB T
}

func (s *DBService[T]) Init(db T) {
func (s *DBService[T]) BindDB(db T) {
s.DB = db
}

0 comments on commit 5dcce7d

Please sign in to comment.