gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: make type clickable


From: gnunet
Subject: [taler-docs] branch master updated: make type clickable
Date: Tue, 12 May 2020 19:15:30 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 8ae2e5b  make type clickable
8ae2e5b is described below

commit 8ae2e5b610aab1a97cd695212bcd1083cb5635a5
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 12 19:15:26 2020 +0200

    make type clickable
---
 libeufin/api-nexus.rst | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 4acd31d..e2f97f3 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -279,7 +279,7 @@ to the real bank.
        
        // Data to create a fresh bank transport without
        // restoring any backup.
-       new?: TransportNew;
+       newTransport?: TransportNew;
      }
 
 
@@ -287,24 +287,25 @@ to the real bank.
 
      interface TransportNew {
 
-     // This type is strictly dependent on
-     // the transport being created.  For Ebics,
-     // it will contain the required fields (as strings):
-     // 'ebicsURL', 'userID', 'partnerID', 'hostID', and
-     // the optional 'systemID'.
-
-     // Other transport types, like 'local' (used for testing
-     // purposes skipping any interaction with the bank service)
-     // and 'fints' are all work in progress!
+       // This type is strictly dependent on
+       // the transport being created.  For Ebics,
+       // it will contain the required fields (as strings):
+       // 'ebicsURL', 'userID', 'partnerID', 'hostID', and
+       // the optional 'systemID'.
+  
+       // Other transport types, like 'local' (used for testing
+       // purposes skipping any interaction with the bank service)
+       // and 'fints' are all work in progress!
 
      }
 
+
   .. ts:def:: TransportBackup
      
      interface TransportBackup {
 
-      // The information needed in this type depend entirely
-      // on which transport is being restored.
+       // The information needed in this type depend entirely
+       // on which transport is being restored.
 
      }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]