# README
网络领域组件编程规范
1.领域上下文。
2.对外暴露接口。
3.驱动组件约束接口。
4.公共数据结构。
# 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实例方法.