Semaphore/routes/projects/inventory.go

13 lines
195 B
Go
Raw Normal View History

2016-04-02 14:40:07 +02:00
package projects
import "github.com/gin-gonic/gin"
func GetProjectInventories(c *gin.Context) {
}
func AddProjectInventory(c *gin.Context) {
}
func RemoveProjectInventory(c *gin.Context) {
}