Files
steampipe/pkg/dashboard/dashboardevents/workspace_error.go

9 lines
171 B
Go

package dashboardevents
type WorkspaceError struct {
Error error
}
// IsDashboardEvent implements DashboardEvent interface
func (*WorkspaceError) IsDashboardEvent() {}