sys_initdb.go 65 Bytes EditWeb IDE 1 2 3 4 5 package model type InitDBFunc interface { Init() (err error) }