Documentation
¶
Index ¶
- type BooleanActionClient
- type CommandActionClient
- type ControlActionClient
- func (c *ControlActionClient) GetActionType(ctx context.Context) (int32, error)
- func (c *ControlActionClient) GetChallengeValue(ctx context.Context) (string, error)
- func (c *ControlActionClient) GetErrorAction(ctx context.Context) (int64, error)
- func (c *ControlActionClient) GetTemplateId(ctx context.Context) (string, error)
- func (c *ControlActionClient) IsValidResponse(ctx context.Context, arg0 int32) (bool, error)
- type FloatActionClient
- type ModeActionClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BooleanActionClient ¶
type BooleanActionClient struct {
// contains filtered or unexported fields
}
BooleanActionClient wraps the gRPC BooleanActionService client.
func NewBooleanActionClient ¶
func NewBooleanActionClient(cc grpc.ClientConnInterface) *BooleanActionClient
NewBooleanActionClient creates a new BooleanAction client.
func (*BooleanActionClient) GetActionType ¶
GetActionType calls the GetActionType RPC.
func (*BooleanActionClient) GetNewState ¶
GetNewState calls the GetNewState RPC.
type CommandActionClient ¶
type CommandActionClient struct {
// contains filtered or unexported fields
}
CommandActionClient wraps the gRPC CommandActionService client.
func NewCommandActionClient ¶
func NewCommandActionClient(cc grpc.ClientConnInterface) *CommandActionClient
NewCommandActionClient creates a new CommandAction client.
func (*CommandActionClient) GetActionType ¶
GetActionType calls the GetActionType RPC.
type ControlActionClient ¶
type ControlActionClient struct {
// contains filtered or unexported fields
}
ControlActionClient wraps the gRPC ControlActionService client.
func NewControlActionClient ¶
func NewControlActionClient(cc grpc.ClientConnInterface) *ControlActionClient
NewControlActionClient creates a new ControlAction client.
func (*ControlActionClient) GetActionType ¶
func (c *ControlActionClient) GetActionType(ctx context.Context) (int32, error)
GetActionType calls the GetActionType RPC.
func (*ControlActionClient) GetChallengeValue ¶
func (c *ControlActionClient) GetChallengeValue(ctx context.Context) (string, error)
GetChallengeValue calls the GetChallengeValue RPC.
func (*ControlActionClient) GetErrorAction ¶
func (c *ControlActionClient) GetErrorAction(ctx context.Context) (int64, error)
GetErrorAction calls the GetErrorAction RPC.
func (*ControlActionClient) GetTemplateId ¶
func (c *ControlActionClient) GetTemplateId(ctx context.Context) (string, error)
GetTemplateId calls the GetTemplateId RPC.
func (*ControlActionClient) IsValidResponse ¶
IsValidResponse calls the IsValidResponse RPC.
type FloatActionClient ¶
type FloatActionClient struct {
// contains filtered or unexported fields
}
FloatActionClient wraps the gRPC FloatActionService client.
func NewFloatActionClient ¶
func NewFloatActionClient(cc grpc.ClientConnInterface) *FloatActionClient
NewFloatActionClient creates a new FloatAction client.
func (*FloatActionClient) GetActionType ¶
GetActionType calls the GetActionType RPC.
func (*FloatActionClient) GetNewValue ¶
GetNewValue calls the GetNewValue RPC.
type ModeActionClient ¶
type ModeActionClient struct {
// contains filtered or unexported fields
}
ModeActionClient wraps the gRPC ModeActionService client.
func NewModeActionClient ¶
func NewModeActionClient(cc grpc.ClientConnInterface) *ModeActionClient
NewModeActionClient creates a new ModeAction client.
func (*ModeActionClient) GetActionType ¶
GetActionType calls the GetActionType RPC.
func (*ModeActionClient) GetNewMode ¶
GetNewMode calls the GetNewMode RPC.