add more detailed Event_Response
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
7b70f0feaa
commit
5c89e3eb18
|
@ -18,7 +18,12 @@ func CreateSampleEvent() *Event {
|
||||||
Results: []*Event_Response{
|
Results: []*Event_Response{
|
||||||
{Name: "fooadd", Type: Event_ADD},
|
{Name: "fooadd", Type: Event_ADD},
|
||||||
{Name: "foodelete", Type: Event_DELETE},
|
{Name: "foodelete", Type: Event_DELETE},
|
||||||
{Name: "foopoweron", Type: Event_POWERON},
|
{
|
||||||
|
Name: "foopoweron",
|
||||||
|
Type: Event_POWERON,
|
||||||
|
Error: "No error happened",
|
||||||
|
Id: 54321,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue