communicate/events/result.go
2016-11-28 14:13:15 +09:00

6 lines
55 B
Go

package events
type Result struct {
Message string
}