MCPcopy Index your code
hub / github.com/devopsctl/gitlabctl / descGroup

Function descGroup

cmd/desc_group.go:59–69  ·  view source on GitHub ↗
(group string)

Source from the content-addressed store, hash-verified

57}
58
59func descGroup(group string) (*gitlab.Group, error) {
60 git, err := newGitlabClient()
61 if err != nil {
62 return nil, err
63 }
64 groupInfo, _, err := git.Groups.GetGroup(group)
65 if err != nil {
66 return nil, err
67 }
68 return groupInfo, nil
69}

Callers 2

getGroupIDFunction · 0.85
runDescGroupFunction · 0.85

Calls 1

newGitlabClientFunction · 0.85

Tested by

no test coverage detected