EmbeddedClient is an Olric client implementation for embedded-member scenario.
| 49 | |
| 50 | // EmbeddedClient is an Olric client implementation for embedded-member scenario. |
| 51 | type EmbeddedClient struct { |
| 52 | db *Olric |
| 53 | } |
| 54 | |
| 55 | // EmbeddedDMap is an DMap client implementation for embedded-member scenario. |
| 56 | type EmbeddedDMap struct { |
nothing calls this directly
no outgoing calls
no test coverage detected