优化代码/增加edge-api goman命令

This commit is contained in:
刘祥超
2021-12-14 10:49:29 +08:00
parent 59ce71f72e
commit 3ff6ca5905
54 changed files with 383 additions and 131 deletions
+12
View File
@@ -0,0 +1,12 @@
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package goman
import "time"
type Instance struct {
Id uint64
CreatedTime time.Time
File string
Line int
}