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

Struct HookResponse

internal/hooks/types.go:58–62  ·  view source on GitHub ↗

HookResponse represents the expected response from webhook endpoints.

Source from the content-addressed store, hash-verified

56
57// HookResponse represents the expected response from webhook endpoints.
58type HookResponse struct {
59 Success bool `json:"success"`
60 Message string `json:"message"`
61 Data interface{} `json:"data,omitempty"`
62}
63
64// HookManager defines the interface for managing hooks.
65type HookManager interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected