captain_hook v0.3.0 CaptainHook.DataWrapper

Link to this section Summary

Link to this section Types

Specs

t() :: %CaptainHook.DataWrapper{
  data: map(),
  schema_id: binary() | integer(),
  schema_type: binary(),
  webhook: binary(),
  webhook_endpoint_id: binary(),
  webhook_result_handler: atom() | binary()
}

Link to this section Functions

Link to this function

new(webhook, webhook_endpoint_id, schema_type, schema_id, data, opts)