Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObsBrowser ¶ added in v1.0.1
type ObsSendObject ¶ added in v1.0.1
type ObsSendObject interface { Done() chan struct{} // will be closed when action was finished Receive() chan string // return action progress messages channel }
type WebMessage ¶
type WebMessage struct { Module string `json:"module"` Method string `json:"method"` Arg json.RawMessage `json:"arg"` }
Click to show internal directories.
Click to hide internal directories.