github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/pkg/dashboard/dashboardtypes/snapshot_panel.go (about)

     1  package dashboardtypes
     2  
     3  // SnapshotPanel is an interface implemented by all nodes which are to be included in the Snapshot Panels map
     4  // this consists of all 'Run' types - LeafRun, DashboardRun, etc.
     5  type SnapshotPanel interface {
     6  	IsSnapshotPanel()
     7  }