Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidValue = errors.New("invalid value")
ErrInvalidValue signals that the provided value is invalid
Functions ¶
This section is empty.
Types ¶
type GoRoutineHandler ¶ added in v1.2.5
GoRoutineHandler contains go routine information
type GoRoutineHandlerMap ¶ added in v1.2.5
type GoRoutineHandlerMap = map[string]GoRoutineHandler
GoRoutineHandlerMap represents an alias of a map of goroutineHandlers
type GoRoutinesProcessor ¶ added in v1.2.5
type GoRoutinesProcessor interface { ProcessGoRoutineBuffer(previousData map[string]GoRoutineHandlerMap, buffer *bytes.Buffer) map[string]GoRoutineHandlerMap IsInterfaceNil() bool }
GoRoutinesProcessor is a component that can extract go routines from a buffer
Click to show internal directories.
Click to hide internal directories.