Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for notifyEndpoint (0.05 sec)

  1. cmd/batch-handlers.go

    		r.Target.Creds.SessionToken = redactedText
    	}
    }
    
    // RedactSensitive will redact any sensitive information in b.
    func (r *BatchJobKeyRotateV1) RedactSensitive() {}
    
    func notifyEndpoint(ctx context.Context, ri *batchJobInfo, endpoint, token string) error {
    	if endpoint == "" {
    		return nil
    	}
    
    	buf, err := json.Marshal(ri)
    	if err != nil {
    		return err
    	}
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 63.5K bytes
    - Viewed (0)
Back to top