소스 검색

fix location response unmarshal failed issue

Jackson Tian 7 년 전
부모
커밋
2fb543b0d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sdk/endpoints/location_resolver.go

+ 1 - 1
sdk/endpoints/location_resolver.go

@@ -157,7 +157,7 @@ type EndpointsObj struct {
 }
 
 type EndpointObj struct {
-	Protocols   map[string]string
+	// Protocols   map[string]string
 	Type        string
 	Namespace   string
 	Id          string