Documentation ¶
Overview ¶
Package events for community events handling.
See more https://vk.com/dev/groups_events
Index ¶
- type FuncList
- func (fl *FuncList) AppPayload(f object.AppPayloadFunc)
- func (fl *FuncList) AudioNew(f object.AudioNewFunc)
- func (fl *FuncList) BoardPostDelete(f object.BoardPostDeleteFunc)
- func (fl *FuncList) BoardPostEdit(f object.BoardPostEditFunc)
- func (fl *FuncList) BoardPostNew(f object.BoardPostNewFunc)
- func (fl *FuncList) BoardPostRestore(f object.BoardPostRestoreFunc)
- func (fl *FuncList) GroupChangePhoto(f object.GroupChangePhotoFunc)
- func (fl *FuncList) GroupChangeSettings(f object.GroupChangeSettingsFunc)
- func (fl *FuncList) GroupJoin(f object.GroupJoinFunc)
- func (fl *FuncList) GroupLeave(f object.GroupLeaveFunc)
- func (fl *FuncList) GroupOfficersEdit(f object.GroupOfficersEditFunc)
- func (fl FuncList) Handler(e object.GroupEvent) error
- func (fl *FuncList) LeadFormsNew(f object.LeadFormsNewFunc)
- func (fl *FuncList) MarketCommentDelete(f object.MarketCommentDeleteFunc)
- func (fl *FuncList) MarketCommentEdit(f object.MarketCommentEditFunc)
- func (fl *FuncList) MarketCommentNew(f object.MarketCommentNewFunc)
- func (fl *FuncList) MarketCommentRestore(f object.MarketCommentRestoreFunc)
- func (fl *FuncList) MessageAllow(f object.MessageAllowFunc)
- func (fl *FuncList) MessageDeny(f object.MessageDenyFunc)
- func (fl *FuncList) MessageEdit(f object.MessageEditFunc)
- func (fl *FuncList) MessageNew(f object.MessageNewFunc)
- func (fl *FuncList) MessageRead(f object.MessageReadFunc)
- func (fl *FuncList) MessageReply(f object.MessageReplyFunc)
- func (fl *FuncList) MessageTypingState(f object.MessageTypingStateFunc)
- func (fl *FuncList) PhotoCommentDelete(f object.PhotoCommentDeleteFunc)
- func (fl *FuncList) PhotoCommentEdit(f object.PhotoCommentEditFunc)
- func (fl *FuncList) PhotoCommentNew(f object.PhotoCommentNewFunc)
- func (fl *FuncList) PhotoCommentRestore(f object.PhotoCommentRestoreFunc)
- func (fl *FuncList) PhotoNew(f object.PhotoNewFunc)
- func (fl *FuncList) PollVoteNew(f object.PollVoteNewFunc)
- func (fl *FuncList) UserBlock(f object.UserBlockFunc)
- func (fl *FuncList) UserUnblock(f object.UserUnblockFunc)
- func (fl *FuncList) VideoCommentDelete(f object.VideoCommentDeleteFunc)
- func (fl *FuncList) VideoCommentEdit(f object.VideoCommentEditFunc)
- func (fl *FuncList) VideoCommentNew(f object.VideoCommentNewFunc)
- func (fl *FuncList) VideoCommentRestore(f object.VideoCommentRestoreFunc)
- func (fl *FuncList) VideoNew(f object.VideoNewFunc)
- func (fl *FuncList) VkpayTransaction(f object.VkpayTransactionFunc)
- func (fl *FuncList) WallPostNew(f object.WallPostNewFunc)
- func (fl *FuncList) WallReplyDelete(f object.WallReplyDeleteFunc)
- func (fl *FuncList) WallReplyEdit(f object.WallReplyEditFunc)
- func (fl *FuncList) WallReplyNew(f object.WallReplyNewFunc)
- func (fl *FuncList) WallReplyRestore(f object.WallReplyRestoreFunc)
- func (fl *FuncList) WallRepost(f object.WallRepostFunc)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FuncList ¶
type FuncList struct {
// contains filtered or unexported fields
}
FuncList struct
func (*FuncList) AppPayload ¶
func (fl *FuncList) AppPayload(f object.AppPayloadFunc)
AppPayload handler
func (*FuncList) BoardPostDelete ¶
func (fl *FuncList) BoardPostDelete(f object.BoardPostDeleteFunc)
BoardPostDelete handler
func (*FuncList) BoardPostEdit ¶
func (fl *FuncList) BoardPostEdit(f object.BoardPostEditFunc)
BoardPostEdit handler
func (*FuncList) BoardPostNew ¶
func (fl *FuncList) BoardPostNew(f object.BoardPostNewFunc)
BoardPostNew handler
func (*FuncList) BoardPostRestore ¶
func (fl *FuncList) BoardPostRestore(f object.BoardPostRestoreFunc)
BoardPostRestore handler
func (*FuncList) GroupChangePhoto ¶
func (fl *FuncList) GroupChangePhoto(f object.GroupChangePhotoFunc)
GroupChangePhoto handler
func (*FuncList) GroupChangeSettings ¶
func (fl *FuncList) GroupChangeSettings(f object.GroupChangeSettingsFunc)
GroupChangeSettings handler
func (*FuncList) GroupJoin ¶
func (fl *FuncList) GroupJoin(f object.GroupJoinFunc)
GroupJoin handler
func (*FuncList) GroupLeave ¶
func (fl *FuncList) GroupLeave(f object.GroupLeaveFunc)
GroupLeave handler
func (*FuncList) GroupOfficersEdit ¶
func (fl *FuncList) GroupOfficersEdit(f object.GroupOfficersEditFunc)
GroupOfficersEdit handler
func (FuncList) Handler ¶
func (fl FuncList) Handler(e object.GroupEvent) error
Handler group event handler NOTE: cyclomatic complexity 123 of function (FuncList).Handler() is high (> 15) (gocyclo)
func (*FuncList) LeadFormsNew ¶
func (fl *FuncList) LeadFormsNew(f object.LeadFormsNewFunc)
LeadFormsNew handler
func (*FuncList) MarketCommentDelete ¶
func (fl *FuncList) MarketCommentDelete(f object.MarketCommentDeleteFunc)
MarketCommentDelete handler
func (*FuncList) MarketCommentEdit ¶
func (fl *FuncList) MarketCommentEdit(f object.MarketCommentEditFunc)
MarketCommentEdit handler
func (*FuncList) MarketCommentNew ¶
func (fl *FuncList) MarketCommentNew(f object.MarketCommentNewFunc)
MarketCommentNew handler
func (*FuncList) MarketCommentRestore ¶
func (fl *FuncList) MarketCommentRestore(f object.MarketCommentRestoreFunc)
MarketCommentRestore handler
func (*FuncList) MessageAllow ¶
func (fl *FuncList) MessageAllow(f object.MessageAllowFunc)
MessageAllow handler
func (*FuncList) MessageDeny ¶
func (fl *FuncList) MessageDeny(f object.MessageDenyFunc)
MessageDeny handler
func (*FuncList) MessageEdit ¶
func (fl *FuncList) MessageEdit(f object.MessageEditFunc)
MessageEdit handler
func (*FuncList) MessageNew ¶
func (fl *FuncList) MessageNew(f object.MessageNewFunc)
MessageNew handler
func (*FuncList) MessageRead ¶
func (fl *FuncList) MessageRead(f object.MessageReadFunc)
MessageRead handler
func (*FuncList) MessageReply ¶
func (fl *FuncList) MessageReply(f object.MessageReplyFunc)
MessageReply handler
func (*FuncList) MessageTypingState ¶
func (fl *FuncList) MessageTypingState(f object.MessageTypingStateFunc)
MessageTypingState handler
func (*FuncList) PhotoCommentDelete ¶
func (fl *FuncList) PhotoCommentDelete(f object.PhotoCommentDeleteFunc)
PhotoCommentDelete handler
func (*FuncList) PhotoCommentEdit ¶
func (fl *FuncList) PhotoCommentEdit(f object.PhotoCommentEditFunc)
PhotoCommentEdit handler
func (*FuncList) PhotoCommentNew ¶
func (fl *FuncList) PhotoCommentNew(f object.PhotoCommentNewFunc)
PhotoCommentNew handler
func (*FuncList) PhotoCommentRestore ¶
func (fl *FuncList) PhotoCommentRestore(f object.PhotoCommentRestoreFunc)
PhotoCommentRestore handler
func (*FuncList) PollVoteNew ¶
func (fl *FuncList) PollVoteNew(f object.PollVoteNewFunc)
PollVoteNew handler
func (*FuncList) UserBlock ¶
func (fl *FuncList) UserBlock(f object.UserBlockFunc)
UserBlock handler
func (*FuncList) UserUnblock ¶
func (fl *FuncList) UserUnblock(f object.UserUnblockFunc)
UserUnblock handler
func (*FuncList) VideoCommentDelete ¶
func (fl *FuncList) VideoCommentDelete(f object.VideoCommentDeleteFunc)
VideoCommentDelete handler
func (*FuncList) VideoCommentEdit ¶
func (fl *FuncList) VideoCommentEdit(f object.VideoCommentEditFunc)
VideoCommentEdit handler
func (*FuncList) VideoCommentNew ¶
func (fl *FuncList) VideoCommentNew(f object.VideoCommentNewFunc)
VideoCommentNew handler
func (*FuncList) VideoCommentRestore ¶
func (fl *FuncList) VideoCommentRestore(f object.VideoCommentRestoreFunc)
VideoCommentRestore handler
func (*FuncList) VkpayTransaction ¶
func (fl *FuncList) VkpayTransaction(f object.VkpayTransactionFunc)
VkpayTransaction handler
func (*FuncList) WallPostNew ¶
func (fl *FuncList) WallPostNew(f object.WallPostNewFunc)
WallPostNew handler
func (*FuncList) WallReplyDelete ¶
func (fl *FuncList) WallReplyDelete(f object.WallReplyDeleteFunc)
WallReplyDelete handler
func (*FuncList) WallReplyEdit ¶
func (fl *FuncList) WallReplyEdit(f object.WallReplyEditFunc)
WallReplyEdit handler
func (*FuncList) WallReplyNew ¶
func (fl *FuncList) WallReplyNew(f object.WallReplyNewFunc)
WallReplyNew handler
func (*FuncList) WallReplyRestore ¶
func (fl *FuncList) WallReplyRestore(f object.WallReplyRestoreFunc)
WallReplyRestore handler
func (*FuncList) WallRepost ¶
func (fl *FuncList) WallRepost(f object.WallRepostFunc)
WallRepost handler