Adding Trace attribute Scope to store tracing info
This commit is contained in:
parent
0fd395ab37
commit
9627224878
1
scope.go
1
scope.go
@ -24,6 +24,7 @@ type Scope struct {
|
|||||||
skipLeft bool
|
skipLeft bool
|
||||||
fields *[]*Field
|
fields *[]*Field
|
||||||
selectAttrs *[]string
|
selectAttrs *[]string
|
||||||
|
Trace interface{}
|
||||||
}
|
}
|
||||||
|
|
||||||
// IndirectValue return scope's reflect value's indirect value
|
// IndirectValue return scope's reflect value's indirect value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user