ExDoppler.ActivityDiff (ExDoppler v1.0.0)

View Source

Module describing a diff to an ExDoppler.ActivityLog

Fields

  • added - Objects added in this Activity (e.g ["FOO_BAR"])
  • removed - Objects removed in this Activity (e.g ["NEW_SEC2"])
  • updated - Objects updated in this Activity (e.g ["HELLO_WORLD"])

๐Ÿ“– Resources

Summary

Functions

Creates an ActivityDiff from a map

Functions

build(diff)

Creates an ActivityDiff from a map

๐Ÿท๏ธ Params

  • diff: Map of fields to turn into an ActivityDiff

โคต๏ธ Returns

โœ… On Success

  %ExDoppler.ActivityDiff{...}

โŒ On Failure

  raise Error