mysql.go 186 Bytes 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 package mysql import ( "gitlab.jxhh.com/zhaoxueru/cloud-warehouse.git/app/system/demo/store" ) func GetMySQLFactoryOr(cli store.Factory) (store.Factory, error) { return cli, nil }