drone/internal/api/controller/webhook
Johannes Batzill 44ec7ceb07 [Webhook] Add API and DB Basics (#142)
This change introduces:
- webhook type / store / controller / handler
- webhookExecution type / store / controller / handler
- foreign key fix for sqlite3
2022-12-28 13:07:48 -08:00
..
common.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
controller.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
create.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
delete.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
find_execution.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
find.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
list_executions.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
list.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
update.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
wire.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00