package
0.0.0-20231022132044-7a6c0c805787
Repository: https://github.com/fishze/go-libonebot.git
Documentation: pkg.go.dev

# Functions

NewOneBotV12Connect 创建连接.
No description provided by the author
NewOneBotV12ConnectWebhook 创建一个 OneBot v12 webhook 连接.
NewOneBotV12ConnectWebsocket 创建websocket连接实现.
NewOneBotV12ConnectWebsocketReverse 创建反向 WebSocket 连接.
No description provided by the author

# Constants

ConnectTypeHttp http连接.
ConnectTypeWebhook webhook 连接.
ConnectTypeWebSocket websocket连接.
ConnectTypeWebSocketReverse 反向websocket连接.
No description provided by the author

# Variables

ErrorBotExist bot已经存在.
ErrorBotNotExist bot不存在.
ErrorConnectionNotFound 连接不存在.
ErrorConnectionNotV12 连接了错误的版本.
ErrorConnectTypeExist 连接类型已经存在.
ErrorPortInUsed 端口被占用.
ErrorResponseIDNotFound 响应ID未找到.
OneBotV12ConnectImplementations 连接实现 OneBotV12ConnectType -> OneBotV12ConnectResisterFunc.

# Structs

OneBotV12 OneBot V12连接.
OneBotV12Config OneBot V12连接配置.
No description provided by the author
OneBotV12ConnectWebhook OneBot v12 webhook 连接 这个!我没测试! TODO: 测试.
OneBotV12ConnectWebsocket websocket链接.
OneBotV12ConnectWebsocketReverse 反向 WebSocket 连接.
OneBotV12HttpConfig HTTP 连接配置.
OneBotV12Response V12响应.
OneBotV12WebHookConfig HTTP 连接配置.
OneBotV12WebsocketConfig HTTP 连接配置.
OneBotV12WebsocketReverseConfig HTTP 连接配置.

# Interfaces

OneBotV12Connect 连接接口.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author