Skip to content

Commit

Permalink
fix: add GetVariables function to interface to register it
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoet committed Feb 27, 2023
1 parent 52336c8 commit 6656a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/gitlab/group_variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import gl "github.com/xanzy/go-gitlab"

type GroupVariables interface {
GetVariable(gid interface{}, key string) (*gl.GroupVariable, error)
GetVariables(groupID int, recursive bool) (map[string]string, error)
}

type groupVariables struct {
Expand Down

0 comments on commit 6656a97

Please sign in to comment.