Skip to content

Commit

Permalink
Add docstrign for DataTransferTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
EinKrebs committed Mar 29, 2024
1 parent 553548c commit 81b929d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qdb/qdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ const (
DataCopied = TxStatus("data_copied")
)

// DataTransferTransaction contains information about data transfer
// from one shard to another
type DataTransferTransaction struct {
ToShardId string `json:"to_shard"`
FromShardId string `json:"from_shard"`
Expand Down

0 comments on commit 81b929d

Please sign in to comment.