Documentation ¶
Index ¶
- func AddRoutes(router *http.ServeMux, bundle *bundle.Bundle)
- type AdminListInstancesResponse
- type AdminListJuiceShopInstance
- type IndividualScore
- type ResetPasscodeResponse
- type ScoreBoardResponse
- type SolvedChallenge
- type TeamStatus
- type UpdateProgressDeploymentDiff
- type UpdateProgressDeploymentDiffAnnotations
- type UpdateProgressDeploymentMetadata
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AdminListInstancesResponse ¶
type AdminListInstancesResponse struct {
Instances []AdminListJuiceShopInstance `json:"instances"`
}
type IndividualScore ¶
type IndividualScore struct { Name string `json:"name"` Score int `json:"score"` SolvedChallenges []SolvedChallenge `json:"solvedChallenges"` Position int `json:"position"` TotalTeams int `json:"totalTeams"` }
type ResetPasscodeResponse ¶
type ScoreBoardResponse ¶
type SolvedChallenge ¶
type TeamStatus ¶
type UpdateProgressDeploymentDiff ¶
type UpdateProgressDeploymentDiff struct {
Metadata UpdateProgressDeploymentMetadata `json:"metadata"`
}
type UpdateProgressDeploymentDiffAnnotations ¶
type UpdateProgressDeploymentDiffAnnotations struct { LastRequest string `json:"multi-juicer.owasp-juice.shop/lastRequest"` LastRequestReadable string `json:"multi-juicer.owasp-juice.shop/lastRequestReadable"` }
UpdateProgressDeploymentDiffAnnotations the app specific annotations relevant to the `progress-watchdog`
type UpdateProgressDeploymentMetadata ¶
type UpdateProgressDeploymentMetadata struct {
Annotations UpdateProgressDeploymentDiffAnnotations `json:"annotations"`
}
UpdateProgressDeploymentMetadata a shim of the k8s metadata object containing only annotations
Click to show internal directories.
Click to hide internal directories.