package
0.0.0-20230227152218-cfa74d830363
Repository: https://github.com/246859/lite-server-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
MustOrLogPanic @Date 2023-01-12 19:15:33 @Param f func() error @Param msg string @Param field ...zap.Field @Description: 必须完成某一个操作,否则就panic并记录日志.
MustOrPanic @Date 2023-01-12 18:23:11 @Param f func() error @Description: 必须完成某个操作,否则就panic.
WrapSimpleError @Date 2023-02-26 21:00:34 @Param msg string @Param err error @Return error @Description: 简单的包装错误.