Versions in this module Expand all Collapse all v0 v0.1.3 Jun 25, 2022 v0.1.0 Jun 25, 2022 Changes in this version + var File_app_proto protoreflect.FileDescriptor + var Node_ServiceDesc = grpc.ServiceDesc + func RegisterNodeServer(s grpc.ServiceRegistrar, srv NodeServer) + type NodeClient interface + Start func(ctx context.Context, in *StartRequest, opts ...grpc.CallOption) (*StartResponse, error) + Stop func(ctx context.Context, in *StopRequest, opts ...grpc.CallOption) (*StopResponse, error) + func NewNodeClient(cc grpc.ClientConnInterface) NodeClient + type NodeServer interface + Start func(context.Context, *StartRequest) (*StartResponse, error) + Stop func(context.Context, *StopRequest) (*StopResponse, error) + type StartRequest struct + func (*StartRequest) Descriptor() ([]byte, []int) + func (*StartRequest) ProtoMessage() + func (x *StartRequest) ProtoReflect() protoreflect.Message + func (x *StartRequest) Reset() + func (x *StartRequest) String() string + type StartResponse struct + ExitCode int32 + func (*StartResponse) Descriptor() ([]byte, []int) + func (*StartResponse) ProtoMessage() + func (x *StartResponse) GetExitCode() int32 + func (x *StartResponse) ProtoReflect() protoreflect.Message + func (x *StartResponse) Reset() + func (x *StartResponse) String() string + type StopRequest struct + func (*StopRequest) Descriptor() ([]byte, []int) + func (*StopRequest) ProtoMessage() + func (x *StopRequest) ProtoReflect() protoreflect.Message + func (x *StopRequest) Reset() + func (x *StopRequest) String() string + type StopResponse struct + func (*StopResponse) Descriptor() ([]byte, []int) + func (*StopResponse) ProtoMessage() + func (x *StopResponse) ProtoReflect() protoreflect.Message + func (x *StopResponse) Reset() + func (x *StopResponse) String() string + type UnimplementedNodeServer struct + func (UnimplementedNodeServer) Start(context.Context, *StartRequest) (*StartResponse, error) + func (UnimplementedNodeServer) Stop(context.Context, *StopRequest) (*StopResponse, error) + type UnsafeNodeServer interface