Skip to content

Commit

Permalink
Merge pull request #12 from monitobeko/add-kibana-types
Browse files Browse the repository at this point in the history
remove reduntant type
  • Loading branch information
monitobeko authored Dec 2, 2022
2 parents 022dc1a + 330e4e6 commit 2d896a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions kibana/resource_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ func readDashboardReferencesFromInterface(val interface{}) []*kibana.DashboardRe
dashboardRef.Type = kibana.DashboardReferencesTypeTag
case kibana.DashboardReferencesTypeLens.String():
dashboardRef.Type = kibana.DashboardReferencesTypeLens
case kibana.DashboardReferencesTypeVisualization.String():
dashboardRef.Type = kibana.DashboardReferencesTypeVisualization
case kibana.DashboardReferencesTypeDashboard.String():
dashboadRef.Type = kibana.DashboardReferencesTypeDashboard
}
Expand Down
1 change: 0 additions & 1 deletion vendor/github.com/ewilde/go-kibana/dashboard.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d896a2

Please sign in to comment.