Files
fx-serverless/handlers/handle.go
Minghe 73f3a3853f move up handle to handlers (#247)
* * done move handle codes to handlers pkg
* support force deploy a function

* fix remote host issue
2019-08-31 18:55:58 +08:00

7 lines
133 B
Go

package handlers
import "github.com/urfave/cli"
// HandleFunc command handle function
type HandleFunc func(ctx *cli.Context) error