gitlab.com/evatix-go/core@v1.3.55/codestack/funcs.go (about) 1 package codestack 2 3 type ( 4 FilterFunc func(trace *Trace) (isTake, isBreak bool) 5 Formatter func(trace *Trace) (output string) 6 )