(name string, dir Direction, f NewAdapterFunc)
| 29 | GetUploadAdapterNames() []string |
| 30 | getAdapterNames(adapters map[string]NewAdapterFunc) []string |
| 31 | RegisterNewAdapterFunc(name string, dir Direction, f NewAdapterFunc) |
| 32 | NewAdapterOrDefault(name string, dir Direction) Adapter |
| 33 | NewAdapter(name string, dir Direction) Adapter |
| 34 | NewDownloadAdapter(name string) Adapter |
no outgoing calls