(newClient *ent.Client)
| 38 | } |
| 39 | |
| 40 | func (c *directLinkClient) SetClient(newClient *ent.Client) TxOperator { |
| 41 | return &directLinkClient{client: newClient, hasher: c.hasher, maxSQlParam: c.maxSQlParam} |
| 42 | } |
| 43 | |
| 44 | func (c *directLinkClient) GetClient() *ent.Client { |
| 45 | return c.client |
nothing calls this directly
no outgoing calls
no test coverage detected