Documentation ¶
Index ¶
Constants ¶
View Source
const ( // RoleS1 is the name of the role for server S1 RoleS1 = "S1" // RoleS2 is the name of the role for server S2 RoleS2 = "S2" // RoleS3 is the name of the role for server S3 RoleS3 = "S3" )
Different parameter keys and values used by the system
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { ClientHostPort string ServerPortHTTP string ServerPortTChannel string // contains filtered or unexported fields }
Client is a controller for the tests
func (*Client) AsyncStart ¶
AsyncStart begins a Crossdock client in the background, but does not return until it started serving.
Click to show internal directories.
Click to hide internal directories.