Current section

Files

Jump to
ex_aequo lib ex_aequo sys_interface behaviour.ex
Raw

lib/ex_aequo/sys_interface/behaviour.ex

defmodule ExAequo.SysInterface.Behavior do
use ExAequo.Types
@callback expand_path(Path.t()) :: binary()
@callback lstat(Path.t(), File.stat_options()) :: lstat_result()
@callback wildcard(Path.t(), keyword()) :: [binary()]
end