mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-11 00:02:37 -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() {}
|