mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-31 18:00:19 -04:00
9 lines
171 B
Go
9 lines
171 B
Go
package dashboardevents
|
|
|
|
type WorkspaceError struct {
|
|
Error error
|
|
}
|
|
|
|
// IsDashboardEvent implements DashboardEvent interface
|
|
func (*WorkspaceError) IsDashboardEvent() {}
|