1
0
mirror of https://github.com/algora-io/tv.git synced 2025-03-17 20:17:45 +02:00

14 lines
233 B
Elixir
Raw Normal View History

2024-02-29 22:31:42 +03:00
defmodule Algora.Library.Events do
defmodule LivestreamStarted do
defstruct video: nil
end
defmodule LivestreamEnded do
defstruct video: nil
end
defmodule ThumbnailsGenerated do
defstruct video: nil
end
end