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