| 46 | } |
| 47 | |
| 48 | type CloneOptions struct { |
| 49 | *CloneFlags |
| 50 | *cmd.Dependencies |
| 51 | GetAllGroupsCallback projectShared.GetAllGroupsCallback |
| 52 | CreateProjectGroupCallback projectShared.CreateProjectGroupCallback |
| 53 | shared.GetAllProjectsCallback |
| 54 | } |
| 55 | |
| 56 | func NewCloneOptions(createFlags *CloneFlags, dependencies *cmd.Dependencies) *CloneOptions { |
| 57 | return &CloneOptions{ |
nothing calls this directly
no outgoing calls
no test coverage detected