Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoroutineNotPanic ¶
Types ¶
type PanicGroup ¶
type PanicGroup struct {
Func func(msg string) // 处理报错信息
// contains filtered or unexported fields
}
func NewPanicGroup ¶
func NewPanicGroup() *PanicGroup
func (*PanicGroup) Go ¶
func (g *PanicGroup) Go(f func()) *PanicGroup
func (*PanicGroup) WithFunc ¶
func (g *PanicGroup) WithFunc(f func(msg string)) *PanicGroup
Click to show internal directories.
Click to hide internal directories.