Documentation ¶
Index ¶
- type RTDEXEngine
- func (e *RTDEXEngine) Cache() core.Cache
- func (e *RTDEXEngine) Config() *config.Config
- func (e *RTDEXEngine) Ctx() context.Context
- func (e *RTDEXEngine) PacketSniffer() core.PacketSniffer
- func (e *RTDEXEngine) Server() core.Server
- func (e *RTDEXEngine) SessionManager() core.SessionManager
- func (e *RTDEXEngine) SlotManager() core.SlotManager
- func (e *RTDEXEngine) Start()
- func (e *RTDEXEngine) Stop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RTDEXEngine ¶
type RTDEXEngine struct {
// contains filtered or unexported fields
}
func NewEngine ¶
func NewEngine(cfg config.Config) *RTDEXEngine
func (*RTDEXEngine) Cache ¶
func (e *RTDEXEngine) Cache() core.Cache
func (*RTDEXEngine) Config ¶
func (e *RTDEXEngine) Config() *config.Config
func (*RTDEXEngine) Ctx ¶
func (e *RTDEXEngine) Ctx() context.Context
func (*RTDEXEngine) PacketSniffer ¶
func (e *RTDEXEngine) PacketSniffer() core.PacketSniffer
func (*RTDEXEngine) Server ¶
func (e *RTDEXEngine) Server() core.Server
func (*RTDEXEngine) SessionManager ¶
func (e *RTDEXEngine) SessionManager() core.SessionManager
func (*RTDEXEngine) SlotManager ¶
func (e *RTDEXEngine) SlotManager() core.SlotManager
func (*RTDEXEngine) Start ¶
func (e *RTDEXEngine) Start()
func (*RTDEXEngine) Stop ¶
func (e *RTDEXEngine) Stop()
Click to show internal directories.
Click to hide internal directories.