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