package
2.0.1+incompatible
Repository: https://github.com/learninto/sniper-api.git
Documentation: pkg.go.dev

# README

cmd/server

注册服务

自动注册服务请参考 rpc/README.md。 注册外部服务请参考 initMux 方法,内部服务参考 initInternalMux 方法。

实现服务接口请参考 rpc/README.md

启动服务

# 对外服务
go run main.go server --port=8080
# 对内服务
go run main.go server --port=8080 --internal

# Packages

No description provided by the author
No description provided by the author

# Variables

Cmd run http http.