MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / CloneOptions

Struct CloneOptions

pkg/cmd/project/clone/clone.go:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48type CloneOptions struct {
49 *CloneFlags
50 *cmd.Dependencies
51 GetAllGroupsCallback projectShared.GetAllGroupsCallback
52 CreateProjectGroupCallback projectShared.CreateProjectGroupCallback
53 shared.GetAllProjectsCallback
54}
55
56func NewCloneOptions(createFlags *CloneFlags, dependencies *cmd.Dependencies) *CloneOptions {
57 return &CloneOptions{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected