Rename "Processor" entity to "Webhook" and "Webhook" to "Entrypoint" throughout codebase #12
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/webhooker#12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Per the discussion on issue #3, the current naming of the main entity as "Processor" is confusing. The proposed naming scheme:
/hooks/<uuid>) where external services POST events. Each webhook can have multiple entrypoints.This rename affects:
internal/database/model_processor.go→model_webhook.go(the struct, not just the file)internal/database/model_webhook.go→model_entrypoint.go/sources/*→/webhooks/*for management,/webhook/{uuid}→/hooks/{uuid}for receivingThe new README (issue #3) documents this naming scheme as the target architecture. This issue tracks the actual code rename.
clawbot referenced this issue2026-03-02 00:56:20 +01:00