summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Collapse)Author
8 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.
8 daysfeat: add gRPC services for User, Project, and Organization managementgarder500
- Implemented UserService with methods for GetUser, CreateUser, UpdateUser, and DeleteUser. - Implemented ProjectService with methods for GetProject, CreateProject, UpdateProject, and DeleteProject. - Implemented OrganizationService with methods for GetOrganization, CreateOrganization, UpdateOrganization, and DeleteOrganization. - Defined corresponding request and response message types for each service. - Generated gRPC code from proto definitions for seamless integration.
8 daysAjout de la structure de projet initiale avec des fichiers .gitkeep et le ↵garder500
fichier main.go