1.delete apiversion and kind in property

2.alter function in registries
3.alter path
This commit is contained in:
yanmingfan
2018-05-26 14:02:54 +08:00
parent ba6392e0cf
commit 710b4b871f
5 changed files with 56 additions and 102 deletions

View File

@@ -18,8 +18,6 @@ package constants
type ResultMessage struct {
Kind string `json:"kind"`
ApiVersion string `json:"apiVersion"`
Data interface{} `json:"data"`