sys_initdb.go 66 B

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