Files
EdgeAdmin/internal/goman/instance.go

13 lines
208 B
Go
Raw Permalink Normal View History

2024-05-17 17:56:37 +08:00
// Copyright 2021 GoEdge CDN goedge.cdn@gmail.com. All rights reserved.
2021-12-21 15:18:11 +08:00
package goman
import "time"
type Instance struct {
Id uint64
CreatedTime time.Time
File string
Line int
}