Ocean/ICCC/SystemMessages/ICCCDefaultAnswer.go

8 lines
179 B
Go
Raw Normal View History

package SystemMessages
// The type for any answer, which can be extended by using CommandData.
2015-07-09 18:19:01 +00:00
type ICCCDefaultAnswer struct {
CommandSuccessful bool
CommandAnswer int64
}