View Source AntikytheraCore.Path (antikythera v0.5.1)
Summary
Functions
@spec antikythera_root_dir() :: Path.t()
@spec changed?(Path.t(), Antikythera.SecondsSinceEpoch.t()) :: boolean()
@spec compiled_core_dir() :: Path.t()
@spec compiled_gears_dir() :: Path.t()
@spec config_encryption_key_path() :: Path.t()
@spec core_config_file_path() :: Path.t()
@spec gear_config_dir() :: Path.t()
@spec gear_config_file_path(Antikythera.GearName.t()) :: Path.t()
@spec gear_log_dir(Antikythera.GearName.t()) :: Path.t()
@spec gear_log_file_path(Antikythera.GearName.t()) :: Path.t()
@spec gear_tmp_dir() :: Path.t()
@spec history_dir() :: Path.t()
@spec list_modified_files(Path.t(), Antikythera.SecondsSinceEpoch.t()) :: [String.t()]
@spec raft_persistence_dir_parent() :: Path.t()
@spec system_info_access_token_path() :: Path.t()
@spec tenant_ids_file_path() :: Path.t()
@spec tenant_setting_dir() :: Path.t()
@spec tenant_setting_file_path(Antikythera.TenantId.t()) :: Path.t()