Versions in this module Expand all Collapse all v0 v0.1.0 Aug 15, 2024 Changes in this version + var File_control_proto protoreflect.FileDescriptor + func RegisterCommandServer(s *grpc.Server, srv CommandServer) + type CommandClient interface + GrpcRequestServer func(ctx context.Context, in *StartServerRequest, opts ...grpc.CallOption) (*StartServerResponse, error) + func NewCommandClient(cc grpc.ClientConnInterface) CommandClient + type CommandServer interface + GrpcRequestServer func(context.Context, *StartServerRequest) (*StartServerResponse, error) + type StartServerRequest struct + func (*StartServerRequest) Descriptor() ([]byte, []int) + func (*StartServerRequest) ProtoMessage() + func (x *StartServerRequest) ProtoReflect() protoreflect.Message + func (x *StartServerRequest) Reset() + func (x *StartServerRequest) String() string + type StartServerResponse struct + Id string + ListenPort int32 + func (*StartServerResponse) Descriptor() ([]byte, []int) + func (*StartServerResponse) ProtoMessage() + func (x *StartServerResponse) GetId() string + func (x *StartServerResponse) GetListenPort() int32 + func (x *StartServerResponse) ProtoReflect() protoreflect.Message + func (x *StartServerResponse) Reset() + func (x *StartServerResponse) String() string + type UnimplementedCommandServer struct + func (*UnimplementedCommandServer) GrpcRequestServer(context.Context, *StartServerRequest) (*StartServerResponse, error)