Versions in this module Expand all Collapse all v1 v1.0.0 Nov 18, 2021 Changes in this version + const Example + const Site + func NewConcern(notify chan<- concern.Notify) *exampleConcern + type Event struct + func (e *Event) GetUid() interface{} + func (e *Event) Logger() *logrus.Entry + func (e *Event) Site() string + func (e *Event) Type() concern_type.Type + type GroupConcernConfig struct + func NewGroupConcernConfig(g concern.IConfig) *GroupConcernConfig + func (g *GroupConcernConfig) FilterHook(concern.Notify) *concern.HookResult + type Notify struct + func (n *Notify) GetGroupCode() int64 + func (n *Notify) Logger() *logrus.Entry + func (n *Notify) ToMessage() *mmsg.MSG