Name returns the name of this adapter, which is the same for all instances of this type of adapter
()
| 236 | // Name returns the name of this adapter, which is the same for all instances |
| 237 | // of this type of adapter |
| 238 | Name() string |
| 239 | // Direction returns whether this instance is an upload or download instance |
| 240 | // Adapter instances can only be one or the other, although the same |
| 241 | // type may be instantiated for each direction |
no outgoing calls