communicate/events/result.go

6 lines
55 B
Go
Raw Normal View History

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