fix secret namespace json tag
This commit is contained in:
parent
96132e3d0a
commit
d25d661c75
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||||
|
|
Loading…
Reference in a new issue