go-drip/handler.go
2025-04-24 16:07:48 +00:00

4 lines
52 B
Go

package drip
type Handler func(ctx *Context) error