mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-01 04:45:57 +00:00
48935e2168
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
6 lines
168 B
Elixir
6 lines
168 B
Elixir
defmodule Mobilizon.Service.Pictures.Information do
|
|
@moduledoc """
|
|
The structure holding information about a picture
|
|
"""
|
|
defstruct [:url, :author, :source]
|
|
end
|