mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-02-23 17:50:37 +00:00
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
|