UploadFunc uploads a local file to the target backend.
func(string) (*UploadResult, error)
| 14 | |
| 15 | // UploadFunc uploads a local file to the target backend. |
| 16 | type UploadFunc func(string) (*UploadResult, error) |
| 17 | |
| 18 | // Option customizes a Processor. |
| 19 | type Option func(*Processor) |
nothing calls this directly
no outgoing calls
no test coverage detected