Documentation ¶
Index ¶
- func Do(testFunc func(context.Context, Test) error)
- func MakeHttpUrl(endpoint *schema.Endpoint, subPath string) string
- type Test
- func (t Test) Connect(ctx context.Context, endpoint *schema.Endpoint) (*grpc.ClientConn, error)
- func (t Test) InternalOf(serverOwner string) []*schema.InternalEndpoint
- func (t Test) MustEndpoint(owner, name string) *schema.Endpoint
- func (t Test) WaitForEndpoint(ctx context.Context, endpoint *schema.Endpoint) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Test ¶
func (Test) InternalOf ¶
func (t Test) InternalOf(serverOwner string) []*schema.InternalEndpoint
Click to show internal directories.
Click to hide internal directories.