Files
giredore/internal/structs/reply.go
T

10 lines
172 B
Go
Raw Normal View History

2019-10-07 18:21:26 +05:00
package structs
// Reply defined reply data structure that giredored and giredorectl
// will use.
type Reply struct {
Status Status
Errors []Error
Data interface{}
}