Files
EdgeAdmin/internal/goman/instance.go

13 lines
209 B
Go
Raw Normal View History

2021-12-21 15:18:11 +08:00
// 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
}