Publishex v1.0.0 Publishex.UploadStrategy behaviour View Source

Upload strategy of a list of files.

Two options: Publishex.UploadStrategy.Async or Publishex.UploadStrategy.Sync Whether each file is uploaded asynchronously or synchronously. The latter is especially useful when testing.

Link to this section Summary

Link to this section Callbacks

Link to this callback

run(list, function, list)

View Source
run([String.t()], (... -> any()), list()) :: any()