Skip to content

Commit

Permalink
messages.go: removes unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
MaerF0x0 committed Oct 26, 2024
1 parent 8ab6c5b commit abcf17e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions github/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ const (
DeliveryIDHeader = "X-Github-Delivery"
)

type EventTyper interface {
EventType() EventType
}

// EventType corresponds to the X-GitHub-Event: header for Webhooks events and payloads
type EventType string

Expand Down

0 comments on commit abcf17e

Please sign in to comment.