Documentation ¶
Overview ¶
Package oraclediscovery discovers Oracle databases.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiscoveryService ¶
type DiscoveryService struct {
// contains filtered or unexported fields
}
DiscoveryService is used to perform Oracle discovery operations.
func New ¶
func New(options ...func(*DiscoveryService)) *DiscoveryService
New creates a new DiscoveryService. The options are used to override the default behavior of the DiscoveryService.
func (DiscoveryService) Discover ¶
func (d DiscoveryService) Discover(ctx context.Context, cloudProps *cpb.CloudProperties) (*odpb.Discovery, error)
Discover returns the discovery proto containing discovered databases, listeners, and host metadata.
Click to show internal directories.
Click to hide internal directories.