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

Service: Implement Reporter trait #848

Merged
merged 3 commits into from
Dec 19, 2022

Conversation

TheCharlatan
Copy link
Member

The Reporter trait is used to implement all report_ functions instead of inside the CtlServer trait. The Reporter allows an implementing service to define a target service to which the reports should be sent to.

In swapd, the only service where we use these functions, we define the enquirer as the service to report to.

The Reporter trait is used to implement all report_ functions instead of
inside the CtlServer trait. The Reporter allows an implementing service
to define a target service to which the reports should be sent to.

In swapd, the only service where we use these functions, we define the
enquirer as the service to report to.
@TheCharlatan TheCharlatan added this to the v0.8.1 milestone Dec 15, 2022
@Lederstrumpf Lederstrumpf added farcaster.dev testing Currently apply (or to be applied) on farcaster.dev backend and removed refactor labels Dec 15, 2022
Copy link
Member

@h4sh3d h4sh3d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@h4sh3d h4sh3d merged commit 61b7c6c into farcaster-project:main Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
farcaster.dev testing Currently apply (or to be applied) on farcaster.dev backend refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants