mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-11 18:02:47 +00:00
6 lines
65 B
Go
6 lines
65 B
Go
package model
|
|
|
|
type InitDBFunc interface {
|
|
Init() (err error)
|
|
}
|