We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3a5b7 commit f7ac5a3Copy full SHA for f7ac5a3
internal/types/transaction.go
@@ -12,6 +12,13 @@ import (
12
needs rewriting same code multiple times.
13
*/
14
15
+/* request body for scheduling transaction */
16
+type ScheduleTransactionRequest struct {
17
+ Operation OperationType `json:"operation"`
18
+ TargetPath string `json:"targetPath"`
19
+ Entries []ACLEntry `json:"entries"`
20
+}
21
+
22
/* represents the result of the transaction */
23
type TxnStatus string
24
0 commit comments