You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adapter connect to other platform to receive and send message.
Adapter's main function works in a goroutine. It communicate with gonebot through the cache channel.
typeGoneAdapterstruct{
NamestringDescriptionstringVersionstringSupportedPlatformstring// "qq", "wechat", etc.Initfunc() // Run when startingConnfunc(incomingChanchanmessage,resultChanchanmessage)
Finalfunc() // Run when closing
}