transport

package
v0.0.0-...-457ba4f Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

* User: cr-mao Date: 2023/8/17 14:03 Email: crmao@qq.com Desc: 传输器接口

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server interface {
	// Start 启动服务器
	Start() error
	// Stop 停止服务器
	Stop() error
	//服务地址
	Endpoint() *endpoint.Endpoint
	// Addr 监听地址
	Addr() string
	// Scheme 协议
	Scheme() string
}

Directories

Path Synopsis
* User: cr-mao Date: 2023/8/17 14:27 Email: crmao@qq.com Desc: server.go
* User: cr-mao Date: 2023/8/17 14:27 Email: crmao@qq.com Desc: server.go
pb

Jump to

Keyboard shortcuts

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