Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TestClient ¶
type TestClient struct {
// contains filtered or unexported fields
}
func NewTestClient ¶
func NewTestClient(port string, services ...string) *TestClient
func (TestClient) Run ¶
func (c TestClient) Run(t *testing.T)
type TestGoService ¶
func NewTestGoService ¶
func NewTestGoService(port string) *TestGoService
type TestStruct1 ¶
type TestStruct2 ¶
type TestStruct2 struct {
TestStruct1 `json:"struct1"`
}
func Function3 ¶
func Function3(struct1 *TestStruct2) *TestStruct2
Click to show internal directories.
Click to hide internal directories.