package system type InitDBFunc interface { Init() (err error)}
package system
type InitDBFunc interface {
Init() (err error)
}