Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Datree
Commits
5904c053
Commit
5904c053
authored
3 years ago
by
Tzlil Swimmer
Browse files
Options
Download
Email Patches
Plain Diff
refactor: remove unused code
parent
d84d3eeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkg/cliClient/evaluation.go
+0
-15
pkg/cliClient/evaluation.go
with
0 additions
and
15 deletions
+0
-15
pkg/cliClient/evaluation.go
+
0
-
15
View file @
5904c053
...
...
@@ -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"`
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment