Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestServer ¶
type TestServer struct { Handlers Handlers // contains filtered or unexported fields }
func NewTestRpcServer ¶
func NewTestRpcServer(handlers Handlers) (*TestServer, error)
func (*TestServer) Port ¶
func (ts *TestServer) Port() string
func (*TestServer) Start ¶
func (ts *TestServer) Start() error
func (*TestServer) Stop ¶
func (ts *TestServer) Stop()
Click to show internal directories.
Click to hide internal directories.