Documentation
¶
Index ¶
Constants ¶
View Source
const GroupName = "dummy"
GroupName is the group name of this API.
Variables ¶
View Source
var Version = apiversion.NewVersionOrPanic("v1alpha2")
Version is the api version.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
NewClient returns a client to make calls to the dummy API group version v1alpha2. It's the caller's responsibility to Close the client when done.
func NewClientWithPipePath ¶ added in v1.0.0
NewClientWithPipePath returns a client to make calls to the named pipe located at "pipePath". It's the caller's responsibility to Close the client when done.
func (*Client) ComputeDouble ¶
func (w *Client) ComputeDouble(context context.Context, request *v1alpha2.ComputeDoubleRequest, opts ...grpc.CallOption) (*v1alpha2.ComputeDoubleResponse, error)
Click to show internal directories.
Click to hide internal directories.