Skip to content

Commit

Permalink
make proto/all & make foramt
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Dec 26, 2022
1 parent 387a372 commit a75ddf0
Show file tree
Hide file tree
Showing 17 changed files with 1,454 additions and 742 deletions.
1,918 changes: 1,246 additions & 672 deletions apis/docs/v1/docs.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apis/grpc/v1/mirror/mirror.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"title": "apis/proto/v1/agent/core/agent.proto",
"version": "version not set"
},
"consumes": ["application/json"],
"produces": ["application/json"],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {
"/index/create": {
"get": {
Expand Down Expand Up @@ -35,7 +39,9 @@
"format": "int64"
}
],
"tags": ["Agent"]
"tags": [
"Agent"
]
}
},
"/index/createandsave": {
Expand Down Expand Up @@ -66,7 +72,9 @@
"format": "int64"
}
],
"tags": ["Agent"]
"tags": [
"Agent"
]
}
},
"/index/info": {
Expand All @@ -87,7 +95,9 @@
}
}
},
"tags": ["Agent"]
"tags": [
"Agent"
]
}
},
"/index/save": {
Expand All @@ -108,7 +118,9 @@
}
}
},
"tags": ["Agent"]
"tags": [
"Agent"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"title": "apis/proto/v1/agent/sidecar/sidecar.proto",
"version": "version not set"
},
"consumes": ["application/json"],
"produces": ["application/json"],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {},
"definitions": {
"protobufAny": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"title": "apis/proto/v1/discoverer/discoverer.proto",
"version": "version not set"
},
"consumes": ["application/json"],
"produces": ["application/json"],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {
"/discover/nodes": {
"post": {
Expand Down Expand Up @@ -35,7 +39,9 @@
}
}
],
"tags": ["Discoverer"]
"tags": [
"Discoverer"
]
}
},
"/discover/pods": {
Expand Down Expand Up @@ -66,7 +72,9 @@
}
}
],
"tags": ["Discoverer"]
"tags": [
"Discoverer"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"title": "apis/proto/v1/filter/egress/egress_filter.proto",
"version": "version not set"
},
"consumes": ["application/json"],
"produces": ["application/json"],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {
"/filter/egress/distance": {
"post": {
Expand Down Expand Up @@ -35,7 +39,9 @@
}
}
],
"tags": ["Filter"]
"tags": [
"Filter"
]
}
},
"/filter/egress/vector": {
Expand Down Expand Up @@ -66,7 +72,9 @@
}
}
],
"tags": ["Filter"]
"tags": [
"Filter"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"title": "apis/proto/v1/filter/ingress/ingress_filter.proto",
"version": "version not set"
},
"consumes": ["application/json"],
"produces": ["application/json"],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {
"/filter/ingress/object": {
"post": {
Expand Down Expand Up @@ -35,7 +39,9 @@
}
}
],
"tags": ["Filter"]
"tags": [
"Filter"
]
}
},
"/filter/ingress/vector": {
Expand Down Expand Up @@ -66,7 +72,9 @@
}
}
],
"tags": ["Filter"]
"tags": [
"Filter"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"title": "apis/proto/v1/manager/index/index_manager.proto",
"version": "version not set"
},
"consumes": ["application/json"],
"produces": ["application/json"],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {
"/index/info": {
"get": {
Expand All @@ -25,7 +29,9 @@
}
}
},
"tags": ["Index"]
"tags": [
"Index"
]
}
}
},
Expand Down
16 changes: 12 additions & 4 deletions apis/swagger/v1/mirror/apis/proto/v1/mirror/mirror.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"title": "apis/proto/v1/mirror/mirror.proto",
"version": "version not set"
},
"consumes": ["application/json"],
"produces": ["application/json"],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {
"/mirror/advertise": {
"post": {
Expand Down Expand Up @@ -35,7 +39,9 @@
}
}
],
"tags": ["Mirror"]
"tags": [
"Mirror"
]
}
},
"/mirror/register": {
Expand Down Expand Up @@ -66,7 +72,9 @@
}
}
],
"tags": ["Mirror"]
"tags": [
"Mirror"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"title": "apis/proto/v1/payload/payload.proto",
"version": "version not set"
},
"consumes": ["application/json"],
"produces": ["application/json"],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {},
"definitions": {
"protobufAny": {
Expand Down
40 changes: 30 additions & 10 deletions apis/swagger/v1/vald/apis/proto/v1/vald/filter.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"title": "apis/proto/v1/vald/filter.proto",
"version": "version not set"
},
"consumes": ["application/json"],
"produces": ["application/json"],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {
"/insert/object": {
"post": {
Expand Down Expand Up @@ -35,7 +39,9 @@
}
}
],
"tags": ["Filter"]
"tags": [
"Filter"
]
}
},
"/insert/object/multiple": {
Expand Down Expand Up @@ -66,7 +72,9 @@
}
}
],
"tags": ["Filter"]
"tags": [
"Filter"
]
}
},
"/search/object": {
Expand Down Expand Up @@ -97,7 +105,9 @@
}
}
],
"tags": ["Filter"]
"tags": [
"Filter"
]
}
},
"/search/object/multiple": {
Expand Down Expand Up @@ -128,7 +138,9 @@
}
}
],
"tags": ["Filter"]
"tags": [
"Filter"
]
}
},
"/update/object": {
Expand Down Expand Up @@ -159,7 +171,9 @@
}
}
],
"tags": ["Filter"]
"tags": [
"Filter"
]
}
},
"/update/object/multiple": {
Expand Down Expand Up @@ -190,7 +204,9 @@
}
}
],
"tags": ["Filter"]
"tags": [
"Filter"
]
}
},
"/upsert/object": {
Expand Down Expand Up @@ -221,7 +237,9 @@
}
}
],
"tags": ["Filter"]
"tags": [
"Filter"
]
}
},
"/upsert/object/multiple": {
Expand Down Expand Up @@ -252,7 +270,9 @@
}
}
],
"tags": ["Filter"]
"tags": [
"Filter"
]
}
}
},
Expand Down
Loading

0 comments on commit a75ddf0

Please sign in to comment.