Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for callWithContext (0.22 sec)

  1. cmd/peer-rest-client.go

    	respBody, err := client.callWithContext(ctx, peerRESTMethodVerifyBinary, values, reader, -1)
    	if err != nil {
    		return err
    	}
    	defer xhttp.DrainBody(respBody)
    	return nil
    }
    
    // CommitBinary - sends commit binary message to remote peers.
    func (client *peerRESTClient) CommitBinary(ctx context.Context) error {
    	respBody, err := client.callWithContext(ctx, peerRESTMethodCommitBinary, nil, nil, -1)
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 25.8K bytes
    - Viewed (0)
Back to top