provider

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: May 27, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Conn

type Conn struct {
	// bind to an entity
	ID interface{}
	// used in logging
	PrintID string
	// contains filtered or unexported fields
}

func NewConn

func NewConn(pServer cpb.GameCore_ProviderServer, handler Handler) *Conn

func (*Conn) Close

func (conn *Conn) Close()

func (*Conn) RecvLoop

func (conn *Conn) RecvLoop()

func (*Conn) Send

func (conn *Conn) Send(msg *cpb.ProviderMsg) error

func (*Conn) Start

func (conn *Conn) Start()

type Handler

type Handler interface {
	HandleRegisterArgs(*Conn, *cpb.ProviderMsg, *cpb.RegisterArgs) error
	HandleNotifyMsg(*Conn, *cpb.ProviderMsg, *cpb.NotifyMsgArgs) error
	HandleCloseGameMsg(*Conn, *cpb.ProviderMsg, *cpb.CloseGameArgs) error
	Disconnect(*Conn)
}

Jump to

Keyboard shortcuts

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