(newClient *ent.Client)
| 168 | } |
| 169 | |
| 170 | func (c *userClient) SetClient(newClient *ent.Client) TxOperator { |
| 171 | return &userClient{client: newClient} |
| 172 | } |
| 173 | |
| 174 | func (c *userClient) GetClient() *ent.Client { |
| 175 | return c.client |
nothing calls this directly
no outgoing calls
no test coverage detected