fix: [CODE-727]: change to gitness from harness

pull/264/head
Abhinav Singh 10 months ago
parent d86848a9e2
commit d363e65a81

@ -121,7 +121,7 @@ type (
List(context.Context, ListOptions) ([]*Repository, *Response, error)
// ListHooks returns a list or repository hooks.
s(context.Context, string, ListOptions) ([]*Hook, *Response, error)
ListHooks(context.Context, string, ListOptions) ([]*Hook, *Response, error)
// ListStatus returns a list of commit statuses.
ListStatus(context.Context, string, string, ListOptions) ([]*Status, *Response, error)

Loading…
Cancel
Save