5 lines
59 B
Go
5 lines
59 B
Go
package events
|
|
|
|
type QRCODE_UPDATED struct {
|
|
URL string
|
|
}
|