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

# Functions

CheckPortAvailable 检查端口是否可用.
GetFormatTime 获取当前时间的格式化字符串.
GetNanoTimeStamp 获取当前时间戳 纳秒.
GetTimeStamp 获取当前时间戳 秒 备用.
GetTimeStampFloat64 获取当前时间戳 https://12.onebot.dev/connect/data-protocol/event/ 要求的Time为float64.
GetUUID 获取一个随机的UUID 来自github.com/google/uuid.
NewTicker 创建一个计时器.
No description provided by the author
SetJsonCoder 修改Json解析器.
SetLogger 设置日志Logger.

# Variables

各种颜色.
各种颜色.
Json 使用的解析器 使用字节的sonic库 由于只支持amd64, 所以提供了修改的方法.
Logger log的接口.
LogLevel 日志等级.
LogLevel 日志等级.
LogLevel 日志等级.
LogLevel 日志等级.
各种颜色.
各种颜色.
各种颜色.

# Structs

No description provided by the author
Log Logger的默认实现.
Ticker 计时器.

# Interfaces

LogInterface 日志接口.