Ejemplo n.º 1
0
func GetAllDevices(c *gin.Context) {
	var device tf.Device
	devices := device.GetAllDevices()
	c.JSON(http.StatusOK, devices)
}