14 lines
374 B
Go
14 lines
374 B
Go
|
package obsws
|
||
|
|
||
|
// This file is automatically generated.
|
||
|
// https://github.com/christopher-dG/go-obs-websocket/blob/master/codegen/protocol.py
|
||
|
|
||
|
// ExitingEvent : OBS is exiting.
|
||
|
//
|
||
|
// Since obs-websocket version: 0.3.
|
||
|
//
|
||
|
// https://github.com/Palakis/obs-websocket/blob/4.3-maintenance/docs/generated/protocol.md#exiting
|
||
|
type ExitingEvent struct {
|
||
|
_event `json:",squash"`
|
||
|
}
|