Remote returns the remote path
()
| 242 | |
| 243 | // Remote returns the remote path |
| 244 | func (o *MemoryObject) Remote() string { |
| 245 | return o.remote |
| 246 | } |
| 247 | |
| 248 | // String returns a description of the Object |
| 249 | func (o *MemoryObject) String() string { |
no outgoing calls