4 lines
52 B
Go
4 lines
52 B
Go
package drip
|
|
|
|
type Handler func(ctx *Context) error
|
package drip
|
|
|
|
type Handler func(ctx *Context) error
|