(newClient *ent.Client)
| 97 | } |
| 98 | |
| 99 | func (c *shareClient) SetClient(newClient *ent.Client) TxOperator { |
| 100 | return &shareClient{client: newClient, hasher: c.hasher, maxSQlParam: c.maxSQlParam} |
| 101 | } |
| 102 | |
| 103 | func (c *shareClient) GetClient() *ent.Client { |
| 104 | return c.client |
nothing calls this directly
no outgoing calls
no test coverage detected