We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668a4b2 commit c8cdb01Copy full SHA for c8cdb01
pkg/internal/cyberark/servicediscovery/discovery.go
@@ -83,9 +83,7 @@ type ServiceEndpoint struct {
83
}
84
85
// This is a convenience struct to hold the two ServiceEndpoints we care about.
86
-// It represents the relevant services which we have filtered from CyberArk Service
87
-// Discovery API for a given subdomain. Currently, we only care about the
88
-// Identity API and the Discovery Context API.
+// Currently, we only care about the Identity API and the Discovery Context API.
89
type Services struct {
90
Identity ServiceEndpoint
91
DiscoveryContext ServiceEndpoint
0 commit comments