mirror of
https://github.com/safing/portbase
synced 2025-09-01 18:19:57 +00:00
10 lines
145 B
Text
10 lines
145 B
Text
package record
|
|
|
|
type course struct {
|
|
Created int64
|
|
Modified int64
|
|
Expires int64
|
|
Deleted int64
|
|
Secret bool
|
|
Cronjewel bool
|
|
}
|