Skip to content

Commit c8cdb01

Browse files
author
Mladen Rusev
committed
tweak some comments
1 parent 668a4b2 commit c8cdb01

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pkg/internal/cyberark/servicediscovery/discovery.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ type ServiceEndpoint struct {
8383
}
8484

8585
// 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.
86+
// Currently, we only care about the Identity API and the Discovery Context API.
8987
type Services struct {
9088
Identity ServiceEndpoint
9189
DiscoveryContext ServiceEndpoint

0 commit comments

Comments
 (0)