Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServer ¶
func NewServer( service Service, address string, contextPool context.Pool, opts *tchannel.ChannelOptions, ) ns.NetworkService
NewServer creates a new node TChannel Thrift network service
Types ¶
type Service ¶ added in v0.9.0
type Service interface {
rpc.TChanNode
// Only safe to be called one time once the service has started.
SetDatabase(db storage.Database) error
}
Service is the interface for the node RPC service.
func NewService ¶
func NewService(db storage.Database, opts tchannelthrift.Options) Service
NewService creates a new node TChannel Thrift service
Click to show internal directories.
Click to hide internal directories.