Documentation ¶
Index ¶
- Variables
- func GetServerParams(host string, port int64, domain_socket string, transport string, ...) (thrift.TProcessor, thrift.TServerTransport, thrift.TTransportFactory, ...)
- func StartClient(host string, port int64, domain_socket string, transport string, ...) (client *thrifttest.ThriftTestClient, trans thrift.TTransport, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var PrintingHandler = &printingHandler{}
View Source
var SimpleHandler = &simpleHandler{}
Functions ¶
func GetServerParams ¶
func GetServerParams( host string, port int64, domain_socket string, transport string, protocol string, ssl bool, certPath string, handler thrifttest.ThriftTest) (thrift.TProcessor, thrift.TServerTransport, thrift.TTransportFactory, thrift.TProtocolFactory, error)
func StartClient ¶
func StartClient( host string, port int64, domain_socket string, transport string, protocol string, ssl bool) (client *thrifttest.ThriftTestClient, trans thrift.TTransport, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.