Documentation ¶
Index ¶
- Variables
- type DigitVideoRecorderService
- func (s *DigitVideoRecorderService) GetRecord(ctx context.Context, req *pb.GetRecordRequest) (*pb.GetRecordResponse, error)
- func (s *DigitVideoRecorderService) HANDLE_GRPC_GetRecord(ctx context.Context, in *any.Any) (*any.Any, error)
- func (s *DigitVideoRecorderService) HANDLE_GRPC_ListRecords(ctx context.Context, in *any.Any) (*any.Any, error)
- func (s *DigitVideoRecorderService) HANDLE_GRPC_Start(ctx context.Context, in *any.Any) (*any.Any, error)
- func (s *DigitVideoRecorderService) HANDLE_GRPC_Stop(ctx context.Context, in *any.Any) (*any.Any, error)
- func (s *DigitVideoRecorderService) InitModuleService(m *component.Module) error
- func (s *DigitVideoRecorderService) ListRecords(ctx context.Context, req *pb.ListRecordsRequest) (*pb.ListRecordsResponse, error)
- func (s *DigitVideoRecorderService) Start(ctx context.Context, _ *empty.Empty) (*empty.Empty, error)
- func (s *DigitVideoRecorderService) Stop(ctx context.Context, _ *empty.Empty) (*empty.Empty, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotStartable = errors.New("not startable") ErrNotStopable = errors.New("not stopable") )
Functions ¶
This section is empty.
Types ¶
type DigitVideoRecorderService ¶
type DigitVideoRecorderService struct {
// contains filtered or unexported fields
}
func (*DigitVideoRecorderService) GetRecord ¶
func (s *DigitVideoRecorderService) GetRecord(ctx context.Context, req *pb.GetRecordRequest) (*pb.GetRecordResponse, error)
func (*DigitVideoRecorderService) HANDLE_GRPC_GetRecord ¶
func (*DigitVideoRecorderService) HANDLE_GRPC_ListRecords ¶
func (*DigitVideoRecorderService) HANDLE_GRPC_Start ¶
func (*DigitVideoRecorderService) HANDLE_GRPC_Stop ¶
func (*DigitVideoRecorderService) InitModuleService ¶
func (s *DigitVideoRecorderService) InitModuleService(m *component.Module) error
func (*DigitVideoRecorderService) ListRecords ¶
func (s *DigitVideoRecorderService) ListRecords(ctx context.Context, req *pb.ListRecordsRequest) (*pb.ListRecordsResponse, error)
Click to show internal directories.
Click to hide internal directories.