summaryrefslogtreecommitdiff
path: root/cmd/server/main.go
AgeCommit message (Collapse)Author
9 daysRefactor gRPC services: Remove User, Project, and Organization services; add ↵exatombe
ForwardCommand service - Deleted UserService, ProjectService, and OrganizationService definitions and their associated request/response messages from the proto file. - Introduced ForwardCommandService with ForwardCommand RPC and its corresponding request/response messages. - Updated generated gRPC code to reflect the removal of old services and the addition of the ForwardCommand service.
9 daysAjout de la structure de projet initiale avec des fichiers .gitkeep et le ↵garder500
fichier main.go