阶段性提交

This commit is contained in:
刘祥超
2020-07-21 17:27:00 +08:00
commit f2384a3ae8
38 changed files with 2505 additions and 0 deletions

10
cmd/edge-api/main.go Normal file
View File

@@ -0,0 +1,10 @@
package main
import (
"github.com/TeaOSLab/EdgeAPI/internal/apis"
_ "github.com/iwind/TeaGo/bootstrap"
)
func main() {
apis.NewAPINode().Start()
}