Skip to content

Commit

Permalink
task: drop support for whitelist (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn authored Aug 9, 2022
1 parent ae64adf commit 25681b6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 490 deletions.
2 changes: 0 additions & 2 deletions mongodbatlas/mongodbatlas.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ type Client struct {
Peers PeersService
Containers ContainersService
EncryptionsAtRest EncryptionsAtRestService
WhitelistAPIKeys WhitelistAPIKeysService
AccessListAPIKeys AccessListAPIKeysService
PrivateIPMode PrivateIPModeService
MaintenanceWindows MaintenanceWindowsService
Expand Down Expand Up @@ -255,7 +254,6 @@ func NewClient(httpClient *http.Client) *Client {
c.ProjectAPIKeys = &ProjectAPIKeysOp{Client: c}
c.Peers = &PeersServiceOp{Client: c}
c.ProjectIPAccessList = &ProjectIPAccessListServiceOp{Client: c}
c.WhitelistAPIKeys = &WhitelistAPIKeysServiceOp{Client: c}
c.AccessListAPIKeys = &AccessListAPIKeysServiceOp{Client: c}
c.PrivateIPMode = &PrivateIPModeServiceOp{Client: c}
c.MaintenanceWindows = &MaintenanceWindowsServiceOp{Client: c}
Expand Down
190 changes: 0 additions & 190 deletions mongodbatlas/whitelist_api_keys.go

This file was deleted.

Loading

0 comments on commit 25681b6

Please sign in to comment.