Skip to content

Commit

Permalink
project group can support NameOrID interface from cli
Browse files Browse the repository at this point in the history
  • Loading branch information
benPearce1 committed Oct 21, 2022
1 parent 2476b44 commit 37b01c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/projectgroups/project_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ func NewProjectGroup(name string) *ProjectGroup {
Resource: *resources.NewResource(),
}
}

func (s *ProjectGroup) GetName() string {
return s.Name
}

0 comments on commit 37b01c9

Please sign in to comment.