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