- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for shutdownLogIf (0.09 sec)
-
cmd/logging.go
logger.LogIf(ctx, "s3", err, errKind...) } func sftpLogOnceIf(ctx context.Context, err error, id string, errKind ...any) { logger.LogOnceIf(ctx, "sftp", err, id, errKind...) } func shutdownLogIf(ctx context.Context, err error, errKind ...any) { logger.LogIf(ctx, "shutdown", err, errKind...) } func stsLogIf(ctx context.Context, err error, errKind ...any) { logger.LogIf(ctx, "sts", err, errKind...) }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 6.8K bytes - Viewed (0)