Skip to content

Commit

Permalink
policy violation top5\n endpoint generation
Browse files Browse the repository at this point in the history
  • Loading branch information
seungkyua committed Apr 19, 2024
1 parent a51341f commit 88dac8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/delivery/api/generated_endpoints.go.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ var ApiMap = map[Endpoint]EndpointInfo{
Name: "GetWorkloadDashboard",
Group: "Dashboard",
},
GetPolicyViolationTop5Dashboard: {
Name: "GetPolicyViolationTop5Dashboard",
Group: "Dashboard",
},
Admin_CreateSystemNotificationTemplate: {
Name: "Admin_CreateSystemNotificationTemplate",
Group: "SystemNotificationTemplate",
Expand Down Expand Up @@ -1108,6 +1112,8 @@ func (e Endpoint) String() string {
return "GetPolicyStatisticsDashboard"
case GetWorkloadDashboard:
return "GetWorkloadDashboard"
case GetPolicyViolationTop5Dashboard:
return "GetPolicyViolationTop5Dashboard"
case Admin_CreateSystemNotificationTemplate:
return "Admin_CreateSystemNotificationTemplate"
case Admin_UpdateSystemNotificationTemplate:
Expand Down Expand Up @@ -1570,6 +1576,8 @@ func GetEndpoint(name string) Endpoint {
return GetPolicyStatisticsDashboard
case "GetWorkloadDashboard":
return GetWorkloadDashboard
case "GetPolicyViolationTop5Dashboard":
return GetPolicyViolationTop5Dashboard
case "Admin_CreateSystemNotificationTemplate":
return Admin_CreateSystemNotificationTemplate
case "Admin_UpdateSystemNotificationTemplate":
Expand Down

0 comments on commit 88dac8b

Please sign in to comment.