Skip to content

Commit 25681b6

Browse files
authored
task: drop support for whitelist (#306)
1 parent ae64adf commit 25681b6

File tree

3 files changed

+0
-490
lines changed

3 files changed

+0
-490
lines changed

mongodbatlas/mongodbatlas.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ type Client struct {
107107
Peers PeersService
108108
Containers ContainersService
109109
EncryptionsAtRest EncryptionsAtRestService
110-
WhitelistAPIKeys WhitelistAPIKeysService
111110
AccessListAPIKeys AccessListAPIKeysService
112111
PrivateIPMode PrivateIPModeService
113112
MaintenanceWindows MaintenanceWindowsService
@@ -255,7 +254,6 @@ func NewClient(httpClient *http.Client) *Client {
255254
c.ProjectAPIKeys = &ProjectAPIKeysOp{Client: c}
256255
c.Peers = &PeersServiceOp{Client: c}
257256
c.ProjectIPAccessList = &ProjectIPAccessListServiceOp{Client: c}
258-
c.WhitelistAPIKeys = &WhitelistAPIKeysServiceOp{Client: c}
259257
c.AccessListAPIKeys = &AccessListAPIKeysServiceOp{Client: c}
260258
c.PrivateIPMode = &PrivateIPModeServiceOp{Client: c}
261259
c.MaintenanceWindows = &MaintenanceWindowsServiceOp{Client: c}

mongodbatlas/whitelist_api_keys.go

Lines changed: 0 additions & 190 deletions
This file was deleted.

0 commit comments

Comments
 (0)