Files
EdgeAPI/internal/goman/instance.go
2024-05-17 18:27:26 +08:00

13 lines
208 B
Go

// Copyright 2021 GoEdge CDN goedge.cdn@gmail.com. All rights reserved.
package goman
import "time"
type Instance struct {
Id uint64
CreatedTime time.Time
File string
Line int
}