Versions in this module Expand all Collapse all v0 v0.1.0 May 3, 2023 Changes in this version + type FakeClient struct + OrgHooks map[string][]github.Hook + RepoHooks map[string][]github.Hook + UserOrgInvitations []github.UserOrgInvitation + UserRepoInvitations []github.UserRepoInvitation + func (f *FakeClient) AcceptUserOrgInvitation(org string) error + func (f *FakeClient) AcceptUserRepoInvitation(invitationID int) error + func (f *FakeClient) CreateOrgHook(org string, req github.HookRequest) (int, error) + func (f *FakeClient) CreateRepoHook(org, repo string, req github.HookRequest) (int, error) + func (f *FakeClient) DeleteOrgHook(org string, id int, req github.HookRequest) error + func (f *FakeClient) DeleteRepoHook(org, repo string, id int, req github.HookRequest) error + func (f *FakeClient) EditOrgHook(org string, id int, req github.HookRequest) error + func (f *FakeClient) EditRepoHook(org, repo string, id int, req github.HookRequest) error + func (f *FakeClient) ListCurrentUserOrgInvitations() ([]github.UserOrgInvitation, error) + func (f *FakeClient) ListCurrentUserRepoInvitations() ([]github.UserRepoInvitation, error) + func (f *FakeClient) ListOrgHooks(org string) ([]github.Hook, error) + func (f *FakeClient) ListRepoHooks(org, repo string) ([]github.Hook, error)