Rework HiyaService to include its endpoint
Review Request #3914 — Created March 18, 2025 and submitted — Latest diff uploaded
The initial design here over looked that each service belongs to an interface and a protocol. This means that the services only have single endpoint and thus our design needed to be updated.
Ran the tests under valgrind and called in the turtles.
hiya/hiyaendpoint.h |
---|
hiya/hiyaendpoint.c |
---|
hiya/hiyaprotocol.h |
---|
hiya/hiyaservice.h |
---|
hiya/hiyaservice.c |
---|
hiya/meson.build |
---|
hiya/tests/meson.build |
---|
hiya/tests/test_backend.c |
---|
hiya/tests/test_endpoint.c |
---|
hiya/tests/test_service.c |
---|