package
2.10.8+incompatible
Repository: https://github.com/gdy666/lucky.git
Documentation: pkg.go.dev

# Functions

GetService 查询服务根据服务名称.
Message 发送消息到service,根据serviceName.
NewService 创建服务对象.
Restart 服务重启.
Start 服务启动.
Stop 服务停止,根据serviceName.

# Constants

StateRunning 正在运行.
StateStop 未启动.
StateStopping 正在结束.

# Structs

Service 服务.
ServiceMsg 服务消息.