Documentation ¶
Overview ¶
Package vtctlservice is a generated protocol buffer package.
It is generated from these files:
vtctlservice.proto
It has these top-level messages:
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterVtctlServer ¶
func RegisterVtctlServer(s *grpc.Server, srv VtctlServer)
Types ¶
type VtctlClient ¶
type VtctlClient interface {
ExecuteVtctlCommand(ctx context.Context, in *vtctldata.ExecuteVtctlCommandRequest, opts ...grpc.CallOption) (Vtctl_ExecuteVtctlCommandClient, error)
}
func NewVtctlClient ¶
func NewVtctlClient(cc *grpc.ClientConn) VtctlClient
type VtctlServer ¶
type VtctlServer interface {
ExecuteVtctlCommand(*vtctldata.ExecuteVtctlCommandRequest, Vtctl_ExecuteVtctlCommandServer) error
}
type Vtctl_ExecuteVtctlCommandClient ¶
type Vtctl_ExecuteVtctlCommandClient interface { Recv() (*vtctldata.ExecuteVtctlCommandResponse, error) grpc.ClientStream }
type Vtctl_ExecuteVtctlCommandServer ¶
type Vtctl_ExecuteVtctlCommandServer interface { Send(*vtctldata.ExecuteVtctlCommandResponse) error grpc.ServerStream }
Click to show internal directories.
Click to hide internal directories.