mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-13 10:52:34 +00:00
6 lines
66 B
Go
6 lines
66 B
Go
package system
|
|
|
|
type InitDBFunc interface {
|
|
Init() (err error)
|
|
}
|