Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HarborExecutor ¶
type Project ¶
type Project struct {
CreationTime time.Time `json:"creation_time"`
CurrentUserRoleId int `json:"current_user_role_id"`
CurrentUserRoleIds []int `json:"current_user_role_ids"`
CveAllowlist struct {
CreationTime time.Time `json:"creation_time"`
Id int `json:"id"`
Items []interface{} `json:"items"`
ProjectId int `json:"project_id"`
UpdateTime time.Time `json:"update_time"`
} `json:"cve_allowlist"`
Metadata struct {
Public string `json:"public"`
RetentionId string `json:"retention_id,omitempty"`
AutoScan string `json:"auto_scan,omitempty"`
EnableContentTrust string `json:"enable_content_trust,omitempty"`
PreventVul string `json:"prevent_vul,omitempty"`
ReuseSysCveAllowlist string `json:"reuse_sys_cve_allowlist,omitempty"`
Severity string `json:"severity,omitempty"`
} `json:"metadata"`
Name string `json:"name"`
OwnerId int `json:"owner_id"`
OwnerName string `json:"owner_name"`
ProjectId int `json:"project_id"`
RepoCount int `json:"repo_count,omitempty"`
UpdateTime time.Time `json:"update_time"`
ChartCount int `json:"chart_count,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.