forked from forgejo/forgejo
[REFACTOR] webhook matrix endpoints
This commit is contained in:
parent
e41e18f87e
commit
8dfbbfef07
16 changed files with 134 additions and 49 deletions
|
@ -23,6 +23,10 @@ type slackHandler struct{}
|
|||
|
||||
func (slackHandler) Type() webhook_module.HookType { return webhook_module.SLACK }
|
||||
|
||||
func (slackHandler) FormFields(bind func(any)) FormFields {
|
||||
panic("TODO")
|
||||
}
|
||||
|
||||
// SlackMeta contains the slack metadata
|
||||
type SlackMeta struct {
|
||||
Channel string `json:"channel"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue