| 28 | } |
| 29 | |
| 30 | type MemoryServiceClient struct { |
| 31 | c thrift.TClient |
| 32 | } |
| 33 | |
| 34 | func NewMemoryServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *MemoryServiceClient { |
| 35 | return &MemoryServiceClient{ |
nothing calls this directly
no outgoing calls
no test coverage detected