api2sql基础的能力 #8

Merged
zhangdeman merged 26 commits from feature/api2sql into master 2024-08-24 12:33:47 +08:00
Showing only changes of commit c854f0ebeb - Show all commits

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
}