Adding Trace attribute Scope to store tracing info

This commit is contained in:
lokanadham 2018-07-19 12:15:57 +05:30
parent 0fd395ab37
commit 9627224878

View File

@ -24,6 +24,7 @@ type Scope struct {
skipLeft bool
fields *[]*Field
selectAttrs *[]string
Trace interface{}
}
// IndirectValue return scope's reflect value's indirect value