Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶ added in v0.0.6
type Event struct { gorm.Model Hidden bool ID uint64 CTFID int Title string Description string URL string URLIsCTFD bool Logo string Weight float64 Onsite bool Location string Restrictions string Format string FormatID int Participants int CTFTimeURL string LiveFeed string IsVotableNow bool PublicVotable bool Start time.Time Finish time.Time }
func (*Event) MarshallCSV ¶ added in v0.0.6
MarshallCSV returns values as a slice
func (*Event) MarshallJSON ¶ added in v0.0.6
MarshallJSON returns values as a slice
type EventCustomDate ¶ added in v0.0.6
type EventCustomDescription ¶ added in v0.0.6
type EventCustomTitle ¶ added in v0.0.6
Click to show internal directories.
Click to hide internal directories.