Documentation ¶
Index ¶
- func MatFromBytes(data []byte) (gocv.Mat, error)
- func MatToBytes(cam *opencvservice.Camera) ([]byte, error)
- type Hub
- type MatOption
- type Runner
- type SystemContext
- type SystemService
- func (s *SystemService) InstallService() error
- func (s *SystemService) RestartService() error
- func (s *SystemService) RunService() error
- func (s *SystemService) StartService() error
- func (s *SystemService) StatusService() (service.Status, error)
- func (s *SystemService) StopService() error
- func (s *SystemService) UninstallService() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatToBytes ¶
func MatToBytes(cam *opencvservice.Camera) ([]byte, error)
Types ¶
type Hub ¶
type Hub struct {
// contains filtered or unexported fields
}
func (*Hub) RegisterServices ¶
type SystemContext ¶
type SystemContext struct {
// contains filtered or unexported fields
}
func NewSystemContext ¶
func NewSystemContext() *SystemContext
type SystemService ¶
type SystemService struct {
// contains filtered or unexported fields
}
func CreateSystemService ¶
func CreateSystemService() (*SystemService, error)
func (*SystemService) InstallService ¶
func (s *SystemService) InstallService() error
func (*SystemService) RestartService ¶
func (s *SystemService) RestartService() error
func (*SystemService) RunService ¶
func (s *SystemService) RunService() error
func (*SystemService) StartService ¶
func (s *SystemService) StartService() error
func (*SystemService) StatusService ¶
func (s *SystemService) StatusService() (service.Status, error)
func (*SystemService) StopService ¶
func (s *SystemService) StopService() error
func (*SystemService) UninstallService ¶
func (s *SystemService) UninstallService() error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.