Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Module("callback", server.Module, fx.Provide( NewHandler, fx.Annotate(func(handler *Handler) http.Handler { mux := chi.NewMux() mux.Post("/callback", handler.ServeHTTP) return mux }, fx.ResultTags(`name:"server"`)), ), )
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct{}
func NewHandler ¶
func NewHandler() *Handler
func (*Handler) HandleAccessStatusEvent ¶
func (*Handler) HandleDeleteStatusEvent ¶
Click to show internal directories.
Click to hide internal directories.