package handler import "github.com/gin-gonic/gin" // Workload related handlers func CreateWorkload(c *gin.Context) { } func UpdateWorkload(c *gin.Context) { } func GetWorkload(c *gin.Context) { } func ListWorkload(c *gin.Context) { } func DeleteWorkload(c *gin.Context) { }