You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm very pleased to meet such a wonderful go micro starter kit program that you built.
I had one thing that I couldn't fully understand in your project.
The thing is the usage of application under the cmd folder.
I figured it out how to use the service code. But to me, the code under the cmd folder is still vague to me.
I guess the demo.go file under the cmd folder is designed to load those 4 services under the service folder for service. But it doesn't seem to work that way.
However, when I look at the deploy folder, those 4 services seem to be loaded one by one on kubernetes application? In this case, what is the role of demo application under cmd folder?
Please help me grasp the role demo application under the cmd folder.
Thank you
The text was updated successfully, but these errors were encountered:
the intent for /cmd/* components are: for showcasing CLI apps (they could be simple demos or they could be gRPC clients talking to, for example account service), they can use command line flags as input and used them to compose payload for calling remote gRPC services.
I refactored some directories and documented yesterday.
The top-level directories:
config [config.yaml , certs and also k8s deployment YAMLs]
cmd [ CLI Apps]
service [ micro services]
shared [shared common code across all microservices in /service]
Hi there.
I'm very pleased to meet such a wonderful go micro starter kit program that you built.
I had one thing that I couldn't fully understand in your project.
The thing is the usage of application under the cmd folder.
I figured it out how to use the service code. But to me, the code under the cmd folder is still vague to me.
I guess the demo.go file under the cmd folder is designed to load those 4 services under the service folder for service. But it doesn't seem to work that way.
However, when I look at the deploy folder, those 4 services seem to be loaded one by one on kubernetes application? In this case, what is the role of demo application under cmd folder?
Please help me grasp the role demo application under the cmd folder.
Thank you
The text was updated successfully, but these errors were encountered: