exfile_b2 v0.2.2 ExfileB2.Backend

Summary

Functions

Callback implementation for c:Exfile.Backend.delete/2

Callback implementation for c:Exfile.Backend.exists?/2

Callback implementation for c:Exfile.Backend.get/2

Callback implementation for c:Exfile.Backend.init/1

Callback implementation for c:Exfile.Backend.open/2

Callback implementation for c:Exfile.Backend.path/2

Callback implementation for c:Exfile.Backend.size/2

Callback implementation for c:Exfile.Backend.upload/2

Functions

clear!(backend)
delete(backend, file_id)

Callback implementation for c:Exfile.Backend.delete/2.

exists?(backend, id)

Callback implementation for c:Exfile.Backend.exists?/2.

get(backend, id)

Callback implementation for c:Exfile.Backend.get/2.

init(opts)

Callback implementation for c:Exfile.Backend.init/1.

open(backend, id)

Callback implementation for c:Exfile.Backend.open/2.

path(backend, id)

Callback implementation for c:Exfile.Backend.path/2.

size(backend, id)

Callback implementation for c:Exfile.Backend.size/2.

upload(backend, other_file)

Callback implementation for c:Exfile.Backend.upload/2.