1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-01-03 22:05:00 +00:00
mobilizon/lib/service/pictures/information.ex

7 lines
168 B
Elixir
Raw Normal View History

defmodule Mobilizon.Service.Pictures.Information do
@moduledoc """
The structure holding information about a picture
"""
defstruct [:url, :author, :source]
end