/* * @Author: LinkLeong link@icewhale.com * @Date: 2022-07-11 16:02:29 * @LastEditors: LinkLeong * @LastEditTime: 2022-07-11 16:02:55 * @FilePath: /CasaOS/route/v1/storage.go * @Description: * @Website: https://www.casaos.io * Copyright (c) 2022 by icewhale, All Rights Reserved. */ package v1 import "github.com/gin-gonic/gin" func GetStorageList(c *gin.Context) { }