Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const BooleanActionService_GetActionType_FullMethodName + const BooleanActionService_GetNewState_FullMethodName + const BooleanActionService_NewBooleanAction_FullMethodName + const CommandActionService_GetActionType_FullMethodName + const CommandActionService_NewCommandAction_FullMethodName + const ControlActionService_GetActionType_FullMethodName + const ControlActionService_GetChallengeValue_FullMethodName + const ControlActionService_GetErrorAction_FullMethodName + const ControlActionService_GetTemplateId_FullMethodName + const ControlActionService_IsValidResponse_FullMethodName + const FloatActionService_GetActionType_FullMethodName + const FloatActionService_GetNewValue_FullMethodName + const FloatActionService_NewFloatAction_FullMethodName + const ModeActionService_GetActionType_FullMethodName + const ModeActionService_GetNewMode_FullMethodName + const ModeActionService_NewModeAction_FullMethodName + var BooleanActionService_ServiceDesc = grpc.ServiceDesc + var CommandActionService_ServiceDesc = grpc.ServiceDesc + var ControlActionService_ServiceDesc = grpc.ServiceDesc + var File_proto_actions_actions_proto protoreflect.FileDescriptor + var FloatActionService_ServiceDesc = grpc.ServiceDesc + var ModeActionService_ServiceDesc = grpc.ServiceDesc + func RegisterBooleanActionServiceServer(s grpc.ServiceRegistrar, srv BooleanActionServiceServer) + func RegisterCommandActionServiceServer(s grpc.ServiceRegistrar, srv CommandActionServiceServer) + func RegisterControlActionServiceServer(s grpc.ServiceRegistrar, srv ControlActionServiceServer) + func RegisterFloatActionServiceServer(s grpc.ServiceRegistrar, srv FloatActionServiceServer) + func RegisterModeActionServiceServer(s grpc.ServiceRegistrar, srv ModeActionServiceServer) + type BooleanActionServiceClient interface + GetActionType func(ctx context.Context, in *GetActionTypeRequest, opts ...grpc.CallOption) (*GetActionTypeResponse, error) + GetNewState func(ctx context.Context, in *GetNewStateRequest, opts ...grpc.CallOption) (*GetNewStateResponse, error) + NewBooleanAction func(ctx context.Context, in *NewBooleanActionRequest, opts ...grpc.CallOption) (*NewBooleanActionResponse, error) + func NewBooleanActionServiceClient(cc grpc.ClientConnInterface) BooleanActionServiceClient + type BooleanActionServiceServer interface + GetActionType func(context.Context, *GetActionTypeRequest) (*GetActionTypeResponse, error) + GetNewState func(context.Context, *GetNewStateRequest) (*GetNewStateResponse, error) + NewBooleanAction func(context.Context, *NewBooleanActionRequest) (*NewBooleanActionResponse, error) + type CommandActionServiceClient interface + GetActionType func(ctx context.Context, in *GetActionTypeRequest, opts ...grpc.CallOption) (*GetActionTypeResponse, error) + NewCommandAction func(ctx context.Context, in *NewCommandActionRequest, opts ...grpc.CallOption) (*NewCommandActionResponse, error) + func NewCommandActionServiceClient(cc grpc.ClientConnInterface) CommandActionServiceClient + type CommandActionServiceServer interface + GetActionType func(context.Context, *GetActionTypeRequest) (*GetActionTypeResponse, error) + NewCommandAction func(context.Context, *NewCommandActionRequest) (*NewCommandActionResponse, error) + type ControlActionGetActionTypeRequest struct + func (*ControlActionGetActionTypeRequest) Descriptor() ([]byte, []int) + func (*ControlActionGetActionTypeRequest) ProtoMessage() + func (x *ControlActionGetActionTypeRequest) ProtoReflect() protoreflect.Message + func (x *ControlActionGetActionTypeRequest) Reset() + func (x *ControlActionGetActionTypeRequest) String() string + type ControlActionServiceClient interface + GetActionType func(ctx context.Context, in *ControlActionGetActionTypeRequest, ...) (*GetActionTypeResponse, error) + GetChallengeValue func(ctx context.Context, in *GetChallengeValueRequest, opts ...grpc.CallOption) (*GetChallengeValueResponse, error) + GetErrorAction func(ctx context.Context, in *GetErrorActionRequest, opts ...grpc.CallOption) (*GetErrorActionResponse, error) + GetTemplateId func(ctx context.Context, in *GetTemplateIdRequest, opts ...grpc.CallOption) (*GetTemplateIdResponse, error) + IsValidResponse func(ctx context.Context, in *IsValidResponseRequest, opts ...grpc.CallOption) (*IsValidResponseResponse, error) + func NewControlActionServiceClient(cc grpc.ClientConnInterface) ControlActionServiceClient + type ControlActionServiceServer interface + GetActionType func(context.Context, *ControlActionGetActionTypeRequest) (*GetActionTypeResponse, error) + GetChallengeValue func(context.Context, *GetChallengeValueRequest) (*GetChallengeValueResponse, error) + GetErrorAction func(context.Context, *GetErrorActionRequest) (*GetErrorActionResponse, error) + GetTemplateId func(context.Context, *GetTemplateIdRequest) (*GetTemplateIdResponse, error) + IsValidResponse func(context.Context, *IsValidResponseRequest) (*IsValidResponseResponse, error) + type FloatActionServiceClient interface + GetActionType func(ctx context.Context, in *GetActionTypeRequest, opts ...grpc.CallOption) (*GetActionTypeResponse, error) + GetNewValue func(ctx context.Context, in *GetNewValueRequest, opts ...grpc.CallOption) (*GetNewValueResponse, error) + NewFloatAction func(ctx context.Context, in *NewFloatActionRequest, opts ...grpc.CallOption) (*NewFloatActionResponse, error) + func NewFloatActionServiceClient(cc grpc.ClientConnInterface) FloatActionServiceClient + type FloatActionServiceServer interface + GetActionType func(context.Context, *GetActionTypeRequest) (*GetActionTypeResponse, error) + GetNewValue func(context.Context, *GetNewValueRequest) (*GetNewValueResponse, error) + NewFloatAction func(context.Context, *NewFloatActionRequest) (*NewFloatActionResponse, error) + type GetActionTypeRequest struct + Handle int64 + func (*GetActionTypeRequest) Descriptor() ([]byte, []int) + func (*GetActionTypeRequest) ProtoMessage() + func (x *GetActionTypeRequest) GetHandle() int64 + func (x *GetActionTypeRequest) ProtoReflect() protoreflect.Message + func (x *GetActionTypeRequest) Reset() + func (x *GetActionTypeRequest) String() string + type GetActionTypeResponse struct + Result int32 + func (*GetActionTypeResponse) Descriptor() ([]byte, []int) + func (*GetActionTypeResponse) ProtoMessage() + func (x *GetActionTypeResponse) GetResult() int32 + func (x *GetActionTypeResponse) ProtoReflect() protoreflect.Message + func (x *GetActionTypeResponse) Reset() + func (x *GetActionTypeResponse) String() string + type GetChallengeValueRequest struct + func (*GetChallengeValueRequest) Descriptor() ([]byte, []int) + func (*GetChallengeValueRequest) ProtoMessage() + func (x *GetChallengeValueRequest) ProtoReflect() protoreflect.Message + func (x *GetChallengeValueRequest) Reset() + func (x *GetChallengeValueRequest) String() string + type GetChallengeValueResponse struct + Result string + func (*GetChallengeValueResponse) Descriptor() ([]byte, []int) + func (*GetChallengeValueResponse) ProtoMessage() + func (x *GetChallengeValueResponse) GetResult() string + func (x *GetChallengeValueResponse) ProtoReflect() protoreflect.Message + func (x *GetChallengeValueResponse) Reset() + func (x *GetChallengeValueResponse) String() string + type GetErrorActionRequest struct + func (*GetErrorActionRequest) Descriptor() ([]byte, []int) + func (*GetErrorActionRequest) ProtoMessage() + func (x *GetErrorActionRequest) ProtoReflect() protoreflect.Message + func (x *GetErrorActionRequest) Reset() + func (x *GetErrorActionRequest) String() string + type GetErrorActionResponse struct + Result int64 + func (*GetErrorActionResponse) Descriptor() ([]byte, []int) + func (*GetErrorActionResponse) ProtoMessage() + func (x *GetErrorActionResponse) GetResult() int64 + func (x *GetErrorActionResponse) ProtoReflect() protoreflect.Message + func (x *GetErrorActionResponse) Reset() + func (x *GetErrorActionResponse) String() string + type GetNewModeRequest struct + Handle int64 + func (*GetNewModeRequest) Descriptor() ([]byte, []int) + func (*GetNewModeRequest) ProtoMessage() + func (x *GetNewModeRequest) GetHandle() int64 + func (x *GetNewModeRequest) ProtoReflect() protoreflect.Message + func (x *GetNewModeRequest) Reset() + func (x *GetNewModeRequest) String() string + type GetNewModeResponse struct + Result int32 + func (*GetNewModeResponse) Descriptor() ([]byte, []int) + func (*GetNewModeResponse) ProtoMessage() + func (x *GetNewModeResponse) GetResult() int32 + func (x *GetNewModeResponse) ProtoReflect() protoreflect.Message + func (x *GetNewModeResponse) Reset() + func (x *GetNewModeResponse) String() string + type GetNewStateRequest struct + Handle int64 + func (*GetNewStateRequest) Descriptor() ([]byte, []int) + func (*GetNewStateRequest) ProtoMessage() + func (x *GetNewStateRequest) GetHandle() int64 + func (x *GetNewStateRequest) ProtoReflect() protoreflect.Message + func (x *GetNewStateRequest) Reset() + func (x *GetNewStateRequest) String() string + type GetNewStateResponse struct + Result bool + func (*GetNewStateResponse) Descriptor() ([]byte, []int) + func (*GetNewStateResponse) ProtoMessage() + func (x *GetNewStateResponse) GetResult() bool + func (x *GetNewStateResponse) ProtoReflect() protoreflect.Message + func (x *GetNewStateResponse) Reset() + func (x *GetNewStateResponse) String() string + type GetNewValueRequest struct + Handle int64 + func (*GetNewValueRequest) Descriptor() ([]byte, []int) + func (*GetNewValueRequest) ProtoMessage() + func (x *GetNewValueRequest) GetHandle() int64 + func (x *GetNewValueRequest) ProtoReflect() protoreflect.Message + func (x *GetNewValueRequest) Reset() + func (x *GetNewValueRequest) String() string + type GetNewValueResponse struct + Result float32 + func (*GetNewValueResponse) Descriptor() ([]byte, []int) + func (*GetNewValueResponse) ProtoMessage() + func (x *GetNewValueResponse) GetResult() float32 + func (x *GetNewValueResponse) ProtoReflect() protoreflect.Message + func (x *GetNewValueResponse) Reset() + func (x *GetNewValueResponse) String() string + type GetTemplateIdRequest struct + func (*GetTemplateIdRequest) Descriptor() ([]byte, []int) + func (*GetTemplateIdRequest) ProtoMessage() + func (x *GetTemplateIdRequest) ProtoReflect() protoreflect.Message + func (x *GetTemplateIdRequest) Reset() + func (x *GetTemplateIdRequest) String() string + type GetTemplateIdResponse struct + Result string + func (*GetTemplateIdResponse) Descriptor() ([]byte, []int) + func (*GetTemplateIdResponse) ProtoMessage() + func (x *GetTemplateIdResponse) GetResult() string + func (x *GetTemplateIdResponse) ProtoReflect() protoreflect.Message + func (x *GetTemplateIdResponse) Reset() + func (x *GetTemplateIdResponse) String() string + type IsValidResponseRequest struct + Arg0 int32 + func (*IsValidResponseRequest) Descriptor() ([]byte, []int) + func (*IsValidResponseRequest) ProtoMessage() + func (x *IsValidResponseRequest) GetArg0() int32 + func (x *IsValidResponseRequest) ProtoReflect() protoreflect.Message + func (x *IsValidResponseRequest) Reset() + func (x *IsValidResponseRequest) String() string + type IsValidResponseResponse struct + Result bool + func (*IsValidResponseResponse) Descriptor() ([]byte, []int) + func (*IsValidResponseResponse) ProtoMessage() + func (x *IsValidResponseResponse) GetResult() bool + func (x *IsValidResponseResponse) ProtoReflect() protoreflect.Message + func (x *IsValidResponseResponse) Reset() + func (x *IsValidResponseResponse) String() string + type ModeActionServiceClient interface + GetActionType func(ctx context.Context, in *GetActionTypeRequest, opts ...grpc.CallOption) (*GetActionTypeResponse, error) + GetNewMode func(ctx context.Context, in *GetNewModeRequest, opts ...grpc.CallOption) (*GetNewModeResponse, error) + NewModeAction func(ctx context.Context, in *NewModeActionRequest, opts ...grpc.CallOption) (*NewModeActionResponse, error) + func NewModeActionServiceClient(cc grpc.ClientConnInterface) ModeActionServiceClient + type ModeActionServiceServer interface + GetActionType func(context.Context, *GetActionTypeRequest) (*GetActionTypeResponse, error) + GetNewMode func(context.Context, *GetNewModeRequest) (*GetNewModeResponse, error) + NewModeAction func(context.Context, *NewModeActionRequest) (*NewModeActionResponse, error) + type NewBooleanActionRequest struct + Arg0 string + Arg1 bool + func (*NewBooleanActionRequest) Descriptor() ([]byte, []int) + func (*NewBooleanActionRequest) ProtoMessage() + func (x *NewBooleanActionRequest) GetArg0() string + func (x *NewBooleanActionRequest) GetArg1() bool + func (x *NewBooleanActionRequest) ProtoReflect() protoreflect.Message + func (x *NewBooleanActionRequest) Reset() + func (x *NewBooleanActionRequest) String() string + type NewBooleanActionResponse struct + Result int64 + func (*NewBooleanActionResponse) Descriptor() ([]byte, []int) + func (*NewBooleanActionResponse) ProtoMessage() + func (x *NewBooleanActionResponse) GetResult() int64 + func (x *NewBooleanActionResponse) ProtoReflect() protoreflect.Message + func (x *NewBooleanActionResponse) Reset() + func (x *NewBooleanActionResponse) String() string + type NewCommandActionRequest struct + Arg0 string + func (*NewCommandActionRequest) Descriptor() ([]byte, []int) + func (*NewCommandActionRequest) ProtoMessage() + func (x *NewCommandActionRequest) GetArg0() string + func (x *NewCommandActionRequest) ProtoReflect() protoreflect.Message + func (x *NewCommandActionRequest) Reset() + func (x *NewCommandActionRequest) String() string + type NewCommandActionResponse struct + Result int64 + func (*NewCommandActionResponse) Descriptor() ([]byte, []int) + func (*NewCommandActionResponse) ProtoMessage() + func (x *NewCommandActionResponse) GetResult() int64 + func (x *NewCommandActionResponse) ProtoReflect() protoreflect.Message + func (x *NewCommandActionResponse) Reset() + func (x *NewCommandActionResponse) String() string + type NewFloatActionRequest struct + Arg0 string + Arg1 float32 + func (*NewFloatActionRequest) Descriptor() ([]byte, []int) + func (*NewFloatActionRequest) ProtoMessage() + func (x *NewFloatActionRequest) GetArg0() string + func (x *NewFloatActionRequest) GetArg1() float32 + func (x *NewFloatActionRequest) ProtoReflect() protoreflect.Message + func (x *NewFloatActionRequest) Reset() + func (x *NewFloatActionRequest) String() string + type NewFloatActionResponse struct + Result int64 + func (*NewFloatActionResponse) Descriptor() ([]byte, []int) + func (*NewFloatActionResponse) ProtoMessage() + func (x *NewFloatActionResponse) GetResult() int64 + func (x *NewFloatActionResponse) ProtoReflect() protoreflect.Message + func (x *NewFloatActionResponse) Reset() + func (x *NewFloatActionResponse) String() string + type NewModeActionRequest struct + Arg0 string + Arg1 int32 + func (*NewModeActionRequest) Descriptor() ([]byte, []int) + func (*NewModeActionRequest) ProtoMessage() + func (x *NewModeActionRequest) GetArg0() string + func (x *NewModeActionRequest) GetArg1() int32 + func (x *NewModeActionRequest) ProtoReflect() protoreflect.Message + func (x *NewModeActionRequest) Reset() + func (x *NewModeActionRequest) String() string + type NewModeActionResponse struct + Result int64 + func (*NewModeActionResponse) Descriptor() ([]byte, []int) + func (*NewModeActionResponse) ProtoMessage() + func (x *NewModeActionResponse) GetResult() int64 + func (x *NewModeActionResponse) ProtoReflect() protoreflect.Message + func (x *NewModeActionResponse) Reset() + func (x *NewModeActionResponse) String() string + type UnimplementedBooleanActionServiceServer struct + func (UnimplementedBooleanActionServiceServer) GetActionType(context.Context, *GetActionTypeRequest) (*GetActionTypeResponse, error) + func (UnimplementedBooleanActionServiceServer) GetNewState(context.Context, *GetNewStateRequest) (*GetNewStateResponse, error) + func (UnimplementedBooleanActionServiceServer) NewBooleanAction(context.Context, *NewBooleanActionRequest) (*NewBooleanActionResponse, error) + type UnimplementedCommandActionServiceServer struct + func (UnimplementedCommandActionServiceServer) GetActionType(context.Context, *GetActionTypeRequest) (*GetActionTypeResponse, error) + func (UnimplementedCommandActionServiceServer) NewCommandAction(context.Context, *NewCommandActionRequest) (*NewCommandActionResponse, error) + type UnimplementedControlActionServiceServer struct + func (UnimplementedControlActionServiceServer) GetActionType(context.Context, *ControlActionGetActionTypeRequest) (*GetActionTypeResponse, error) + func (UnimplementedControlActionServiceServer) GetChallengeValue(context.Context, *GetChallengeValueRequest) (*GetChallengeValueResponse, error) + func (UnimplementedControlActionServiceServer) GetErrorAction(context.Context, *GetErrorActionRequest) (*GetErrorActionResponse, error) + func (UnimplementedControlActionServiceServer) GetTemplateId(context.Context, *GetTemplateIdRequest) (*GetTemplateIdResponse, error) + func (UnimplementedControlActionServiceServer) IsValidResponse(context.Context, *IsValidResponseRequest) (*IsValidResponseResponse, error) + type UnimplementedFloatActionServiceServer struct + func (UnimplementedFloatActionServiceServer) GetActionType(context.Context, *GetActionTypeRequest) (*GetActionTypeResponse, error) + func (UnimplementedFloatActionServiceServer) GetNewValue(context.Context, *GetNewValueRequest) (*GetNewValueResponse, error) + func (UnimplementedFloatActionServiceServer) NewFloatAction(context.Context, *NewFloatActionRequest) (*NewFloatActionResponse, error) + type UnimplementedModeActionServiceServer struct + func (UnimplementedModeActionServiceServer) GetActionType(context.Context, *GetActionTypeRequest) (*GetActionTypeResponse, error) + func (UnimplementedModeActionServiceServer) GetNewMode(context.Context, *GetNewModeRequest) (*GetNewModeResponse, error) + func (UnimplementedModeActionServiceServer) NewModeAction(context.Context, *NewModeActionRequest) (*NewModeActionResponse, error) + type UnsafeBooleanActionServiceServer interface + type UnsafeCommandActionServiceServer interface + type UnsafeControlActionServiceServer interface + type UnsafeFloatActionServiceServer interface + type UnsafeModeActionServiceServer interface