fix secret namespace json tag

This commit is contained in:
Brad Rydzewski 2019-04-15 08:25:00 -07:00
parent 96132e3d0a
commit d25d661c75

View file

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