Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoDBEndpointFound = errors.New("no db endpoint found")
Functions ¶
This section is empty.
Types ¶
type ESVPCInfoService ¶
type ESVPCInfoService struct {
// contains filtered or unexported fields
}
func NewESInfoService ¶
func NewESInfoService(esClient *elasticsearchservice.Client, domainName string) *ESVPCInfoService
func (*ESVPCInfoService) GetEndpoint ¶
func (self *ESVPCInfoService) GetEndpoint(ctx context.Context) (*tunnels.EndpointInfo, error)
GetEndpoint implements services.EndpointProvider.
type RdsDatabaseInfoService ¶
type RdsDatabaseInfoService struct {
// contains filtered or unexported fields
}
func NewRdsDatabaseInfoService ¶
func NewRdsDatabaseInfoService(rdsClient *rds.Client, filters []rdsTypes.Filter) *RdsDatabaseInfoService
func (*RdsDatabaseInfoService) GetEndpoint ¶
func (self *RdsDatabaseInfoService) GetEndpoint( ctx context.Context, ) (*tunnels.EndpointInfo, error)
GetEndpoint implements services.EndpointProvider.
Click to show internal directories.
Click to hide internal directories.