streamdeck-obs-replay/obsws/events_other.go
Tyler eca3834fd7
Some checks failed
continuous-integration/drone/push Build is failing
initial version
2020-01-14 23:32:53 -05:00

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"`
}