Delete unused handler prototype
This commit is contained in:
		
							parent
							
								
									c6969b9503
								
							
						
					
					
						commit
						7799eb09e9
					
				
					 1 changed files with 1 additions and 13 deletions
				
			
		|  | @ -22,19 +22,7 @@ type GlobalState interface { | ||||||
| 	PromoteToAdmin(c *fiber.Ctx) error | 	PromoteToAdmin(c *fiber.Ctx) error | ||||||
| 	GetWeeklyReportsUserHandler(c *fiber.Ctx) error | 	GetWeeklyReportsUserHandler(c *fiber.Ctx) error | ||||||
| 	IsProjectManagerHandler(c *fiber.Ctx) error | 	IsProjectManagerHandler(c *fiber.Ctx) error | ||||||
| 	// UpdateProject(c *fiber.Ctx) error        // To update a project // WIP |  | ||||||
| 	DeleteProject(c *fiber.Ctx) error       // To delete a project // WIP | 	DeleteProject(c *fiber.Ctx) error       // To delete a project // WIP | ||||||
| 	// CreateTask(c *fiber.Ctx) error           // To create a new task // WIP |  | ||||||
| 	// GetTasks(c *fiber.Ctx) error             // To get all tasks // WIP |  | ||||||
| 	// GetTask(c *fiber.Ctx) error              // To get a specific task // WIP |  | ||||||
| 	// UpdateTask(c *fiber.Ctx) error           // To update a task // WIP |  | ||||||
| 	// DeleteTask(c *fiber.Ctx) error           // To delete a task // WIP |  | ||||||
| 	// CreateCollection(c *fiber.Ctx) error     // To create a new collection // WIP |  | ||||||
| 	// GetCollections(c *fiber.Ctx) error       // To get all collections // WIP |  | ||||||
| 	// GetCollection(c *fiber.Ctx) error        // To get a specific collection // WIP |  | ||||||
| 	// UpdateCollection(c *fiber.Ctx) error     // To update a collection // WIP |  | ||||||
| 	// DeleteCollection(c *fiber.Ctx) error     // To delete a collection // WIP |  | ||||||
| 	// SignCollection(c *fiber.Ctx) error       // To sign a collection // WIP |  | ||||||
| 	ListAllUsers(c *fiber.Ctx) error        // To get a list of all users in the application database | 	ListAllUsers(c *fiber.Ctx) error        // To get a list of all users in the application database | ||||||
| 	ListAllUsersProject(c *fiber.Ctx) error // To get a list of all users for a specific project | 	ListAllUsersProject(c *fiber.Ctx) error // To get a list of all users for a specific project | ||||||
| 	ProjectRoleChange(c *fiber.Ctx) error   // To change a users role in a project | 	ProjectRoleChange(c *fiber.Ctx) error   // To change a users role in a project | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Imbus
						Imbus