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