| 34 | } |
| 35 | |
| 36 | type settingClient struct { |
| 37 | client *ent.Client |
| 38 | kv cache.Driver |
| 39 | } |
| 40 | |
| 41 | // SetClient sets the client for the setting client |
| 42 | func (c *settingClient) SetClient(newClient *ent.Client) TxOperator { |
nothing calls this directly
no outgoing calls
no test coverage detected