lib/depot/stat/dir.ex

defmodule Depot.Stat.Dir do
  defstruct name: nil, size: nil, mtime: nil, visibility: nil
end