class Worker::AudioSelectionsStorage
- Worker::AudioSelectionsStorage
- Reference
- Object
Overview
Handle audio selections
Defined in:
worker/audio_selections_storage.crConstant Summary
-
Log =
Worker::Log.for("audio_selections_storage")
Constructors
Instance Method Summary
- #[]=(server_id : UInt64, user_id : UInt64, audio_selection : AudioSelection) : AudioSelection
- #[]?(server_id : UInt64, user_id : UInt64) : AudioSelection | Nil
- #audio_selections : Hash(UInt64, Hash(UInt64, AudioSelection))
- #delete(server_id : UInt64, user_id : UInt64) : AudioSelection | Nil
- #delete(audio_selection : AudioSelection) : AudioSelection | Nil