ucl: added rs:set

This commit is contained in:
Leon Mika 2025-05-23 22:04:41 +10:00
parent 5088009672
commit 7ae99b009b
13 changed files with 400 additions and 66 deletions

View file

@ -0,0 +1,5 @@
package events
type ResultSetUpdated struct {
StatusMessage string
}