Skip to content

Commit

Permalink
refactor: delete comments from ClientSet
Browse files Browse the repository at this point in the history
  • Loading branch information
jskelin committed Dec 16, 2024
1 parent c7f0e9a commit b5724c1
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions pkg/client/clientset.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,22 +173,11 @@ var DefaultRetryOptions = corerest.RetryOptions{MaxRetries: 10, ShouldRetryFunc:
// Each field may be nil, if the ClientSet is partially initialized - e.g. no autClient will be part of a ClientSet
// created for a 'classic' Dynatrace environment, as Automations are a Platform feature
type ClientSet struct {
// ConfigClient is the client capable of updating or creating classic configs
ConfigClient ConfigClient

// SettingsClient is the client capable of updating or creating settings
SettingsClient SettingsClient

// autClient is the client capable of updating or creating automation API configs
AutClient AutomationClient

// bucketClient is the client capable of updating or creating Grail Bucket configs
BucketClient BucketClient

// DocumentClient is a client capable of manipulating documents
DocumentClient DocumentClient

// OpenPipelineClient is a client capable of manipulating openPipeline configs
ConfigClient ConfigClient
SettingsClient SettingsClient
AutClient AutomationClient
BucketClient BucketClient
DocumentClient DocumentClient
OpenPipelineClient OpenPipelineClient
}

Expand Down

0 comments on commit b5724c1

Please sign in to comment.