github.com/TeaOSLab/EdgeNode@v1.3.8/internal/goman/instance.go (about) 1 // Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. 2 3 package goman 4 5 import "time" 6 7 type Instance struct { 8 Id uint64 9 CreatedTime time.Time 10 File string 11 Line int 12 }