Documentation ¶
Index ¶
- Variables
- func Call(name string, data string) error
- func Create(name string, here bool, template string) error
- func Delete(input string) error
- func DeleteById(id string) (interface{}, error)
- func DeleteByName(name string) (interface{}, error)
- func Deploy(name string, push bool, memory string, concurrency int, timeout string, ...) error
- func FilterByName(name string) (interface{}, error)
- func List() error
- func Logs(name string) error
- func Pull() error
- func Push(name string) error
- func Shutdown(name string) error
- func Status(name string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var CrunFiles = []string{
".",
}
Functions ¶
func DeleteById ¶
func DeleteByName ¶
func FilterByName ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.