Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EtcdRegisterFinder ¶
type EtcdRegisterFinder struct {
// contains filtered or unexported fields
}
type GRPCServer ¶
type GRPCServer struct { HandlerFunc HandlerFunc RequestIp string RequestPort string // contains filtered or unexported fields }
func NewGRPCServer ¶
func NewGRPCServer(name string, addr string) (*GRPCServer, error)
func (*GRPCServer) AddServiceRegister ¶
func (svr *GRPCServer) AddServiceRegister(r IServiceRegister)
func (*GRPCServer) Run ¶
func (svr *GRPCServer) Run() error
type HandlerFunc ¶
type IServiceRegister ¶
服务注册者 接口
func NewEtcdSrvRegister ¶
func NewEtcdSrvRegister(etcdAddr string) (IServiceRegister, error)
Click to show internal directories.
Click to hide internal directories.