exfile_swift v0.2.0 ExfileSwift
Link to this section Summary
Functions
Callback implementation for Exfile.Backend.delete/2.
Callback implementation for Exfile.Backend.exists?/2.
Callback implementation for Exfile.Backend.get/2.
Callback implementation for Exfile.Backend.init/1.
Callback implementation for Exfile.Backend.open/2.
Callback implementation for Exfile.Backend.path/2.
Callback implementation for Exfile.Backend.size/2.
Callback implementation for Exfile.Backend.upload/2.
Link to this section Functions
clear!(backend)
delete(backend, id)
Callback implementation for Exfile.Backend.delete/2.
exists?(backend, id)
Callback implementation for Exfile.Backend.exists?/2.
get(backend, id)
Callback implementation for Exfile.Backend.get/2.
init(opts)
Callback implementation for Exfile.Backend.init/1.
open(backend, id)
Callback implementation for Exfile.Backend.open/2.
path(backend, id)
Callback implementation for Exfile.Backend.path/2.
size(backend, id)
Callback implementation for Exfile.Backend.size/2.
upload(backend, other_file)
Callback implementation for Exfile.Backend.upload/2.