mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
11 lines
186 B
Go
11 lines
186 B
Go
package http
|
|
|
|
import (
|
|
"net/http"
|
|
|
|
"github.com/foomo/sesamy-go/pkg/sesamy"
|
|
"go.uber.org/zap"
|
|
)
|
|
|
|
type EventHandler func(l *zap.Logger, r *http.Request, event *sesamy.Event[any]) error
|