package
1.1.0-alpha.8
Repository: https://github.com/clessli/bifrost.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Log, 日志记录函数 参数: level: 日志级别对象 message: 需记录的日志信息字符串.
PathExists, 判断文件路径是否存在函数 参数: path: 待判断的文件路径字符串 返回值: true: 存在; false: 不存在 错误.
Restart, 守护进程 restart 方法函数 返回值: 错误.
No description provided by the author
Start, 守护进程 start 方法函数 返回值: 错误.
Status, 守护进程 status 方法函数 返回值: 错误.
Stop, 守护进程 stop 方法函数 返回值: 错误.

# Constants

日志级别.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

bifrost配置.
日志文件.
No description provided by the author
No description provided by the author

# Structs

Config, bifrost配置文件结构体,定义bifrost配置信息.
LogConfig, bifrost日志信息结构体,定义日志目录、日志级别.