Replies: 1 comment 2 replies
-
Good question. They're used from any package that wants to implement functions like They can be used as a DTO, however, you could have protocol-specific implementations within the subpackages if you wanted to transfer a "protobuf" object, for example. Does that help? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hy Ben,
Thanks for you ideas! Awesome work!
I've seen that you use
UserUpdate
andDialUpdate
for the update operations. They are defined in the root package. Also thefilters
structs are present in the root package.How are they considered domain types? It looks to me they play a role of DTOs more than domain stuff.
Beta Was this translation helpful? Give feedback.
All reactions