resx v0.0.4 Resx.Resource.Reference.Integrity

The integrity of a resource.

%Resx.Resource.Reference.Integrity{
    checksum: { :crc32, 3829359344 },
    timestamp: 1536855009
}

Link to this section Summary

Link to this section Types

Link to this type algo()
algo() :: atom()
Link to this type checksum()
checksum() :: {algo(), any()}
Link to this type t()
t() :: %Resx.Resource.Reference.Integrity{
  checksum: nil | checksum(),
  timestamp: integer()
}