RDM-Wails/result.go

7 lines
100 B
Go

package main
type Result struct {
Msg string `json:"msg"`
Data interface{} `json:"data"`
}