提交 9853f447 编写于 作者: wu-sheng's avatar wu-sheng

Add detectPoint to call entity.

上级 9eafa5a6
...@@ -90,4 +90,10 @@ enum Scope { ...@@ -90,4 +90,10 @@ enum Scope {
SERVICE_RELATION SERVICE_RELATION
SERVICE_INSTANCE_RELATION SERVICE_INSTANCE_RELATION
ENDPOINT_RELATION ENDPOINT_RELATION
} }
\ No newline at end of file
enum CallDetectPoint {
CLIENT
SERVER
PROXY
}
...@@ -44,6 +44,7 @@ type Call { ...@@ -44,6 +44,7 @@ type Call {
# The protocol and tech stack used in this distributed call # The protocol and tech stack used in this distributed call
callType: String! callType: String!
id: ID! id: ID!
detectPoint: DetectPoint!
} }
enum NodeType { enum NodeType {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册