FoPost.BulkImportResult (FoPost v0.1.0)

Copy Markdown View Source

What a committed CSV import created. Keep :batch_id to roll the batch back.

Summary

Types

t()

@type t() :: %FoPost.BulkImportResult{
  batch_id: term(),
  created: term(),
  posts: term(),
  raw: term()
}