github.com/safing/portbase@v0.19.5/database/record/meta.colf (about) 1 package record 2 3 type course struct { 4 Created int64 5 Modified int64 6 Expires int64 7 Deleted int64 8 Secret bool 9 Cronjewel bool 10 }