abstract class Cryap::Media::Storage::Base

Direct Known Subclasses

Defined in:

modules/media/mod.cr

Instance Method Summary

Instance Method Detail

abstract def remove(id : KSUID) : Nil #

abstract def upload(id : KSUID, io : IO) #

abstract def url_from_id(id : KSUID) : URI #

abstract def get(id : KSUID) : IO | Nil