streamdeck-sdk/streamdeck/registration.go

9 lines
140 B
Go
Raw Normal View History

2019-07-12 16:39:12 -06:00
package streamdeck
type RegistrationParams struct {
Port int
PluginUUID string
RegisterEvent string
Info string
}