github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/pkg/dashboard/dashboardevents/workspace_error.go (about) 1 package dashboardevents 2 3 type WorkspaceError struct { 4 Error error 5 } 6 7 // IsDashboardEvent implements DashboardEvent interface 8 func (*WorkspaceError) IsDashboardEvent() {}