Semaphore/routes/projects/inventory.go
Matej Kramny 79a05b389f Project ui, ws
- [wip] ws support
2016-04-02 13:40:07 +01:00

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) {
}