change doc tests
This commit is contained in:
parent
e9cf8bc3f9
commit
71b6bac96a
|
@ -74,7 +74,7 @@
|
||||||
//! Err(e) => panic!("Failed to create EppClient: {}", e)
|
//! Err(e) => panic!("Failed to create EppClient: {}", e)
|
||||||
//! };
|
//! };
|
||||||
//!
|
//!
|
||||||
//! let login = Login::new("username", "password", None);
|
//! let login = Login::new("username", "password", None, None);
|
||||||
//! client.transact(&login, "transaction-id").await.unwrap();
|
//! client.transact(&login, "transaction-id").await.unwrap();
|
||||||
//!
|
//!
|
||||||
//! // Execute an EPP Command against the registry with distinct request and response objects
|
//! // Execute an EPP Command against the registry with distinct request and response objects
|
||||||
|
|
Loading…
Reference in New Issue