Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: struct tags
Browse files Browse the repository at this point in the history
jschoombee committed Dec 12, 2023
1 parent 8d8427c commit f5daa35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/wiz/structs.go
Original file line number Diff line number Diff line change
@@ -607,7 +607,7 @@ type ConnectorConfigGCP struct {
ClientEmail string `json:"client_email"`
ClientID string `json:"client_id"`
ClientX509CertURL string `json:"client_x509_cert_url"`
DelegateUser string `json:"delegate_user"`
DelegateUser string `json:"delegateUser"`
DiskAnalyzerInFlightDisabled bool `json:"diskAnalyzerInFlightDisabled"`
ExcludedFolders []string `json:"excludedFolders"`
ExcludedProjects []string `json:"excludedProjects"`
@@ -630,7 +630,7 @@ type ConnectorConfigGCPAuditLogs struct {

// ConnectorConfigGCPPubSub struct -- updates
type ConnectorConfigGCPPubSub struct {
SubscriptionID string `json:"subscriptionId"`
SubscriptionID string `json:"subscriptionID"`
TopicName string `json:"topicName"`
}

0 comments on commit f5daa35

Please sign in to comment.