Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AssignmentInterface ¶
type AssignmentInterface interface {
Script(key string, value string, args string)
Queue(key string, value string, args string)
}
执行器接口
type ConfigInterface ¶
type ConfigInterface interface {
Get(key string) interface{}
Set(key string, value interface{})
GetString(key string, defaultValue ...string) string
GetSectionString(section string, key string, defaultValue ...string) string
}
设置接口
type LoggerInterface ¶
type LoggerInterface interface {
Write(debug string, args ...interface{})
Info(args ...interface{})
Warning(args ...interface{})
Error(args ...interface{})
}
日志接口
type QueueInterface ¶
队列接口
Click to show internal directories.
Click to hide internal directories.