fix configuration
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-12-05 16:21:30 +01:00
parent 00a9eceea8
commit a5209dad8f
11 changed files with 94 additions and 15 deletions

View File

@ -9,6 +9,7 @@ type MessageT struct {
}
type Handler interface {
GetId() string
Handle(MessageT)
}