mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-08-26 15:18:16 +00:00
* delete connect * update user * change branch * API feedback (#341) * wip * wip * wip * wip * wip * wip * wip * wip * change branch * update route * change branch * Update route.go * 0.3.4 Function development completed * Update system.go * update ui * Completed v0.3.4 and released alpha Co-authored-by: Tiger Wang (王豫) <tigerwang@outlook.com>
18 lines
380 B
Go
18 lines
380 B
Go
/*
|
|
* @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) {
|
|
|
|
}
|