divideprojects / Alita_Robot

The documentation of an exported variable or constant should start with the variable’s name GO-D5003
Documentation
Minor
a month agoa year old
comment on exported var FiltersEnumFuncMap should be of the form "FiltersEnumFuncMap ..."
1075	},
1076}
1077
1078// FiltersEnumFuncMap1079// A rather very complicated FiltersEnumFuncMap Variable made by me to send filters in an appropriate way
1080var FiltersEnumFuncMap = map[int]func(b *gotgbot.Bot, ctx *ext.Context, filterData db.ChatFilters, keyb *gotgbot.InlineKeyboardMarkup, replyMsgId int64, noFormat, noNotif bool) (*gotgbot.Message, error){
1081	db.TEXT: func(b *gotgbot.Bot, ctx *ext.Context, filterData db.ChatFilters, keyb *gotgbot.InlineKeyboardMarkup, replyMsgId int64, noFormat, noNotif bool) (*gotgbot.Message, error) {
comment on exported var PinsEnumFuncMap should be of the form "PinsEnumFuncMap ..."
602	return ext.EndGroups
603}
604
605// PinsEnumFuncMap606// A rather very complicated PinsEnumFuncMap Variable made by me to send filters in an appropriate way
607var PinsEnumFuncMap = map[int]func(b *gotgbot.Bot, ctx *ext.Context, pinT pinType, keyb *gotgbot.InlineKeyboardMarkup, replyMsgId int64) (*gotgbot.Message, error){
608	db.TEXT: func(b *gotgbot.Bot, ctx *ext.Context, pinT pinType, keyb *gotgbot.InlineKeyboardMarkup, replyMsgId int64) (*gotgbot.Message, error) {