Versions in this module Expand all Collapse all v0 v0.0.66 Nov 3, 2024 Changes in this version + type IForum interface + GetEventDataPtr func() base2.IEventData + GetId func() (id cmb.Id) + GetIdPtr func() (id *cmb.Id) + GetNamePtr func() (name *cms.Name) + GetSectionId func() (sectionId cmb.Id) + GetSectionIdPtr func() (sectionId *cmb.Id) + GetThreads func() (threads *ul.UidList) + GetThreadsPtr func() (threads **ul.UidList) + SetEventData func(ed base2.IEventData) + SetThreads func(threads *ul.UidList) + type IForumAndThreads interface + GetForum func() (forum IForum) + GetPageData func() (pageData *cmr.PageData) + GetThreads func() (threads []IThread) + SetForum func(forum IForum) + SetPageData func(pageData *cmr.PageData) + SetThreads func(threads []IThread) + type IIncident interface + Check func() (err error) + GetEmail func() (email simple.Email) + GetId func() (id cmb.Id) + GetModule func() (module derived1.IModule) + GetTime func() (time time.Time) + GetType func() (t derived1.IIncidentType) + GetUserIPA func() (userIPA net.IP) + type IIncidentManager interface + ReportIncident func(itype cmi.IEnumValue, email simple.Email, userIPA net.IP) + Start func() (err error) + Stop func() (err error) + type ILogEvent interface + GetAdminId func() (adminId *cmb.Id) + GetEmail func() (email cms.Email) + GetId func() (id cmb.Id) + GetTime func() (time time.Time) + GetType func() (t derived1.ILogEventType) + GetUserIPAB func() (userIPAB net.IP) + GetUserId func() (userId cmb.Id) + type IMessage interface + GetEventData func() base2.IEventData + GetEventDataPtr func() base2.IEventData + GetIdPtr func() (id *cmb.Id) + GetLastTouchTime func() time.Time + GetTextChecksumPtr func() (textChecksum *[]byte) + GetTextPtr func() (text *cmb.Text) + GetThreadId func() (threadId cmb.Id) + GetThreadIdPtr func() (threadId *cmb.Id) + SetEventData func(ed base2.IEventData) + SetText func(text cmb.Text) + type IResource interface + AsNumber func() cmb.Count + AsText func() cmb.Text + GetIdPtr func() (id *cmb.Id) + GetNumber func() (number *cmb.Count) + GetNumberPtr func() (number **cmb.Count) + GetText func() (text *cmb.Text) + GetTextPtr func() (text **cmb.Text) + GetTocPtr func() (toc *time.Time) + GetType func() (t derived1.IResourceType) + GetTypePtr func() (t derived1.IResourceType) + GetValue func() any + IsValid func() bool + type ISection interface + GetChildType func() (childType derived1.ISectionChildType) + GetChildTypePtr func() (childType derived1.ISectionChildType) + GetChildren func() (children *ul.UidList) + GetChildrenPtr func() (children **ul.UidList) + GetEventDataPtr func() base2.IEventData + GetId func() (id cmb.Id) + GetIdPtr func() (id *cmb.Id) + GetNamePtr func() (name *cms.Name) + GetParent func() (parent *cmb.Id) + GetParentPtr func() (parent **cmb.Id) + SetChildren func(children *ul.UidList) + SetEventData func(base2.IEventData) + type ISystemEvent interface + GetIdPtr func() (id *cmb.Id) + GetSystemEventData func() (sed ISystemEventData) + GetTimePtr func() (t *time.Time) + type ISystemEventData interface + CheckParameters func() (ok bool, err error) + GetCreator func() (creator *cmb.Id) + GetMessageId func() (messageId *cmb.Id) + GetMessageIdPtr func() (messageId **cmb.Id) + GetThreadId func() (threadId *cmb.Id) + GetThreadIdPtr func() (threadId **cmb.Id) + GetType func() (t derived1.ISystemEventType) + GetUserId func() (userId *cmb.Id) + GetUserIdPtr func() (userId **cmb.Id) + type IThread interface + GetEventDataPtr func() base2.IEventData + GetForumId func() (forumId cmb.Id) + GetForumIdPtr func() (forumId *cmb.Id) + GetIdPtr func() (id *cmb.Id) + GetMessages func() (messages *ul.UidList) + GetMessagesPtr func() (messages **ul.UidList) + GetNamePtr func() (name *cms.Name) + SetEventData func(ed base2.IEventData) + SetMessages func(messages *ul.UidList) + type IThreadAndMessages interface + GetMessages func() (messages []IMessage) + GetPageData func() (pageData *cmr.PageData) + GetThread func() (thread IThread) + SetMessages func(messages []IMessage) + SetPageData func(pageData *cmr.PageData) + SetThread func(thread IThread)