Documentation ¶
Index ¶
- Variables
- func ArtifactImport(client graphql.Client, orgID string, artifactName string, artifactType string, ...) (string, error)
- func BuildBundle(buildPath string, b *bundle.Bundle, c *restclient.MassdriverClient) error
- func DeployPackage(client graphql.Client, orgID, name, message string) (*api.Deployment, error)
- func GenerateNewBundle(bundleCache templatecache.TemplateCache, ...) error
- func ImportParams(buildPath string, skipVerify bool) error
- func LintBundle(b *bundle.Bundle) error
- func ListTemplates(cache templatecache.TemplateCache) ([]templatecache.TemplateList, error)
- func RefreshTemplates(cache templatecache.TemplateCache) error
Constants ¶
This section is empty.
Variables ¶
View Source
var DeploymentStatusSleep = time.Duration(10) * time.Second
View Source
var DeploymentTimeout = time.Duration(5) * time.Minute
Functions ¶
func ArtifactImport ¶
func BuildBundle ¶
func BuildBundle(buildPath string, b *bundle.Bundle, c *restclient.MassdriverClient) error
func DeployPackage ¶
func GenerateNewBundle ¶
func GenerateNewBundle(bundleCache templatecache.TemplateCache, templateData *templatecache.TemplateData) error
func ImportParams ¶
func LintBundle ¶
func ListTemplates ¶
func ListTemplates(cache templatecache.TemplateCache) ([]templatecache.TemplateList, error)
func RefreshTemplates ¶
func RefreshTemplates(cache templatecache.TemplateCache) error
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.