- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for storageLogAlwaysIf (0.08 seconds)
-
cmd/logging.go
logger.LogOnceIf(ctx, "encryption", err, id, errKind...) } func storageLogIf(ctx context.Context, err error, errKind ...any) { logger.LogIf(ctx, "storage", err, errKind...) } func storageLogAlwaysIf(ctx context.Context, err error, errKind ...any) { logger.LogAlwaysIf(ctx, "storage", err, errKind...) } func storageLogOnceIf(ctx context.Context, err error, id string, errKind ...any) {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 6.8K bytes - Click Count (0)