PolyPost.Resource.Unit (poly_post v0.2.0)

Copy Markdown View Source

The raw content of an itemized resource.

Summary

Types

t()

@type t() :: %PolyPost.Resource.Unit{
  filename: binary(),
  metadata_config: keyword(),
  module: module(),
  raw_content: PolyPost.Resource.raw_content(),
  raw_metadata: PolyPost.Resource.raw_metadata(),
  resource: PolyPost.Resource.name()
}