fix endpoint extractor panic
This commit is contained in:
		| @@ -94,6 +94,7 @@ func extractEndpoint(method reflect.Method) *registry.Endpoint { | ||||
| 		Name:     method.Name, | ||||
| 		Request:  request, | ||||
| 		Response: response, | ||||
| 		Metadata: make(map[string]string), | ||||
| 	} | ||||
|  | ||||
| 	if stream { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user