Skip to content

Commit

Permalink
Revert "Chore: add environment import api client (#855)"
Browse files Browse the repository at this point in the history
This reverts commit e37247b
  • Loading branch information
sagilaufer1992 committed Jul 31, 2024
1 parent 0a09318 commit 0620cca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 329 deletions.
7 changes: 0 additions & 7 deletions client/api_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,19 +152,12 @@ type ApiClientInterface interface {
TeamRoleAssignments(payload *TeamRoleAssignmentListPayload) ([]TeamRoleAssignmentPayload, error)
KubernetesCredentialsCreate(payload *KubernetesCredentialsCreatePayload) (*Credentials, error)
KubernetesCredentialsUpdate(id string, payload *KubernetesCredentialsUpdatePayload) (*Credentials, error)
EnvironmentImportCreate(payload *EnvironmentImportCreatePayload) (*EnvironmentImport, error)
EnvironmentImportUpdate(id string, payload *EnvironmentImportUpdatePayload) (*EnvironmentImport, error)
EnvironmentImportGet(id string) (*EnvironmentImport, error)
EnvironmentImportDelete(id string) error
ConfigurationSetCreate(payload *CreateConfigurationSetPayload) (*ConfigurationSet, error)
ConfigurationSetUpdate(id string, payload *UpdateConfigurationSetPayload) (*ConfigurationSet, error)
ConfigurationSet(id string) (*ConfigurationSet, error)
ConfigurationSets(scope string, scopeId string) ([]ConfigurationSet, error)
ConfigurationSetDelete(id string) error
ConfigurationVariablesBySetId(setId string) ([]ConfigurationVariable, error)
AssignConfigurationSets(scope string, scopeId string, sets []string) error
UnassignConfigurationSets(scope string, scopeId string, sets []string) error
ConfigurationSetsAssignments(scope string, scopeId string) ([]ConfigurationSet, error)
}

func NewApiClient(client http.HttpClientInterface, defaultOrganizationId string) ApiClientInterface {
Expand Down
87 changes: 0 additions & 87 deletions client/api_client_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

100 changes: 0 additions & 100 deletions client/environment_import.go

This file was deleted.

135 changes: 0 additions & 135 deletions client/environment_import_test.go

This file was deleted.

0 comments on commit 0620cca

Please sign in to comment.