Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConnectAPIClient ¶
type HTTPConnectClient ¶
type HTTPConnectClient struct {
// contains filtered or unexported fields
}
func (*HTTPConnectClient) GetConnectorConfig ¶
func (c *HTTPConnectClient) GetConnectorConfig(name string) (map[string]any, error)
func (*HTTPConnectClient) GetConnectorStatus ¶
func (c *HTTPConnectClient) GetConnectorStatus(name string) (map[string]any, error)
func (*HTTPConnectClient) ListConnectors ¶
func (c *HTTPConnectClient) ListConnectors() ([]string, error)
type SelfManagedConnectorsScanner ¶
type SelfManagedConnectorsScanner struct {
StateFile string
State *types.State
ClusterArn string
// contains filtered or unexported fields
}
func NewSelfManagedConnectorsScanner ¶
func NewSelfManagedConnectorsScanner(opts SelfManagedConnectorsScannerOpts) *SelfManagedConnectorsScanner
func (*SelfManagedConnectorsScanner) Run ¶
func (s *SelfManagedConnectorsScanner) Run() error
type SelfManagedConnectorsScannerOpts ¶
type SelfManagedConnectorsScannerOpts struct {
StateFile string
State *types.State
ConnectRestURL string
ClusterArn string
AuthMethod types.ConnectAuthMethod
SaslScramAuth types.ConnectSaslScramAuth
TlsAuth types.ConnectTlsAuth
}
Click to show internal directories.
Click to hide internal directories.