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