Documentation ¶
Index ¶
- type Core
- func (co *Core) Exit() error
- func (co *Core) GetNewToken(uid string) string
- func (co *Core) GetUUID() string
- func (co *Core) IsActive() bool
- func (co *Core) ListConfigs() ([]acquireconfig.DeviceConfig, error)
- func (co *Core) LoadConfig(conf coreconfig.CoreConfig) error
- func (co *Core) ManualTrigger() error
- func (co *Core) Reset() error
- func (co *Core) Restart(conf coreconfig.CoreConfig) error
- func (co *Core) SetPreview(res typemd.Resolution)
- func (co *Core) SetUUID(uid string)
- func (co *Core) Start(conf coreconfig.CoreConfig) error
- func (co *Core) Stop() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Core ¶
type Core struct {
// contains filtered or unexported fields
}
func (*Core) GetNewToken ¶
func (*Core) ListConfigs ¶
func (co *Core) ListConfigs() ([]acquireconfig.DeviceConfig, error)
func (*Core) LoadConfig ¶
func (co *Core) LoadConfig(conf coreconfig.CoreConfig) error
func (*Core) ManualTrigger ¶
func (*Core) Restart ¶
func (co *Core) Restart(conf coreconfig.CoreConfig) error
func (*Core) SetPreview ¶
func (co *Core) SetPreview(res typemd.Resolution)
func (*Core) Start ¶
func (co *Core) Start(conf coreconfig.CoreConfig) error
Click to show internal directories.
Click to hide internal directories.