Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
func NewSetupAction ¶
type CleanupRepoAction ¶
type CleanupRepoAction struct {
// contains filtered or unexported fields
}
func NewCleanupRepoAction ¶
func NewCleanupRepoAction(localPath string, repo repo.Repo) *CleanupRepoAction
type CreateAction ¶
type CreateAction struct {
// contains filtered or unexported fields
}
func NewCreateAction ¶
func NewCreateAction(checker workspace.DirectoryChecker, localPath string, merger merger.Merger, projectName string, repo repo.Repo) *CreateAction
type Factory ¶
type Factory struct { LocalPath string ProjectName string // contains filtered or unexported fields }
func (*Factory) CleanupRepo ¶
type ListAction ¶
type ListAction struct {
// contains filtered or unexported fields
}
func NewListAction ¶
func NewListAction(merger merger.Merger) ListAction
type SetupAction ¶
type SetupAction struct {
// contains filtered or unexported fields
}
type TransformAction ¶
type TransformAction struct {
// contains filtered or unexported fields
}
func NewTransformAction ¶
func NewTransformAction( repoPath string, checker workspace.DirectoryChecker, loader project.Loader, transformer transform.Transformer, variables transform.Variables) *TransformAction
type UpdateAction ¶
type UpdateAction struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.