View Source Ecspanse.Snapshot.ResourceSnapshot (ECSpanse v0.10.0)
A resource snapshot.
The :version
field is the value provided in the use Ecspanse, version: x
at the time of export.
This value is used to ensure compatibility when restoring entities.
Summary
Types
@type t() :: %Ecspanse.Snapshot.ResourceSnapshot{ resource_module: module(), resource_spec: Ecspanse.Resource.resource_spec(), version: integer() }