mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
13 lines
195 B
Go
13 lines
195 B
Go
|
package projects
|
||
|
|
||
|
import "github.com/gin-gonic/gin"
|
||
|
|
||
|
func GetProjectInventories(c *gin.Context) {
|
||
|
}
|
||
|
|
||
|
func AddProjectInventory(c *gin.Context) {
|
||
|
}
|
||
|
|
||
|
func RemoveProjectInventory(c *gin.Context) {
|
||
|
}
|