| 11 | var _ gateway.IClientDriver = (*ClientDriver)(nil) |
| 12 | |
| 13 | type ClientDriver struct { |
| 14 | client admin_client.Client |
| 15 | } |
| 16 | |
| 17 | func (c *ClientDriver) Hash() gateway.IHashClient { |
| 18 | return NewHashClient(c.client) |
nothing calls this directly
no outgoing calls
no test coverage detected