Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal documentation fixes (issue 1056) #1372

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions portability-types-transfer/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# portability-types-transfer

This folder contains the common data models that are used through out the DTP.
This folder contains the core DTP-framework interfaces used throughout the DTP's codebase.
For more general, common models see the `org.datatransferproject.types.common.models.*`
packages over in `/portability-types-common/src/main/java/org/datatransferproject/types/common/models/`.
lisad marked this conversation as resolved.
Show resolved Hide resolved

- [auth](src/main/java/org/datatransferproject/types/transfer/auth) -
common data structures for passing auth data around the DTP system
- [models](src/main/java/org/datatransferproject/types/transfer/models) -
lisad marked this conversation as resolved.
Show resolved Hide resolved
common data structures for encoding the data to be transferred
- [errors](src/main/java/org/datatransferproject/types/transfer/errors) -
common data structure for errors passed around or serialized
- [retry](src/main/java/org/datatransferproject/types/transfer/retry) -
common data structures for encoding the retry behavior for a server when
there is an error.
Loading