package general import ( "time" "gitlab.com/mstarongitlab/goap" ) type CreateEvent struct { Id string Actor string CC []string Object goap.BaseApChain To []string Published time.Time }