func NewBackgroundHighCallerInfo(
callerName string,
return CallerInfo{
CallerName: callerName,
CallerType: CallerTypeBackgroundHigh,
}
}
// NewBackgroundLowCallerInfo creates a new CallerInfo with BackgroundLow callerType