From 02a6e95d687e320b27ead6ff626bec8e656151fc Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 26 May 2019 00:54:30 -0700 Subject: [PATCH] fixes to the sample data Signed-off-by: Jeff Carr --- sampleData.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sampleData.go b/sampleData.go index 499bd81..41cead9 100644 --- a/sampleData.go +++ b/sampleData.go @@ -12,7 +12,6 @@ func CreateSampleEvent() *Event { e := &Event{ Id: 1234, - Email: "test+protobuf@wit.com", Comment: "this is a sample event", Type: Event_MIGRATE, Results: []*Event_Response{ @@ -60,7 +59,6 @@ func MakeGetEvent() *Event { e := &Event{ Id: 1234, Comment: "List all user VMs", - Email: "test+protobuf@wit.com", Type: Event_GET, } e.Comment ="this should return a protobuf with all the VM's" @@ -82,7 +80,6 @@ func MakeOkResponse() *Event { e := &Event{ Id: 1234, - Email: "test+protobuf@wit.com", Comment: "everything is OK", Type: Event_OK, Results: []*Event_Response{ @@ -104,7 +101,6 @@ func MakeFailResponse() *Event { e := &Event{ Id: 1234, - Email: "test+protobuf@wit.com", Comment: "something failed", Type: Event_FAIL, Results: []*Event_Response{ @@ -126,7 +122,6 @@ func MakeAddVmEvent() *Event { e := &Event{ Id: 1234, - Email: "test+protobuf@wit.com", Comment: "A Test Create VM Event", Type: Event_ADD, Vms: []*Event_VM{