gateway

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GatewayFramework

type GatewayFramework interface {
	gira.Framework
	// 配置
	GetConfig() *config.GatewayConfig
	// 当前会话的数量
	SessionCount() int64
	// 当前连接的数量
	ConnectionCount() int64
}

type GatewayHandler

type GatewayHandler interface {
}

需要实现的接口

type LoginRequest

type LoginRequest interface {
	GetMemberId() string
	GetToken() string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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