host

package
v0.0.0-...-5387047 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2021 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GameDataService

type GameDataService interface {
	Handle(ctx context.Context) error
}

func NewGameDataService

func NewGameDataService(p *packet.PacketData, client net.Conn) GameDataService

type GameEndService

type GameEndService interface {
	Handle(ctx context.Context) error
}

func NewGameEndService

func NewGameEndService(client net.Conn) GameEndService

type GetInventoryService

type GetInventoryService interface {
	Handle(ctx context.Context) error
}

func NewGetInventoryService

func NewGetInventoryService(p *packet.PacketData, client net.Conn) GetInventoryService

type ItemUsingService

type ItemUsingService interface {
	Handle(ctx context.Context) error
}

func NewItemUsingService

func NewItemUsingService(p *packet.PacketData, client net.Conn) ItemUsingService

type StartService

type StartService interface {
	Handle(ctx context.Context) error
}

func NewStartService

func NewStartService(client net.Conn) StartService

Jump to

Keyboard shortcuts

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