Documentation ¶
Index ¶
- Constants
- func AddOrgRoutes(group *gin.RouterGroup, clusterManager *cluster.Manager)
- func AddRoutes(group *gin.RouterGroup)
- func Create(c *gin.Context)
- func Delete(c *gin.Context)
- func Download(c *gin.Context)
- func Get(c *gin.Context)
- func GetLogs(c *gin.Context)
- func List(c *gin.Context)
- func Sync(c *gin.Context)
Constants ¶
View Source
const ( IDParamName = "backupId" ClusterIDParamName = "id" )
Variables ¶
This section is empty.
Functions ¶
func AddOrgRoutes ¶
func AddOrgRoutes(group *gin.RouterGroup, clusterManager *cluster.Manager)
AddOrgRoutes adds routes for managing ARK backups within an organization
func AddRoutes ¶
func AddRoutes(group *gin.RouterGroup)
AddRoutes adds ARK backups related API routes
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.