Commit 5904c053 authored by Tzlil Swimmer's avatar Tzlil Swimmer
Browse files

refactor: remove unused code

parent d84d3eeb
Showing with 0 additions and 15 deletions
+0 -15
......@@ -16,21 +16,6 @@ type Metadata struct {
CIContext *ciContext.CIContext `json:"ciContext"`
}
type CreateEvaluationRequest struct {
CliId string `json:"cliId"`
Metadata *Metadata `json:"metadata"`
K8sVersion *string `json:"k8sVersion"`
PolicyName string `json:"policyName"`
}
type CreateEvaluationResponse struct {
EvaluationId int `json:"evaluationId"`
K8sVersion string `json:"k8sVersion"`
RulesCount int `json:"rulesCount"`
PolicyName string `json:"policyName"`
PromptMessage string `json:"promptMessage"`
}
type SendEvaluationResultsResponse struct {
EvaluationId int `json:"evaluationId"`
PromptMessage string `json:"promptMessage,omitempty"`
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment