package
Version:
v0.17.0
Opens a new window with list of versions in this module.
Published: Nov 24, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func LogMessage(message string)
func RetryWork(work func() error, retryTimes int)
RetryWork 执行工作函数,捕获panic或error并最多重试retryTimes次
work: 需要执行的工作函数
retryTimes: 最大重试次数(不包括首次执行)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.