package
0.0.0-20211113074651-c6ea6ab4ee08
Repository: https://github.com/tsaikd/kdgolib.git
Documentation: pkg.go.dev

# Functions

FilterOnlyGoSource filter CallInfo FileName end with ".go".
FilterStopRuntimeCallerPackage filter CallInfo to stop after reach KDGoLib/runtimecaller package.
GetByFilters return CallInfo until all filters are valid.
ListByFilters return all CallInfo stack for all filters are valid.

# Variables

FilterCommons contains all common filters.

# Structs

CallInfoImpl implement CallInfo.

# Interfaces

CallInfo contains runtime caller information.

# Type aliases

Filter use to filter runtime.Caller result.