mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-24 11:00:53 -05:00
General code spring cleaning: * move file paths from `consts` package to `filepaths` * move InitData and ExportData to query and control packages
3 lines
134 B
Go
3 lines
134 B
Go
// Package connection_watcher contains logic and types to support file-watching Steampipe connection config
|
|
package connectionwatcher
|