This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
Add support for custom webhook headers #2001
Annotations
10 errors
access_requests.go#L1
: # github.com/xanzy/go-gitlab [github.com/xanzy/go-gitlab.test]
|
group_hooks_test.go#L96
cannot use []HookCustomHeader{…} (value of type []HookCustomHeader) as type []*HookCustomHeader in struct literal
|
group_hooks_test.go#L174
cannot use []HookCustomHeader{…} (value of type []HookCustomHeader) as type []*HookCustomHeader in struct literal
|
group_hooks_test.go#L258
cannot use []HookCustomHeader{…} (value of type []HookCustomHeader) as type []*HookCustomHeader in struct literal
|
group_hooks_test.go#L344
cannot use []HookCustomHeader{…} (value of type []HookCustomHeader) as type []*HookCustomHeader in struct literal
|
group_hooks_test.go#L402
cannot use []HookCustomHeader{…} (value of type []HookCustomHeader) as type []*HookCustomHeader in struct literal
|
projects_test.go#L1506
cannot use []*HookCustomHeader{…} (value of type []*HookCustomHeader) as type *[]*HookCustomHeader in struct literal
|
projects_test.go#L1559
cannot use []*HookCustomHeader{…} (value of type []*HookCustomHeader) as type *[]*HookCustomHeader in struct literal
|
projects_test.go#L1781
cannot use []HookCustomHeader{…} (value of type []HookCustomHeader) as type []*HookCustomHeader in struct literal (typecheck)
|
|
This job failed
Loading