Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoroutineTrace ¶
type GoroutineTrace struct {
EventTime time.Time `json:"event_time"`
CreatedBy CallInfo `json:"created_by"`
ID string `json:"id"`
State string `json:"state"`
Locked bool `json:"locked"`
SleepMin int `json:"sleep_min"`
CallStack Stack `json:"call_stack"`
}
func NewGoroutineTrace ¶
func NewGoroutineTrace(routine stack.Goroutine, eventTime time.Time) *GoroutineTrace
Click to show internal directories.
Click to hide internal directories.