mirror of
https://github.com/sablierapp/sablier.git
synced 2026-01-03 11:34:58 +01:00
wip api
This commit is contained in:
1
pkg/api/health.go
Normal file
1
pkg/api/health.go
Normal file
@@ -0,0 +1 @@
|
||||
package api
|
||||
1
pkg/api/metrics.go
Normal file
1
pkg/api/metrics.go
Normal file
@@ -0,0 +1 @@
|
||||
package api
|
||||
9
pkg/api/start_blocking.go
Normal file
9
pkg/api/start_blocking.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package api
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
func StartBlocking(router *gin.RouterGroup) {
|
||||
router.GET("/blocking", func(context *gin.Context) {
|
||||
|
||||
})
|
||||
}
|
||||
1
pkg/api/start_dynamic.go
Normal file
1
pkg/api/start_dynamic.go
Normal file
@@ -0,0 +1 @@
|
||||
package api
|
||||
1
pkg/api/theme_list.go
Normal file
1
pkg/api/theme_list.go
Normal file
@@ -0,0 +1 @@
|
||||
package api
|
||||
1
pkg/api/theme_preview.go
Normal file
1
pkg/api/theme_preview.go
Normal file
@@ -0,0 +1 @@
|
||||
package api
|
||||
Reference in New Issue
Block a user