Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RefreshConnections ¶
func RefreshConnections(ctx context.Context, forceUpdateConnectionNames ...string) *steampipeconfig.RefreshConnectionResult
Types ¶
type ConnectionConfigMap ¶
type ConnectionConfigMap map[string]*sdkproto.ConnectionConfig
func NewConnectionConfigMap ¶
func NewConnectionConfigMap(connectionMap map[string]*modconfig.Connection) ConnectionConfigMap
func (ConnectionConfigMap) Diff ¶
func (m ConnectionConfigMap) Diff(otherMap ConnectionConfigMap) (addedConnections, deletedConnections, changedConnections map[string][]*sdkproto.ConnectionConfig)
type ConnectionWatcher ¶
type ConnectionWatcher struct {
// contains filtered or unexported fields
}
func NewConnectionWatcher ¶
func NewConnectionWatcher(onConnectionChanged func(ConnectionConfigMap)) (*ConnectionWatcher, error)
func (*ConnectionWatcher) Close ¶
func (w *ConnectionWatcher) Close()
Click to show internal directories.
Click to hide internal directories.