sys_initdb.go 65 B

12345
  1. package model
  2. type InitDBFunc interface {
  3. Init() (err error)
  4. }