db client

This commit is contained in:
白茶清欢 2024-08-20 18:15:59 +08:00
parent 4ba14dc23d
commit c854f0ebeb

View File

@ -203,12 +203,3 @@ func (c *wrapperClient) GetSlaveClient(ctx context.Context, dbFlag string) (*gor
return dbClient.GetSlave(ctx), nil
}
// getGormClient 获取GORM client方法
//
// Author : go_developer@163.com<白茶清欢>
//
// Date : 11:24 2022/6/6
func (c *wrapperClient) getGormClient() (*gorm.DB, error) {
return nil, nil
}