Sitemapper.persist
You're seeing just the function
persist
, go back to Sitemapper module for more information.
Specs
persist( Enumerable.t(), keyword() ) :: Stream.t()
Receives a Stream
of {filename, body}
tuples, and persists
those to the Sitemapper.Store
.
Will raise if persistence fails.
Accepts the following Keyword
options in opts
:
store
- The module of the desiredSitemapper.Store
, such asSitemapper.S3Store
. (required)store_config
- AKeyword
list with options for theSitemapper.Store
. (optional, but usually required)