Versions in this module Expand all Collapse all v0 v0.0.8 Jan 12, 2019 Changes in this version + type Definition struct + Description string + Functions map[string]Function + Include []string + Provider struct{ ... } + Repository string + Service string v0.0.7 Dec 18, 2018 Changes in this version + func Clone(url string) (string, error) + func Download(url string) (string, error) + func IsGit(path string) bool + func IsLocal(path string) bool + func IsRegistry(path string) bool + func IsRemote(path string) bool + type Copy struct + Container string + Destination string + Pod string + Source string + func (c *Copy) RemoteExec(clientset *client.ConfigSet, command string, file io.Reader) (string, string, error) + func (c *Copy) Upload(clientset *client.ConfigSet) error + type Function struct + Buildargs []string + Description string + Environment map[string]string + Handler string + Labels []string + Runtime string + type YAML struct + Description string + Functions map[string]Function + Include []string + Provider struct{ ... } + Repository string + Service string + func ParseServerlessYAML(path string) (YAML, error)