server

package
v0.0.0-...-a7cdbd9 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServerI

type ServerI interface {

	// Start 启动服务
	Start()

	// Stop 停止服务
	Stop()

	// Run 启动业务
	Run()

	// ConnManager 获取连接管理
	ConnManager() manager.ManagerI
}

ServerI 定义服务端的接口

Directories

Path Synopsis
Package handler 处理消息业务的接口
Package handler 处理消息业务的接口

Jump to

Keyboard shortcuts

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