Home
last modified time | relevance | path

Searched refs:UsersService (Results 1 – 25 of 745) sorted by relevance

12345678910>>...30

/dports/www/gitea/gitea-1.16.5/vendor/github.com/xanzy/go-gitlab/
H A Dusers.go43 type UsersService struct { struct
282 func (s *UsersService) DeleteUser(user int, options ...RequestOptionFunc) (*Response, error) { argument
296 func (s *UsersService) CurrentUser(options ...RequestOptionFunc) (*User, *Response, error) { argument
871 func (s *UsersService) BlockUser(user int, options ...RequestOptionFunc) error { argument
899 func (s *UsersService) UnblockUser(user int, options ...RequestOptionFunc) error { argument
927 func (s *UsersService) BanUser(user int, options ...RequestOptionFunc) error { argument
953 func (s *UsersService) UnbanUser(user int, options ...RequestOptionFunc) error { argument
979 func (s *UsersService) DeactivateUser(user int, options ...RequestOptionFunc) error { argument
1007 func (s *UsersService) ActivateUser(user int, options ...RequestOptionFunc) error { argument
1035 func (s *UsersService) ApproveUser(user int, options ...RequestOptionFunc) error { argument
[all …]
/dports/devel/lab/lab-0.17.2/vendor/github.com/xanzy/go-gitlab/
H A Dusers.go29 type UsersService struct { struct
117 func (s *UsersService) GetUser(user int, options ...OptionFunc) (*User, *Response, error) { argument
229 func (s *UsersService) DeleteUser(user int, options ...OptionFunc) (*Response, error) { argument
243 func (s *UsersService) CurrentUser(options ...OptionFunc) (*User, *Response, error) { argument
271 func (s *UsersService) ListSSHKeys(options ...OptionFunc) ([]*SSHKey, *Response, error) { argument
317 func (s *UsersService) GetSSHKey(key int, options ...OptionFunc) (*SSHKey, *Response, error) { argument
387 func (s *UsersService) DeleteSSHKey(key int, options ...OptionFunc) (*Response, error) { argument
417 func (s *UsersService) BlockUser(user int, options ...OptionFunc) error { argument
445 func (s *UsersService) UnblockUser(user int, options ...OptionFunc) error { argument
481 func (s *UsersService) ListEmails(options ...OptionFunc) ([]*Email, *Response, error) { argument
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/go-gitlab-0.18.0/
H A Dusers.go36 type UsersService struct { struct
126 func (s *UsersService) GetUser(user int, options ...OptionFunc) (*User, *Response, error) { argument
238 func (s *UsersService) DeleteUser(user int, options ...OptionFunc) (*Response, error) { argument
252 func (s *UsersService) CurrentUser(options ...OptionFunc) (*User, *Response, error) { argument
280 func (s *UsersService) ListSSHKeys(options ...OptionFunc) ([]*SSHKey, *Response, error) { argument
326 func (s *UsersService) GetSSHKey(key int, options ...OptionFunc) (*SSHKey, *Response, error) { argument
396 func (s *UsersService) DeleteSSHKey(key int, options ...OptionFunc) (*Response, error) { argument
426 func (s *UsersService) BlockUser(user int, options ...OptionFunc) error { argument
454 func (s *UsersService) UnblockUser(user int, options ...OptionFunc) error { argument
490 func (s *UsersService) ListEmails(options ...OptionFunc) ([]*Email, *Response, error) { argument
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/
H A Dusers.go36 type UsersService struct { struct
126 func (s *UsersService) GetUser(user int, options ...OptionFunc) (*User, *Response, error) { argument
238 func (s *UsersService) DeleteUser(user int, options ...OptionFunc) (*Response, error) { argument
252 func (s *UsersService) CurrentUser(options ...OptionFunc) (*User, *Response, error) { argument
280 func (s *UsersService) ListSSHKeys(options ...OptionFunc) ([]*SSHKey, *Response, error) { argument
326 func (s *UsersService) GetSSHKey(key int, options ...OptionFunc) (*SSHKey, *Response, error) { argument
396 func (s *UsersService) DeleteSSHKey(key int, options ...OptionFunc) (*Response, error) { argument
426 func (s *UsersService) BlockUser(user int, options ...OptionFunc) error { argument
454 func (s *UsersService) UnblockUser(user int, options ...OptionFunc) error { argument
490 func (s *UsersService) ListEmails(options ...OptionFunc) ([]*Email, *Response, error) { argument
[all …]
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/xanzy/go-gitlab/
H A Dusers.go39 type UsersService struct { struct
273 func (s *UsersService) DeleteUser(user int, options ...RequestOptionFunc) (*Response, error) { argument
287 func (s *UsersService) CurrentUser(options ...RequestOptionFunc) (*User, *Response, error) { argument
315 func (s *UsersService) ListSSHKeys(options ...RequestOptionFunc) ([]*SSHKey, *Response, error) { argument
432 func (s *UsersService) DeleteSSHKey(key int, options ...RequestOptionFunc) (*Response, error) { argument
462 func (s *UsersService) BlockUser(user int, options ...RequestOptionFunc) error { argument
490 func (s *UsersService) UnblockUser(user int, options ...RequestOptionFunc) error { argument
518 func (s *UsersService) DeactivateUser(user int, options ...RequestOptionFunc) error { argument
546 func (s *UsersService) ActivateUser(user int, options ...RequestOptionFunc) error { argument
582 func (s *UsersService) ListEmails(options ...RequestOptionFunc) ([]*Email, *Response, error) { argument
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/go-github/v41/github/
H A Dusers.go17 type UsersService service type
83 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
107 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
126 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
168 func (s *UsersService) GetHovercard(ctx context.Context, user string, opts *HovercardOptions) (*Hov…
206 func (s *UsersService) ListAll(ctx context.Context, opts *UserListOptions) ([]*User, *Response, err…
230 func (s *UsersService) ListInvitations(ctx context.Context, opts *ListOptions) ([]*RepositoryInvita…
254 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
268 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…
H A Dusers_packages.go18 func (s *UsersService) ListPackages(ctx context.Context, user string, opts *PackageListOptions) ([]…
49 func (s *UsersService) GetPackage(ctx context.Context, user, packageType, packageName string) (*Pac…
76 func (s *UsersService) DeletePackage(ctx context.Context, user, packageType, packageName string) (*…
97 func (s *UsersService) RestorePackage(ctx context.Context, user, packageType, packageName string) (…
118 func (s *UsersService) PackageGetAllVersions(ctx context.Context, user, packageType, packageName st…
145 func (s *UsersService) PackageGetVersion(ctx context.Context, user, packageType, packageName string…
172 func (s *UsersService) PackageDeleteVersion(ctx context.Context, user, packageType, packageName str…
193 func (s *UsersService) PackageRestoreVersion(ctx context.Context, user, packageType, packageName st…
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/google/go-github/v35/github/
H A Dusers.go17 type UsersService service type
83 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
107 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
126 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
168 func (s *UsersService) GetHovercard(ctx context.Context, user string, opts *HovercardOptions) (*Hov…
206 func (s *UsersService) ListAll(ctx context.Context, opts *UserListOptions) ([]*User, *Response, err…
230 func (s *UsersService) ListInvitations(ctx context.Context, opts *ListOptions) ([]*RepositoryInvita…
254 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
268 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…
/dports/security/vuls/vuls-0.13.7/vendor/github.com/google/go-github/v28/github/
H A Dusers.go17 type UsersService service type
82 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
106 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
125 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
167 func (s *UsersService) GetHovercard(ctx context.Context, user string, opt *HovercardOptions) (*Hove…
208 func (s *UsersService) ListAll(ctx context.Context, opt *UserListOptions) ([]*User, *Response, erro…
232 func (s *UsersService) ListInvitations(ctx context.Context, opt *ListOptions) ([]*RepositoryInvitat…
256 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
270 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…
/dports/security/gopass/gopass-1.13.0/vendor/github.com/google/go-github/v33/github/
H A Dusers.go17 type UsersService service type
83 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
107 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
126 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
168 func (s *UsersService) GetHovercard(ctx context.Context, user string, opts *HovercardOptions) (*Hov…
206 func (s *UsersService) ListAll(ctx context.Context, opts *UserListOptions) ([]*User, *Response, err…
230 func (s *UsersService) ListInvitations(ctx context.Context, opts *ListOptions) ([]*RepositoryInvita…
254 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
268 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…
/dports/www/gitea/gitea-1.16.5/vendor/github.com/google/go-github/v39/github/
H A Dusers.go17 type UsersService service type
83 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
107 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
126 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
168 func (s *UsersService) GetHovercard(ctx context.Context, user string, opts *HovercardOptions) (*Hov…
206 func (s *UsersService) ListAll(ctx context.Context, opts *UserListOptions) ([]*User, *Response, err…
230 func (s *UsersService) ListInvitations(ctx context.Context, opts *ListOptions) ([]*RepositoryInvita…
254 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
268 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…
H A Dusers_packages.go18 func (s *UsersService) ListPackages(ctx context.Context, user string, opts *PackageListOptions) ([]…
49 func (s *UsersService) GetPackage(ctx context.Context, user, packageType, packageName string) (*Pac…
76 func (s *UsersService) DeletePackage(ctx context.Context, user, packageType, packageName string) (*…
97 func (s *UsersService) RestorePackage(ctx context.Context, user, packageType, packageName string) (…
118 func (s *UsersService) PackageGetAllVersions(ctx context.Context, user, packageType, packageName st…
145 func (s *UsersService) PackageGetVersion(ctx context.Context, user, packageType, packageName string…
172 func (s *UsersService) PackageDeleteVersion(ctx context.Context, user, packageType, packageName str…
193 func (s *UsersService) PackageRestoreVersion(ctx context.Context, user, packageType, packageName st…
/dports/net/traefik/traefik-2.6.1/vendor/github.com/google/go-github/v28/github/
H A Dusers.go17 type UsersService service type
82 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
106 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
125 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
167 func (s *UsersService) GetHovercard(ctx context.Context, user string, opt *HovercardOptions) (*Hove…
208 func (s *UsersService) ListAll(ctx context.Context, opt *UserListOptions) ([]*User, *Response, erro…
232 func (s *UsersService) ListInvitations(ctx context.Context, opt *ListOptions) ([]*RepositoryInvitat…
256 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
270 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/google/go-github/v26/go-github-26.0.9/github/
H A Dusers.go17 type UsersService service type
82 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
106 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
125 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
167 func (s *UsersService) GetHovercard(ctx context.Context, user string, opt *HovercardOptions) (*Hove…
208 func (s *UsersService) ListAll(ctx context.Context, opt *UserListOptions) ([]*User, *Response, erro…
232 func (s *UsersService) ListInvitations(ctx context.Context, opt *ListOptions) ([]*RepositoryInvitat…
256 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
270 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/google/go-github/v26/github/
H A Dusers.go17 type UsersService service type
82 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
106 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
125 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
167 func (s *UsersService) GetHovercard(ctx context.Context, user string, opt *HovercardOptions) (*Hove…
208 func (s *UsersService) ListAll(ctx context.Context, opt *UserListOptions) ([]*User, *Response, erro…
232 func (s *UsersService) ListInvitations(ctx context.Context, opt *ListOptions) ([]*RepositoryInvitat…
256 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
270 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…
/dports/devel/bit/bit-1.1.2/vendor/github.com/google/go-github/v32/github/
H A Dusers.go17 type UsersService service type
83 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
107 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
126 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
168 func (s *UsersService) GetHovercard(ctx context.Context, user string, opts *HovercardOptions) (*Hov…
206 func (s *UsersService) ListAll(ctx context.Context, opts *UserListOptions) ([]*User, *Response, err…
230 func (s *UsersService) ListInvitations(ctx context.Context, opts *ListOptions) ([]*RepositoryInvita…
254 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
268 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…
/dports/net/evans/evans-0.9.1/vendor/github.com/google/go-github/github/
H A Dusers.go17 type UsersService service type
79 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
103 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
122 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
164 func (s *UsersService) GetHovercard(ctx context.Context, user string, opt *HovercardOptions) (*Hove…
205 func (s *UsersService) ListAll(ctx context.Context, opt *UserListOptions) ([]*User, *Response, erro…
229 func (s *UsersService) ListInvitations(ctx context.Context, opt *ListOptions) ([]*RepositoryInvitat…
256 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
273 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/google/go-github/github/
H A Dusers.go17 type UsersService service type
79 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
103 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
122 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
164 func (s *UsersService) GetHovercard(ctx context.Context, user string, opt *HovercardOptions) (*Hove…
205 func (s *UsersService) ListAll(ctx context.Context, opt *UserListOptions) ([]*User, *Response, erro…
229 func (s *UsersService) ListInvitations(ctx context.Context, opt *ListOptions) ([]*RepositoryInvitat…
256 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
273 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/google/go-github/go-github-17.0.0/github/
H A Dusers.go17 type UsersService service type
79 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
103 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
122 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
164 func (s *UsersService) GetHovercard(ctx context.Context, user string, opt *HovercardOptions) (*Hove…
205 func (s *UsersService) ListAll(ctx context.Context, opt *UserListOptions) ([]*User, *Response, erro…
229 func (s *UsersService) ListInvitations(ctx context.Context, opt *ListOptions) ([]*RepositoryInvitat…
256 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
273 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/google/go-github/github/
H A Dusers.go17 type UsersService service type
79 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
103 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
122 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
164 func (s *UsersService) GetHovercard(ctx context.Context, user string, opt *HovercardOptions) (*Hove…
205 func (s *UsersService) ListAll(ctx context.Context, opt *UserListOptions) ([]*User, *Response, erro…
229 func (s *UsersService) ListInvitations(ctx context.Context, opt *ListOptions) ([]*RepositoryInvitat…
256 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
273 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…
/dports/www/beehive/beehive-0.4.0/vendor/github.com/google/go-github/github/
H A Dusers.go17 type UsersService service type
79 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
103 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
122 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
164 func (s *UsersService) GetHovercard(ctx context.Context, user string, opt *HovercardOptions) (*Hove…
205 func (s *UsersService) ListAll(ctx context.Context, opt *UserListOptions) ([]*User, *Response, erro…
229 func (s *UsersService) ListInvitations(ctx context.Context, opt *ListOptions) ([]*RepositoryInvitat…
256 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
273 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/google/go-github/github/
H A Dusers.go17 type UsersService service type
79 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
103 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
122 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
164 func (s *UsersService) GetHovercard(ctx context.Context, user string, opt *HovercardOptions) (*Hove…
205 func (s *UsersService) ListAll(ctx context.Context, opt *UserListOptions) ([]*User, *Response, erro…
229 func (s *UsersService) ListInvitations(ctx context.Context, opt *ListOptions) ([]*RepositoryInvitat…
256 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
273 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/google/go-github/github/
H A Dusers.go17 type UsersService service type
79 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
103 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
122 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
164 func (s *UsersService) GetHovercard(ctx context.Context, user string, opt *HovercardOptions) (*Hove…
205 func (s *UsersService) ListAll(ctx context.Context, opt *UserListOptions) ([]*User, *Response, erro…
229 func (s *UsersService) ListInvitations(ctx context.Context, opt *ListOptions) ([]*RepositoryInvitat…
256 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
273 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/google/go-github/github/
H A Dusers.go17 type UsersService service type
79 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
103 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
122 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
164 func (s *UsersService) GetHovercard(ctx context.Context, user string, opt *HovercardOptions) (*Hove…
205 func (s *UsersService) ListAll(ctx context.Context, opt *UserListOptions) ([]*User, *Response, erro…
229 func (s *UsersService) ListInvitations(ctx context.Context, opt *ListOptions) ([]*RepositoryInvitat…
256 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
273 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…
/dports/security/gopass/gopass-1.13.0/vendor/github.com/google/go-github/github/
H A Dusers.go17 type UsersService service type
79 func (s *UsersService) Get(ctx context.Context, user string) (*User, *Response, error) {
103 func (s *UsersService) GetByID(ctx context.Context, id int64) (*User, *Response, error) {
122 func (s *UsersService) Edit(ctx context.Context, user *User) (*User, *Response, error) {
164 func (s *UsersService) GetHovercard(ctx context.Context, user string, opt *HovercardOptions) (*Hove…
205 func (s *UsersService) ListAll(ctx context.Context, opt *UserListOptions) ([]*User, *Response, erro…
229 func (s *UsersService) ListInvitations(ctx context.Context, opt *ListOptions) ([]*RepositoryInvitat…
256 func (s *UsersService) AcceptInvitation(ctx context.Context, invitationID int64) (*Response, error)…
273 func (s *UsersService) DeclineInvitation(ctx context.Context, invitationID int64) (*Response, error…

12345678910>>...30