(newClient *ent.Client)
| 72 | } |
| 73 | |
| 74 | func (c *oauthClientClient) SetClient(newClient *ent.Client) TxOperator { |
| 75 | return &oauthClientClient{client: newClient, maxSQlParam: c.maxSQlParam} |
| 76 | } |
| 77 | |
| 78 | func (c *oauthClientClient) GetClient() *ent.Client { |
| 79 | return c.client |
nothing calls this directly
no outgoing calls
no test coverage detected