Documentation ¶
Index ¶
- func Create() cli.Command
- func CreateApp(a *fnclient.Fn, app *modelsv2.App) error
- func Delete() cli.Command
- func GetAppByName(client *fnclient.Fn, appName string) (*modelsv2.App, error)
- func GetConfig() cli.Command
- func Inspect() cli.Command
- func List() cli.Command
- func ListConfig() cli.Command
- func PutApp(a *fnclient.Fn, appID string, app *modelsv2.App) error
- func SetConfig() cli.Command
- func UnsetConfig() cli.Command
- func Update() cli.Command
- type NameNotFoundError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAppByName ¶
GetAppByName looks up an app by name using the given client
Types ¶
type NameNotFoundError ¶
type NameNotFoundError struct {
Name string
}
NameNotFoundError error for app not found when looked up by name
func (NameNotFoundError) Error ¶
func (n NameNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.