# README

网络领域组件编程规范

1.领域上下文。

2.对外暴露接口。

3.驱动组件约束接口。

4.公共数据结构。

# Packages

No description provided by the author
明确定义该模块需要的上下文信息,方便代码阅读和理解.
No description provided by the author
No description provided by the author

# Functions

Drivers returns a sorted list of the names of the registered drivers.
No description provided by the author
Register makes a driver available by the provided name.

# Structs

如果有领域内公共逻辑,可以在这层扩展,对上层暴露高级接口 暂时没有特殊的逻辑,先简单透传,预留方便后续扩展.

# Interfaces

network对外提供的接口.

# Type aliases

创建P2PServer实例方法.