db client
This commit is contained in:
parent
4ba14dc23d
commit
c854f0ebeb
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user