Ocean/ICCC/SystemMessages/DefaultAnswer.go

8 lines
175 B
Go
Raw Normal View History

package SystemMessages
// The type for any answer, which can be extended by using CommandData.
type DefaultAnswer struct {
CommandSuccessful bool
CommandAnswer int64
}