service

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

README

RPC服务

提供标准示例链实现rpc服务。

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServCom

type ServCom interface {
	Run() error
	Exit()
}

由于需要同时启动多个服务组件,采用注册机制管理

type ServMG

type ServMG struct {
	// contains filtered or unexported fields
}

各server组件运行控制

func NewServMG

func NewServMG(scfg *sconf.ServConf, engine engines.BCEngine) (*ServMG, error)

func (*ServMG) Exit

func (t *ServMG) Exit()

退出rpc服务,释放相关资源,需要幂等

func (*ServMG) Run

func (t *ServMG) Run() error

启动rpc服务

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL