main.go
主入口文件。
调用 orderer.common.server 包中的 Main() 方法。
func main() {
server.Main()
}Last updated
Was this helpful?
主入口文件。
调用 orderer.common.server 包中的 Main() 方法。
func main() {
server.Main()
}Last updated
Was this helpful?
Was this helpful?