Documentation
¶
Index ¶
- type LoginInfo
- type PBEnvironment
- func (d *PBEnvironment) BootstrapDirs()
- func (d *PBEnvironment) GetPath(elem ...string) string
- func (env *PBEnvironment) Init()
- func (env *PBEnvironment) Init_plugin()
- func (env *PBEnvironment) Load_plugin()
- func (d *PBEnvironment) Mkdir(tip string, path string)
- func (o *PBEnvironment) RunCmd(subProcessName string, cmdStr string, remapping map[string]string, ...) (err error)
- func (o *PBEnvironment) RunPip(cmdStr string, remapping map[string]string) (err error)
- func (o *PBEnvironment) RunPython(cmdStr string, remapping map[string]string) (err error)
- func (env *PBEnvironment) Stop()
- func (env *PBEnvironment) WaitStopped()
- type Plugins
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PBEnvironment ¶
type PBEnvironment struct { LoginInfo IsDebug bool ScriptBridge interface{} ScriptHolder interface{} FunctionHolder interfaces.FunctionHolder FBUCUsername string WorldChatChannel chan []string FBAuthClient interface{} GlobalFullConfig interface{} RespondUser string Connection interface{} UQHolder interface{} Resources interface{} ResourcesUpdater interface{} GameInterface interfaces.GameInterface ActivateTaskStatus chan bool Uid string ExternalConnectionHandler interface{} Destructors []func() CertSigning bool LocalKey string LocalCert string LRUMemoryChunkCacher interface{} ChunkFeeder interface{} PythonPath string JavaPath string Plugins map[string]*plugin.Plugin // contains filtered or unexported fields }
func (*PBEnvironment) BootstrapDirs ¶
func (d *PBEnvironment) BootstrapDirs()
func (*PBEnvironment) GetPath ¶
func (d *PBEnvironment) GetPath(elem ...string) string
func (*PBEnvironment) Init ¶
func (env *PBEnvironment) Init()
func (*PBEnvironment) Init_plugin ¶
func (env *PBEnvironment) Init_plugin()
func (*PBEnvironment) Load_plugin ¶
func (env *PBEnvironment) Load_plugin()
func (*PBEnvironment) Mkdir ¶
func (d *PBEnvironment) Mkdir(tip string, path string)
func (*PBEnvironment) RunPip ¶
func (o *PBEnvironment) RunPip(cmdStr string, remapping map[string]string) (err error)
func (*PBEnvironment) RunPython ¶
func (o *PBEnvironment) RunPython(cmdStr string, remapping map[string]string) (err error)
func (*PBEnvironment) Stop ¶
func (env *PBEnvironment) Stop()
func (*PBEnvironment) WaitStopped ¶
func (env *PBEnvironment) WaitStopped()
type Plugins ¶
type Plugins struct { IsDebug bool ScriptBridge interface{} ScriptHolder interface{} FunctionHolder interfaces.FunctionHolder WorldChatChannel chan []string GlobalFullConfig interface{} RespondUser string Connection interface{} GameInterface interfaces.GameInterface ActivateTaskStatus chan bool Uid string ExternalConnectionHandler interface{} Destructors []func() LRUMemoryChunkCacher interface{} ChunkFeeder interface{} PythonPath string JavaPath string }
Click to show internal directories.
Click to hide internal directories.