Documentation ¶
Index ¶
- type AINoiseConfig
- type Control
- func (c *Control) Apply() error
- func (c *Control) Close() error
- func (c *Control) GetWSInfo() gin.H
- func (c *Control) HandleWSMessage(ws *websocket.Conn, action int, value string)
- func (c *Control) Initialize() error
- func (c *Control) Load(v []byte) error
- func (c *Control) Name() string
- func (c *Control) Notify(t plugin.Notification)
- func (c *Control) Run(haltCtx context.Context, cb chan<- plugin.Callback) <-chan error
- func (c *Control) Value() []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AINoiseConfig ¶
type Control ¶
type Control struct {
// contains filtered or unexported fields
}
func NewAIDenoise ¶
func (*Control) HandleWSMessage ¶
func (*Control) Initialize ¶
Initialize satisfies system/plugin.Plugin
func (*Control) Notify ¶
func (c *Control) Notify(t plugin.Notification)
Notify satisfies system/plugin.Plugin
Click to show internal directories.
Click to hide internal directories.