Compentize Workload (#4)
This commit is contained in:
18
common/event.go
Normal file
18
common/event.go
Normal file
@ -0,0 +1,18 @@
|
||||
package common
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
type Event struct {
|
||||
Name string
|
||||
ID string
|
||||
Location string
|
||||
Completed bool
|
||||
DateTime time.Time
|
||||
CompleteDateTime time.Time
|
||||
Description string
|
||||
ImageURL string
|
||||
|
||||
Organizer User
|
||||
}
|
Reference in New Issue
Block a user