Add debugging for mutex, tracing (#6522)

This commit is contained in:
Harshavardhana
2018-09-26 21:02:05 -07:00
committed by Nitish Tiwari
parent 20378821cf
commit 1111419d4a
5 changed files with 22 additions and 15 deletions

View File

@@ -176,7 +176,7 @@ func (c *AdminClient) TraceOff() {
type requestData struct {
customHeaders http.Header
queryValues url.Values
relPath string // Url path relative to admin API base endpoint
relPath string // URL path relative to admin API base endpoint
content []byte
}