-
Notifications
You must be signed in to change notification settings - Fork 0
FOGL-10186 : implemented --info parameter to fetch service information #85
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
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: nandan <[email protected]>
Signed-off-by: nandan <[email protected]>
C/services/dispatcher/dispatcher.cpp
Outdated
// Displays service information in JSON format | ||
static void printServiceInfoAsJSON() | ||
{ | ||
static std::string serviceInfoJSON = R"({"name":"Dispatcher Service","description":"Fledge Dispatcher Service To Send Control Messages","package":"fledge-service-dispatcher","type":"dispatcher","process_name":"dispatcher_c","process_script":"[services/dispatcher_c]"})" ; |
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.
name: control
description: Service used to manage and send control information.
It is advisable to avoid repeating the name and product name in every instance.
Signed-off-by: nandan <[email protected]>
Signed-off-by: nandan <[email protected]>
Signed-off-by: ashish-jabble <[email protected]>
Signed-off-by: ashish-jabble <[email protected]>
Signed-off-by: ashish-jabble <[email protected]>
FOGL-10186 (Patch)
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.
Please do not merge this yet. Once the core changes are in, we can proceed with merging it.
No description provided.