Skip to content

docs(token): document RestRecipientIdentity and TransferActionMetadataKeyPrefix#1926

Open
adecaro wants to merge 1 commit into
mainfrom
todo-comments
Open

docs(token): document RestRecipientIdentity and TransferActionMetadataKeyPrefix#1926
adecaro wants to merge 1 commit into
mainfrom
todo-comments

Conversation

@adecaro

@adecaro adecaro commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Fill in the placeholder "TODO" Godoc comments on TransferOptions.RestRecipientIdentity (token/request.go) and KeyTranslator.TransferActionMetadataKeyPrefix (token/services/network/common/rws/translator/rwset.go) with descriptions derived from their actual usage.
  • Add corresponding notes to docs/tokenapi.md (transfer rest/change recipient handling) and docs/services/network-fabric.md (delivery-based lookup listener prefix matching).

Fixes #1924

Test plan

  • go build ./token/...
  • make checks
  • gofmt -l on changed Go files (clean)
  • Confirmed the two doc-TODOs are gone via grep -n "TODO" on the changed files (the unrelated HashedKeyTranslator implementation stub TODO remains, intentionally out of scope)

@adecaro adecaro added this to the Q3/26 milestone Jul 15, 2026
@adecaro adecaro added the documentation Improvements or additions to documentation label Jul 15, 2026
@adecaro adecaro self-assigned this Jul 15, 2026
…aKeyPrefix

Both symbols carried a placeholder "TODO" Godoc instead of a real
description. Fill them in based on their actual usage and add
corresponding notes to docs/tokenapi.md and docs/services/network-fabric.md.

Fixes #1924

Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing Godoc for exported symbols in token/ package

1 participant