(newClient *ent.Client)
| 81 | } |
| 82 | |
| 83 | func (c *taskClient) SetClient(newClient *ent.Client) TxOperator { |
| 84 | return &taskClient{client: newClient, maxSQlParam: c.maxSQlParam, hasher: c.hasher} |
| 85 | } |
| 86 | |
| 87 | func (c *taskClient) GetClient() *ent.Client { |
| 88 | return c.client |
nothing calls this directly
no outgoing calls
no test coverage detected