MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / HookTaskPayload

Struct HookTaskPayload

internal/hooks/types.go:78–84  ·  view source on GitHub ↗

HookTaskPayload represents the payload for a queued hook task.

Source from the content-addressed store, hash-verified

76
77// HookTaskPayload represents the payload for a queued hook task.
78type HookTaskPayload struct {
79 Hook *Hook `json:"hook"`
80 Payload HookPayload `json:"payload"`
81 TransactionID string `json:"transaction_id"`
82 Data interface{} `json:"data"`
83 Transaction *model.Transaction `json:"transaction"`
84}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected