mirror of
https://github.com/railwayapp/cli
synced 2026-04-21 14:07:23 +00:00
7 lines
182 B
Go
7 lines
182 B
Go
package entity
|
|
|
|
import "context"
|
|
|
|
type HandlerFunction func(context.Context, *CommandRequest) error
|
|
|
|
type PanicFunction func(context.Context, string, string, string, []string) error
|