Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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.