dispatch

package
v0.2.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2023 License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrObjectActionNotFound = errors.New("object action not found")
	ErrMethodNotFound       = errors.New("method not found")
)

Functions

This section is empty.

Types

type DispatchServer

type DispatchServer struct {
	// contains filtered or unexported fields
}

manage method and filed

func NewDispatchServer

func NewDispatchServer() *DispatchServer

func (*DispatchServer) Call

func (app *DispatchServer) Call(ctx context.Context, sess *session.Session, packet *packet.Packet) error

func (*DispatchServer) GetAction

func (app *DispatchServer) GetAction(in interface{}) (uint32, error)

func (*DispatchServer) GetActionByName

func (app *DispatchServer) GetActionByName(fieldName string) (uint32, error)

func (*DispatchServer) GetMethod

func (app *DispatchServer) GetMethod(actionKey uint32) (*serverMethod, bool)

func (*DispatchServer) GetObj

func (app *DispatchServer) GetObj(actionKey uint32) (interface{}, bool)

func (*DispatchServer) GetObjType

func (app *DispatchServer) GetObjType(actionKey uint32) (reflect.Type, bool)

func (*DispatchServer) RegisterComponent

func (a *DispatchServer) RegisterComponent(sd component.ComponentDesc, ss interface{})

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL