-
Notifications
You must be signed in to change notification settings - Fork 70
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
interledger-service API review for v1.0-rc #569
Comments
If we did replace the services with Tower, I imagine we'd still want this crate around to provide IncomingRequest, OutgoingRequest, and Account. |
Should AddressStore be defined in interledger-packet, where Address is defined? |
No. |
Maybe we can remove the
|
If we're not sure why that function is |
|
|
interledger-service public items marked with
x
are documented. Non-exported items are not taken into account. Follows format from #561.Part of #557.
username
(struct)trace
(module): Does this need to be exported? It just contains implementations to the service traits forInstrumented
Account
(trait)IncomingRequest
(struct)OutgoingRequest
(struct)IncomingService
(trait):handle_request
?OutgoingService
(trait):send_request
?AccountStore
(trait):incoming_service_fn
/outgoing_service_fn
ServiceFn
WrappedService
:wrap_incoming
andwrap_outgoing
functions to beI
andO
for consistency, instead ofIO
AddressStore
:The text was updated successfully, but these errors were encountered: