This commit is contained in:
6543 2021-04-28 23:07:52 +02:00
parent 794a1980f7
commit 5222bde661
Signed by: 6543
GPG Key ID: C99B82E40B027BAE
1 changed files with 2 additions and 0 deletions

View File

@ -160,10 +160,12 @@ func threatRepo(baseBranchRule glob.Glob, client *gitlab.Client, repo *gitlab.Pr
}
}

// optBool return ref of bool - dont ask it is go
func optBool(val bool) *bool {
return &val
}

// optString return ref of string - dont ask it is go
func optString(val string) *string {
return &val
}