-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: new "at_policy" package for building policy services on atProtocol #731
Conversation
build: update the example package name in at_policy to `at_policy_example`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the plan to add this to the automated tests we run from at_libraries/.github/workflows/at_libraries.yaml
?
|
test: use PolicyService factory constructor rather than PolicyServiceImpl
@XavierChanth just noticed that I hadn't updated |
Actually that's incorrect - |
…ackage's `CoreDeviceInfo` class to `CoreServiceInfo` and renamed some instance variables also (device -> service)
- What I did
The at_policy library provides generic scaffolding for
- How I did it
- How to verify it
Tests pass