Documentation ¶
Index ¶
- type SwitchService
- func (ss *SwitchService) HANDLE_GRPC_Off(ctx context.Context, in *any.Any) (*any.Any, error)
- func (ss *SwitchService) HANDLE_GRPC_On(ctx context.Context, in *any.Any) (*any.Any, error)
- func (ss *SwitchService) HANDLE_GRPC_State(ctx context.Context, in *any.Any) (*any.Any, error)
- func (ss *SwitchService) InitModuleService(m *component.Module) error
- func (ss *SwitchService) Off(ctx context.Context, _ *empty.Empty) (*empty.Empty, error)
- func (ss *SwitchService) On(ctx context.Context, _ *empty.Empty) (*empty.Empty, error)
- func (ss *SwitchService) State(ctx context.Context, _ *empty.Empty) (*pb.StateResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SwitchService ¶
type SwitchService struct {
// contains filtered or unexported fields
}
func (*SwitchService) HANDLE_GRPC_Off ¶ added in v1.1.0
func (*SwitchService) HANDLE_GRPC_On ¶ added in v1.1.0
func (*SwitchService) HANDLE_GRPC_State ¶ added in v1.1.0
func (*SwitchService) InitModuleService ¶
func (ss *SwitchService) InitModuleService(m *component.Module) error
func (*SwitchService) State ¶ added in v1.1.0
func (ss *SwitchService) State(ctx context.Context, _ *empty.Empty) (*pb.StateResponse, error)
Click to show internal directories.
Click to hide internal directories.