fix secret namespace json tag

pull/2670/head
Brad Rydzewski 2019-04-15 08:25:00 -07:00
parent 96132e3d0a
commit d25d661c75
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ type (
Secret struct {
ID int64 `json:"id,omitempty"`
RepoID int64 `json:"repo_id,omitempty"`
Namespace string `json:"repo_namespace,omitempty"`
Namespace string `json:"namespace,omitempty"`
Name string `json:"name,omitempty"`
Type string `json:"type,omitempty"`
Data string `json:"data,omitempty"`