communicate/events/result.go

6 lines
55 B
Go
Raw Permalink Normal View History

2016-11-28 05:13:15 +00:00
package events
type Result struct {
Message string
}