Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sftpLogOnceIf (0.2 sec)

  1. cmd/logging.go

    	logger.LogIf(ctx, "metrics", err, errKind...)
    }
    
    func s3LogIf(ctx context.Context, err error, errKind ...interface{}) {
    	logger.LogIf(ctx, "s3", err, errKind...)
    }
    
    func sftpLogOnceIf(ctx context.Context, err error, id string, errKind ...interface{}) {
    	logger.LogOnceIf(ctx, "sftp", err, id, errKind...)
    }
    
    func shutdownLogIf(ctx context.Context, err error, errKind ...interface{}) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top