package mutipart import "os" type FileTransfer interface { HandleFileTransfer(f *os.File, m map[string]string) (interface{}, error) }