exfile v0.2.0 Exfile.Backend.FileSystem

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

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.