gateway

package
v0.0.0-...-1c5f5a9 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Gateway

type Gateway struct {
	Sessions *concurrent.Map[*actor.PID, *Session]
	// contains filtered or unexported fields
}

func NewGateway

func NewGateway() *Gateway

func (*Gateway) PID

func (slf *Gateway) PID() *actor.PID

func (*Gateway) Producer

func (slf *Gateway) Producer() actor.Producer

func (*Gateway) Receive

func (slf *Gateway) Receive(ctx *actor.Context)

type Session

type Session struct {
	Conn network.Conn
}

Jump to

Keyboard shortcuts

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