Versions in this module Expand all Collapse all v0 v0.27.1 Oct 19, 2021 v0.27.0 Oct 13, 2021 v0.26.82 Oct 8, 2021 v0.26.81 Oct 8, 2021 Changes in this version + var CTPd_ServiceDesc = grpc.ServiceDesc + var File_protos_ctpecs_proto protoreflect.FileDescriptor + var RunStartRequest_Mode_name = map[int32]string + var RunStartRequest_Mode_value = map[string]int32 + func RegisterCTPdServer(s grpc.ServiceRegistrar, srv CTPdServer) + type CTPdClient interface + RunConfig func(ctx context.Context, in *RunStopRequest, opts ...grpc.CallOption) (*RunReply, error) + RunList func(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*RunReply, error) + RunLoad func(ctx context.Context, in *RunLoadRequest, opts ...grpc.CallOption) (*RunReply, error) + RunStart func(ctx context.Context, in *RunStartRequest, opts ...grpc.CallOption) (*RunReply, error) + RunStatus func(ctx context.Context, in *RunStatusRequest, opts ...grpc.CallOption) (*RunReply, error) + RunStop func(ctx context.Context, in *RunStopRequest, opts ...grpc.CallOption) (*RunReply, error) + RunUnload func(ctx context.Context, in *RunStopRequest, opts ...grpc.CallOption) (*RunReply, error) + func NewCTPdClient(cc grpc.ClientConnInterface) CTPdClient + type CTPdServer interface + RunConfig func(context.Context, *RunStopRequest) (*RunReply, error) + RunList func(context.Context, *Empty) (*RunReply, error) + RunLoad func(context.Context, *RunLoadRequest) (*RunReply, error) + RunStart func(context.Context, *RunStartRequest) (*RunReply, error) + RunStatus func(context.Context, *RunStatusRequest) (*RunReply, error) + RunStop func(context.Context, *RunStopRequest) (*RunReply, error) + RunUnload func(context.Context, *RunStopRequest) (*RunReply, error) + type Empty struct + func (*Empty) Descriptor() ([]byte, []int) + func (*Empty) ProtoMessage() + func (x *Empty) ProtoReflect() protoreflect.Message + func (x *Empty) Reset() + func (x *Empty) String() string + type RunLoadRequest struct + Config string + Detectors string + Runn uint32 + func (*RunLoadRequest) Descriptor() ([]byte, []int) + func (*RunLoadRequest) ProtoMessage() + func (x *RunLoadRequest) GetConfig() string + func (x *RunLoadRequest) GetDetectors() string + func (x *RunLoadRequest) GetRunn() uint32 + func (x *RunLoadRequest) ProtoReflect() protoreflect.Message + func (x *RunLoadRequest) Reset() + func (x *RunLoadRequest) String() string + type RunReply struct + Msg string + Rc int32 + func (*RunReply) Descriptor() ([]byte, []int) + func (*RunReply) ProtoMessage() + func (x *RunReply) GetMsg() string + func (x *RunReply) GetRc() int32 + func (x *RunReply) ProtoReflect() protoreflect.Message + func (x *RunReply) Reset() + func (x *RunReply) String() string + type RunStartRequest struct + Config string + Detector string + Mode RunStartRequest_Mode + PhBc string + PhRnd string + Runn uint32 + func (*RunStartRequest) Descriptor() ([]byte, []int) + func (*RunStartRequest) ProtoMessage() + func (x *RunStartRequest) GetConfig() string + func (x *RunStartRequest) GetDetector() string + func (x *RunStartRequest) GetMode() RunStartRequest_Mode + func (x *RunStartRequest) GetPhBc() string + func (x *RunStartRequest) GetPhRnd() string + func (x *RunStartRequest) GetRunn() uint32 + func (x *RunStartRequest) ProtoReflect() protoreflect.Message + func (x *RunStartRequest) Reset() + func (x *RunStartRequest) String() string + type RunStartRequest_Mode int32 + const RunStartRequest_CONT + const RunStartRequest_NULL + const RunStartRequest_TRIG + func (RunStartRequest_Mode) Descriptor() protoreflect.EnumDescriptor + func (RunStartRequest_Mode) EnumDescriptor() ([]byte, []int) + func (RunStartRequest_Mode) Type() protoreflect.EnumType + func (x RunStartRequest_Mode) Enum() *RunStartRequest_Mode + func (x RunStartRequest_Mode) Number() protoreflect.EnumNumber + func (x RunStartRequest_Mode) String() string + type RunStatusRequest struct + Runn uint32 + func (*RunStatusRequest) Descriptor() ([]byte, []int) + func (*RunStatusRequest) ProtoMessage() + func (x *RunStatusRequest) GetRunn() uint32 + func (x *RunStatusRequest) ProtoReflect() protoreflect.Message + func (x *RunStatusRequest) Reset() + func (x *RunStatusRequest) String() string + type RunStopRequest struct + Detector string + Runn uint32 + func (*RunStopRequest) Descriptor() ([]byte, []int) + func (*RunStopRequest) ProtoMessage() + func (x *RunStopRequest) GetDetector() string + func (x *RunStopRequest) GetRunn() uint32 + func (x *RunStopRequest) ProtoReflect() protoreflect.Message + func (x *RunStopRequest) Reset() + func (x *RunStopRequest) String() string + type UnimplementedCTPdServer struct + func (UnimplementedCTPdServer) RunConfig(context.Context, *RunStopRequest) (*RunReply, error) + func (UnimplementedCTPdServer) RunList(context.Context, *Empty) (*RunReply, error) + func (UnimplementedCTPdServer) RunLoad(context.Context, *RunLoadRequest) (*RunReply, error) + func (UnimplementedCTPdServer) RunStart(context.Context, *RunStartRequest) (*RunReply, error) + func (UnimplementedCTPdServer) RunStatus(context.Context, *RunStatusRequest) (*RunReply, error) + func (UnimplementedCTPdServer) RunStop(context.Context, *RunStopRequest) (*RunReply, error) + func (UnimplementedCTPdServer) RunUnload(context.Context, *RunStopRequest) (*RunReply, error) + type UnsafeCTPdServer interface