Documentation
¶
Overview ¶
Package reproxytest provides fake implementation of reproxy for test.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fake ¶
type Fake struct { ppb.UnimplementedCommandsServer RunCommandFunc func(context.Context, *ppb.RunRequest) (*ppb.RunResponse, error) }
Fake is fake reproxy server.
func (Fake) RunCommand ¶
func (f Fake) RunCommand(ctx context.Context, req *ppb.RunRequest) (*ppb.RunResponse, error)
RunCommand runs command on fake reproxy.
Click to show internal directories.
Click to hide internal directories.