From 8e9f7806a573efb31588c2377fb9be2d6a5b9596 Mon Sep 17 00:00:00 2001 From: Andrew Werner Date: Fri, 19 Jan 2018 12:08:25 -0500 Subject: [PATCH] lib: allow ReservationInfo.Type to be nil --- api/v1/lib/agent/agent.pb.go | 522 +- api/v1/lib/agent/agentpb_test.go | 2185 +++-- api/v1/lib/allocator/allocator.pb.go | 38 +- api/v1/lib/allocator/allocatorpb_test.go | 73 +- api/v1/lib/executor/executor.pb.go | 196 +- api/v1/lib/executor/executorpb_test.go | 777 +- api/v1/lib/maintenance/maintenance.pb.go | 93 +- api/v1/lib/maintenance/maintenancepb_test.go | 265 +- api/v1/lib/master/master.pb.go | 776 +- api/v1/lib/master/masterpb_test.go | 2953 +++--- api/v1/lib/mesos.pb.go | 5214 +++++----- api/v1/lib/mesos.proto | 2 +- api/v1/lib/mesospb_test.go | 8969 +++++++++--------- api/v1/lib/quota/quota.pb.go | 66 +- api/v1/lib/quota/quotapb_test.go | 201 +- api/v1/lib/scheduler/scheduler.pb.go | 386 +- api/v1/lib/scheduler/schedulerpb_test.go | 1609 ++-- 17 files changed, 11441 insertions(+), 12884 deletions(-) diff --git a/api/v1/lib/agent/agent.pb.go b/api/v1/lib/agent/agent.pb.go index 791613b4..54aecba5 100644 --- a/api/v1/lib/agent/agent.pb.go +++ b/api/v1/lib/agent/agent.pb.go @@ -27,8 +27,6 @@ import bytes "bytes" import strings "strings" import reflect "reflect" -import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto" - import io "io" // Reference imports to suppress errors if they are not otherwise used. @@ -1570,10 +1568,7 @@ func (this *Call) VerboseEqual(that interface{}) error { } func (this *Call) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call) @@ -1586,10 +1581,7 @@ func (this *Call) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1663,10 +1655,7 @@ func (this *Call_GetMetrics) VerboseEqual(that interface{}) error { } func (this *Call_GetMetrics) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_GetMetrics) @@ -1679,10 +1668,7 @@ func (this *Call_GetMetrics) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1726,10 +1712,7 @@ func (this *Call_SetLoggingLevel) VerboseEqual(that interface{}) error { } func (this *Call_SetLoggingLevel) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_SetLoggingLevel) @@ -1742,10 +1725,7 @@ func (this *Call_SetLoggingLevel) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1789,10 +1769,7 @@ func (this *Call_ListFiles) VerboseEqual(that interface{}) error { } func (this *Call_ListFiles) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_ListFiles) @@ -1805,10 +1782,7 @@ func (this *Call_ListFiles) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1861,10 +1835,7 @@ func (this *Call_ReadFile) VerboseEqual(that interface{}) error { } func (this *Call_ReadFile) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_ReadFile) @@ -1877,10 +1848,7 @@ func (this *Call_ReadFile) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1939,10 +1907,7 @@ func (this *Call_LaunchNestedContainer) VerboseEqual(that interface{}) error { } func (this *Call_LaunchNestedContainer) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_LaunchNestedContainer) @@ -1955,10 +1920,7 @@ func (this *Call_LaunchNestedContainer) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2005,10 +1967,7 @@ func (this *Call_WaitNestedContainer) VerboseEqual(that interface{}) error { } func (this *Call_WaitNestedContainer) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_WaitNestedContainer) @@ -2021,10 +1980,7 @@ func (this *Call_WaitNestedContainer) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2074,10 +2030,7 @@ func (this *Call_KillNestedContainer) VerboseEqual(that interface{}) error { } func (this *Call_KillNestedContainer) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_KillNestedContainer) @@ -2090,10 +2043,7 @@ func (this *Call_KillNestedContainer) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2143,10 +2093,7 @@ func (this *Call_RemoveNestedContainer) VerboseEqual(that interface{}) error { } func (this *Call_RemoveNestedContainer) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_RemoveNestedContainer) @@ -2159,10 +2106,7 @@ func (this *Call_RemoveNestedContainer) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2209,10 +2153,7 @@ func (this *Call_LaunchNestedContainerSession) VerboseEqual(that interface{}) er } func (this *Call_LaunchNestedContainerSession) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_LaunchNestedContainerSession) @@ -2225,10 +2166,7 @@ func (this *Call_LaunchNestedContainerSession) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2281,10 +2219,7 @@ func (this *Call_AttachContainerInput) VerboseEqual(that interface{}) error { } func (this *Call_AttachContainerInput) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_AttachContainerInput) @@ -2297,10 +2232,7 @@ func (this *Call_AttachContainerInput) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2347,10 +2279,7 @@ func (this *Call_AttachContainerOutput) VerboseEqual(that interface{}) error { } func (this *Call_AttachContainerOutput) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_AttachContainerOutput) @@ -2363,10 +2292,7 @@ func (this *Call_AttachContainerOutput) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2449,10 +2375,7 @@ func (this *Response) VerboseEqual(that interface{}) error { } func (this *Response) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response) @@ -2465,10 +2388,7 @@ func (this *Response) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2551,10 +2471,7 @@ func (this *Response_GetHealth) VerboseEqual(that interface{}) error { } func (this *Response_GetHealth) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetHealth) @@ -2567,10 +2484,7 @@ func (this *Response_GetHealth) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2616,10 +2530,7 @@ func (this *Response_GetFlags) VerboseEqual(that interface{}) error { } func (this *Response_GetFlags) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetFlags) @@ -2632,10 +2543,7 @@ func (this *Response_GetFlags) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2681,10 +2589,7 @@ func (this *Response_GetVersion) VerboseEqual(that interface{}) error { } func (this *Response_GetVersion) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetVersion) @@ -2697,10 +2602,7 @@ func (this *Response_GetVersion) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2746,10 +2648,7 @@ func (this *Response_GetMetrics) VerboseEqual(that interface{}) error { } func (this *Response_GetMetrics) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetMetrics) @@ -2762,10 +2661,7 @@ func (this *Response_GetMetrics) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2811,10 +2707,7 @@ func (this *Response_GetLoggingLevel) VerboseEqual(that interface{}) error { } func (this *Response_GetLoggingLevel) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetLoggingLevel) @@ -2827,10 +2720,7 @@ func (this *Response_GetLoggingLevel) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2876,10 +2766,7 @@ func (this *Response_ListFiles) VerboseEqual(that interface{}) error { } func (this *Response_ListFiles) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_ListFiles) @@ -2892,10 +2779,7 @@ func (this *Response_ListFiles) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2944,10 +2828,7 @@ func (this *Response_ReadFile) VerboseEqual(that interface{}) error { } func (this *Response_ReadFile) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_ReadFile) @@ -2960,10 +2841,7 @@ func (this *Response_ReadFile) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3013,10 +2891,7 @@ func (this *Response_GetState) VerboseEqual(that interface{}) error { } func (this *Response_GetState) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetState) @@ -3029,10 +2904,7 @@ func (this *Response_GetState) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3084,10 +2956,7 @@ func (this *Response_GetContainers) VerboseEqual(that interface{}) error { } func (this *Response_GetContainers) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetContainers) @@ -3100,10 +2969,7 @@ func (this *Response_GetContainers) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3164,10 +3030,7 @@ func (this *Response_GetContainers_Container) VerboseEqual(that interface{}) err } func (this *Response_GetContainers_Container) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetContainers_Container) @@ -3180,10 +3043,7 @@ func (this *Response_GetContainers_Container) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3252,10 +3112,7 @@ func (this *Response_GetFrameworks) VerboseEqual(that interface{}) error { } func (this *Response_GetFrameworks) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetFrameworks) @@ -3268,10 +3125,7 @@ func (this *Response_GetFrameworks) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3325,10 +3179,7 @@ func (this *Response_GetFrameworks_Framework) VerboseEqual(that interface{}) err } func (this *Response_GetFrameworks_Framework) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetFrameworks_Framework) @@ -3341,10 +3192,7 @@ func (this *Response_GetFrameworks_Framework) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3398,10 +3246,7 @@ func (this *Response_GetExecutors) VerboseEqual(that interface{}) error { } func (this *Response_GetExecutors) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetExecutors) @@ -3414,10 +3259,7 @@ func (this *Response_GetExecutors) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3471,10 +3313,7 @@ func (this *Response_GetExecutors_Executor) VerboseEqual(that interface{}) error } func (this *Response_GetExecutors_Executor) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetExecutors_Executor) @@ -3487,10 +3326,7 @@ func (this *Response_GetExecutors_Executor) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3568,10 +3404,7 @@ func (this *Response_GetTasks) VerboseEqual(that interface{}) error { } func (this *Response_GetTasks) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetTasks) @@ -3584,10 +3417,7 @@ func (this *Response_GetTasks) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3665,10 +3495,7 @@ func (this *Response_GetAgent) VerboseEqual(that interface{}) error { } func (this *Response_GetAgent) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetAgent) @@ -3681,10 +3508,7 @@ func (this *Response_GetAgent) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3731,10 +3555,7 @@ func (this *Response_WaitNestedContainer) VerboseEqual(that interface{}) error { } func (this *Response_WaitNestedContainer) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_WaitNestedContainer) @@ -3747,10 +3568,7 @@ func (this *Response_WaitNestedContainer) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3803,10 +3621,7 @@ func (this *ProcessIO) VerboseEqual(that interface{}) error { } func (this *ProcessIO) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ProcessIO) @@ -3819,10 +3634,7 @@ func (this *ProcessIO) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3872,10 +3684,7 @@ func (this *ProcessIO_Data) VerboseEqual(that interface{}) error { } func (this *ProcessIO_Data) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ProcessIO_Data) @@ -3888,10 +3697,7 @@ func (this *ProcessIO_Data) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3941,10 +3747,7 @@ func (this *ProcessIO_Control) VerboseEqual(that interface{}) error { } func (this *ProcessIO_Control) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ProcessIO_Control) @@ -3957,10 +3760,7 @@ func (this *ProcessIO_Control) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -4007,10 +3807,7 @@ func (this *ProcessIO_Control_Heartbeat) VerboseEqual(that interface{}) error { } func (this *ProcessIO_Control_Heartbeat) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ProcessIO_Control_Heartbeat) @@ -4023,10 +3820,7 @@ func (this *ProcessIO_Control_Heartbeat) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -4285,7 +4079,11 @@ func (this *Response_GetFlags) GoString() string { s := make([]string, 0, 5) s = append(s, "&agent.Response_GetFlags{") if this.Flags != nil { - s = append(s, "Flags: "+fmt.Sprintf("%#v", this.Flags)+",\n") + vs := make([]*mesos.Flag, len(this.Flags)) + for i := range vs { + vs[i] = &this.Flags[i] + } + s = append(s, "Flags: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -4307,7 +4105,11 @@ func (this *Response_GetMetrics) GoString() string { s := make([]string, 0, 5) s = append(s, "&agent.Response_GetMetrics{") if this.Metrics != nil { - s = append(s, "Metrics: "+fmt.Sprintf("%#v", this.Metrics)+",\n") + vs := make([]*mesos.Metric, len(this.Metrics)) + for i := range vs { + vs[i] = &this.Metrics[i] + } + s = append(s, "Metrics: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -4329,7 +4131,11 @@ func (this *Response_ListFiles) GoString() string { s := make([]string, 0, 5) s = append(s, "&agent.Response_ListFiles{") if this.FileInfos != nil { - s = append(s, "FileInfos: "+fmt.Sprintf("%#v", this.FileInfos)+",\n") + vs := make([]*mesos.FileInfo, len(this.FileInfos)) + for i := range vs { + vs[i] = &this.FileInfos[i] + } + s = append(s, "FileInfos: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -4372,7 +4178,11 @@ func (this *Response_GetContainers) GoString() string { s := make([]string, 0, 5) s = append(s, "&agent.Response_GetContainers{") if this.Containers != nil { - s = append(s, "Containers: "+fmt.Sprintf("%#v", this.Containers)+",\n") + vs := make([]*Response_GetContainers_Container, len(this.Containers)) + for i := range vs { + vs[i] = &this.Containers[i] + } + s = append(s, "Containers: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -4403,10 +4213,18 @@ func (this *Response_GetFrameworks) GoString() string { s := make([]string, 0, 6) s = append(s, "&agent.Response_GetFrameworks{") if this.Frameworks != nil { - s = append(s, "Frameworks: "+fmt.Sprintf("%#v", this.Frameworks)+",\n") + vs := make([]*Response_GetFrameworks_Framework, len(this.Frameworks)) + for i := range vs { + vs[i] = &this.Frameworks[i] + } + s = append(s, "Frameworks: "+fmt.Sprintf("%#v", vs)+",\n") } if this.CompletedFrameworks != nil { - s = append(s, "CompletedFrameworks: "+fmt.Sprintf("%#v", this.CompletedFrameworks)+",\n") + vs := make([]*Response_GetFrameworks_Framework, len(this.CompletedFrameworks)) + for i := range vs { + vs[i] = &this.CompletedFrameworks[i] + } + s = append(s, "CompletedFrameworks: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -4428,10 +4246,18 @@ func (this *Response_GetExecutors) GoString() string { s := make([]string, 0, 6) s = append(s, "&agent.Response_GetExecutors{") if this.Executors != nil { - s = append(s, "Executors: "+fmt.Sprintf("%#v", this.Executors)+",\n") + vs := make([]*Response_GetExecutors_Executor, len(this.Executors)) + for i := range vs { + vs[i] = &this.Executors[i] + } + s = append(s, "Executors: "+fmt.Sprintf("%#v", vs)+",\n") } if this.CompletedExecutors != nil { - s = append(s, "CompletedExecutors: "+fmt.Sprintf("%#v", this.CompletedExecutors)+",\n") + vs := make([]*Response_GetExecutors_Executor, len(this.CompletedExecutors)) + for i := range vs { + vs[i] = &this.CompletedExecutors[i] + } + s = append(s, "CompletedExecutors: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -4453,19 +4279,39 @@ func (this *Response_GetTasks) GoString() string { s := make([]string, 0, 9) s = append(s, "&agent.Response_GetTasks{") if this.PendingTasks != nil { - s = append(s, "PendingTasks: "+fmt.Sprintf("%#v", this.PendingTasks)+",\n") + vs := make([]*mesos.Task, len(this.PendingTasks)) + for i := range vs { + vs[i] = &this.PendingTasks[i] + } + s = append(s, "PendingTasks: "+fmt.Sprintf("%#v", vs)+",\n") } if this.QueuedTasks != nil { - s = append(s, "QueuedTasks: "+fmt.Sprintf("%#v", this.QueuedTasks)+",\n") + vs := make([]*mesos.Task, len(this.QueuedTasks)) + for i := range vs { + vs[i] = &this.QueuedTasks[i] + } + s = append(s, "QueuedTasks: "+fmt.Sprintf("%#v", vs)+",\n") } if this.LaunchedTasks != nil { - s = append(s, "LaunchedTasks: "+fmt.Sprintf("%#v", this.LaunchedTasks)+",\n") + vs := make([]*mesos.Task, len(this.LaunchedTasks)) + for i := range vs { + vs[i] = &this.LaunchedTasks[i] + } + s = append(s, "LaunchedTasks: "+fmt.Sprintf("%#v", vs)+",\n") } if this.TerminatedTasks != nil { - s = append(s, "TerminatedTasks: "+fmt.Sprintf("%#v", this.TerminatedTasks)+",\n") + vs := make([]*mesos.Task, len(this.TerminatedTasks)) + for i := range vs { + vs[i] = &this.TerminatedTasks[i] + } + s = append(s, "TerminatedTasks: "+fmt.Sprintf("%#v", vs)+",\n") } if this.CompletedTasks != nil { - s = append(s, "CompletedTasks: "+fmt.Sprintf("%#v", this.CompletedTasks)+",\n") + vs := make([]*mesos.Task, len(this.CompletedTasks)) + for i := range vs { + vs[i] = &this.CompletedTasks[i] + } + s = append(s, "CompletedTasks: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -5384,7 +5230,7 @@ func (m *Response_ReadFile) MarshalTo(dAtA []byte) (int, error) { i++ i = encodeVarintAgent(dAtA, i, uint64(m.Size)) if m.Data == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("data") + return 0, proto.NewRequiredNotSetError("data") } else { dAtA[i] = 0x12 i++ @@ -5940,24 +5786,6 @@ func (m *ProcessIO_Control_Heartbeat) MarshalTo(dAtA []byte) (int, error) { return i, nil } -func encodeFixed64Agent(dAtA []byte, offset int, v uint64) int { - dAtA[offset] = uint8(v) - dAtA[offset+1] = uint8(v >> 8) - dAtA[offset+2] = uint8(v >> 16) - dAtA[offset+3] = uint8(v >> 24) - dAtA[offset+4] = uint8(v >> 32) - dAtA[offset+5] = uint8(v >> 40) - dAtA[offset+6] = uint8(v >> 48) - dAtA[offset+7] = uint8(v >> 56) - return offset + 8 -} -func encodeFixed32Agent(dAtA []byte, offset int, v uint32) int { - dAtA[offset] = uint8(v) - dAtA[offset+1] = uint8(v >> 8) - dAtA[offset+2] = uint8(v >> 16) - dAtA[offset+3] = uint8(v >> 24) - return offset + 4 -} func encodeVarintAgent(dAtA []byte, offset int, v uint64) int { for v >= 1<<7 { dAtA[offset] = uint8(v&0x7f | 0x80) @@ -5982,25 +5810,25 @@ func NewPopulatedCall(r randyAgent, easy bool) *Call { if r.Intn(10) != 0 { this.ReadFile = NewPopulatedCall_ReadFile(r, easy) } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.LaunchNestedContainer = NewPopulatedCall_LaunchNestedContainer(r, easy) } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.WaitNestedContainer = NewPopulatedCall_WaitNestedContainer(r, easy) } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.KillNestedContainer = NewPopulatedCall_KillNestedContainer(r, easy) } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.LaunchNestedContainerSession = NewPopulatedCall_LaunchNestedContainerSession(r, easy) } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.AttachContainerInput = NewPopulatedCall_AttachContainerInput(r, easy) } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.AttachContainerOutput = NewPopulatedCall_AttachContainerOutput(r, easy) } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.RemoveNestedContainer = NewPopulatedCall_RemoveNestedContainer(r, easy) } if !easy && r.Intn(10) != 0 { @@ -6116,7 +5944,7 @@ func NewPopulatedCall_LaunchNestedContainerSession(r randyAgent, easy bool) *Cal func NewPopulatedCall_AttachContainerInput(r randyAgent, easy bool) *Call_AttachContainerInput { this := &Call_AttachContainerInput{} this.Type = Call_AttachContainerInput_Type([]int32{0, 1, 2}[r.Intn(3)]) - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.ContainerID = mesos.NewPopulatedContainerID(r, easy) } if r.Intn(10) != 0 { @@ -6160,10 +5988,10 @@ func NewPopulatedResponse(r randyAgent, easy bool) *Response { if r.Intn(10) != 0 { this.ReadFile = NewPopulatedResponse_ReadFile(r, easy) } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.GetState = NewPopulatedResponse_GetState(r, easy) } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.GetContainers = NewPopulatedResponse_GetContainers(r, easy) } if r.Intn(10) != 0 { @@ -6172,7 +6000,7 @@ func NewPopulatedResponse(r randyAgent, easy bool) *Response { if r.Intn(10) != 0 { this.GetExecutors = NewPopulatedResponse_GetExecutors(r, easy) } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.GetTasks = NewPopulatedResponse_GetTasks(r, easy) } if r.Intn(10) != 0 { @@ -6271,7 +6099,7 @@ func NewPopulatedResponse_ReadFile(r randyAgent, easy bool) *Response_ReadFile { func NewPopulatedResponse_GetState(r randyAgent, easy bool) *Response_GetState { this := &Response_GetState{} - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.GetTasks = NewPopulatedResponse_GetTasks(r, easy) } if r.Intn(10) != 0 { @@ -6287,7 +6115,7 @@ func NewPopulatedResponse_GetState(r randyAgent, easy bool) *Response_GetState { func NewPopulatedResponse_GetContainers(r randyAgent, easy bool) *Response_GetContainers { this := &Response_GetContainers{} - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { v18 := r.Intn(5) this.Containers = make([]Response_GetContainers_Container, v18) for i := 0; i < v18; i++ { @@ -6309,7 +6137,7 @@ func NewPopulatedResponse_GetContainers_Container(r randyAgent, easy bool) *Resp this.ExecutorName = string(randStringAgent(r)) v22 := mesos.NewPopulatedContainerID(r, easy) this.ContainerID = *v22 - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.ContainerStatus = mesos.NewPopulatedContainerStatus(r, easy) } if r.Intn(10) != 0 { @@ -6386,7 +6214,7 @@ func NewPopulatedResponse_GetExecutors_Executor(r randyAgent, easy bool) *Respon func NewPopulatedResponse_GetTasks(r randyAgent, easy bool) *Response_GetTasks { this := &Response_GetTasks{} - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { v33 := r.Intn(5) this.PendingTasks = make([]mesos.Task, v33) for i := 0; i < v33; i++ { @@ -6394,7 +6222,7 @@ func NewPopulatedResponse_GetTasks(r randyAgent, easy bool) *Response_GetTasks { this.PendingTasks[i] = *v34 } } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { v35 := r.Intn(5) this.QueuedTasks = make([]mesos.Task, v35) for i := 0; i < v35; i++ { @@ -6402,7 +6230,7 @@ func NewPopulatedResponse_GetTasks(r randyAgent, easy bool) *Response_GetTasks { this.QueuedTasks[i] = *v36 } } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { v37 := r.Intn(5) this.LaunchedTasks = make([]mesos.Task, v37) for i := 0; i < v37; i++ { @@ -6410,7 +6238,7 @@ func NewPopulatedResponse_GetTasks(r randyAgent, easy bool) *Response_GetTasks { this.LaunchedTasks[i] = *v38 } } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { v39 := r.Intn(5) this.TerminatedTasks = make([]mesos.Task, v39) for i := 0; i < v39; i++ { @@ -6418,7 +6246,7 @@ func NewPopulatedResponse_GetTasks(r randyAgent, easy bool) *Response_GetTasks { this.TerminatedTasks[i] = *v40 } } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { v41 := r.Intn(5) this.CompletedTasks = make([]mesos.Task, v41) for i := 0; i < v41; i++ { @@ -8121,10 +7949,10 @@ func (m *Call_SetLoggingLevel) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("level") + return proto.NewRequiredNotSetError("level") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("duration") + return proto.NewRequiredNotSetError("duration") } if iNdEx > l { @@ -8208,7 +8036,7 @@ func (m *Call_ListFiles) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("path") + return proto.NewRequiredNotSetError("path") } if iNdEx > l { @@ -8332,10 +8160,10 @@ func (m *Call_ReadFile) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("path") + return proto.NewRequiredNotSetError("path") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("offset") + return proto.NewRequiredNotSetError("offset") } if iNdEx > l { @@ -8486,7 +8314,7 @@ func (m *Call_LaunchNestedContainer) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("container_id") + return proto.NewRequiredNotSetError("container_id") } if iNdEx > l { @@ -8571,7 +8399,7 @@ func (m *Call_WaitNestedContainer) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("container_id") + return proto.NewRequiredNotSetError("container_id") } if iNdEx > l { @@ -8676,7 +8504,7 @@ func (m *Call_KillNestedContainer) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("container_id") + return proto.NewRequiredNotSetError("container_id") } if iNdEx > l { @@ -8761,7 +8589,7 @@ func (m *Call_RemoveNestedContainer) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("container_id") + return proto.NewRequiredNotSetError("container_id") } if iNdEx > l { @@ -8912,7 +8740,7 @@ func (m *Call_LaunchNestedContainerSession) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("container_id") + return proto.NewRequiredNotSetError("container_id") } if iNdEx > l { @@ -9132,7 +8960,7 @@ func (m *Call_AttachContainerOutput) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("container_id") + return proto.NewRequiredNotSetError("container_id") } if iNdEx > l { @@ -9738,7 +9566,7 @@ func (m *Response_GetHealth) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("healthy") + return proto.NewRequiredNotSetError("healthy") } if iNdEx > l { @@ -9904,7 +9732,7 @@ func (m *Response_GetVersion) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("version_info") + return proto.NewRequiredNotSetError("version_info") } if iNdEx > l { @@ -10059,7 +9887,7 @@ func (m *Response_GetLoggingLevel) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("level") + return proto.NewRequiredNotSetError("level") } if iNdEx > l { @@ -10246,10 +10074,10 @@ func (m *Response_ReadFile) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("size") + return proto.NewRequiredNotSetError("size") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("data") + return proto.NewRequiredNotSetError("data") } if iNdEx > l { @@ -10722,16 +10550,16 @@ func (m *Response_GetContainers_Container) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("framework_id") + return proto.NewRequiredNotSetError("framework_id") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("executor_id") + return proto.NewRequiredNotSetError("executor_id") } if hasFields[0]&uint64(0x00000004) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("executor_name") + return proto.NewRequiredNotSetError("executor_name") } if hasFields[0]&uint64(0x00000008) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("container_id") + return proto.NewRequiredNotSetError("container_id") } if iNdEx > l { @@ -10928,7 +10756,7 @@ func (m *Response_GetFrameworks_Framework) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("framework_info") + return proto.NewRequiredNotSetError("framework_info") } if iNdEx > l { @@ -11125,7 +10953,7 @@ func (m *Response_GetExecutors_Executor) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("executor_info") + return proto.NewRequiredNotSetError("executor_info") } if iNdEx > l { diff --git a/api/v1/lib/agent/agentpb_test.go b/api/v1/lib/agent/agentpb_test.go index a9741d4a..2a44e461 100644 --- a/api/v1/lib/agent/agentpb_test.go +++ b/api/v1/lib/agent/agentpb_test.go @@ -15,13 +15,12 @@ It has these top-level messages: package agent import testing "testing" -import math_rand "math/rand" +import rand "math/rand" import time "time" -import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto" -import github_com_gogo_protobuf_jsonpb "github.com/gogo/protobuf/jsonpb" -import fmt "fmt" -import go_parser "go/parser" import proto "github.com/gogo/protobuf/proto" +import jsonpb "github.com/gogo/protobuf/jsonpb" +import fmt "fmt" +import parser "go/parser" import math "math" import _ "github.com/mesos/mesos-go/api/v1/lib" import _ "github.com/gogo/protobuf/gogoproto" @@ -33,14 +32,14 @@ var _ = math.Inf func TestCallProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -61,13 +60,13 @@ func TestCallProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCallMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -79,7 +78,7 @@ func TestCallMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -94,7 +93,7 @@ func TestCallMarshalTo(t *testing.T) { } func BenchmarkCallProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call, 10000) for i := 0; i < 10000; i++ { @@ -102,7 +101,7 @@ func BenchmarkCallProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -112,11 +111,11 @@ func BenchmarkCallProtoMarshal(b *testing.B) { } func BenchmarkCallProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall(popr, false)) if err != nil { panic(err) } @@ -126,7 +125,7 @@ func BenchmarkCallProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -135,14 +134,14 @@ func BenchmarkCallProtoUnmarshal(b *testing.B) { func TestCall_GetMetricsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_GetMetrics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_GetMetrics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -163,13 +162,13 @@ func TestCall_GetMetricsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_GetMetricsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_GetMetrics(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -181,7 +180,7 @@ func TestCall_GetMetricsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_GetMetrics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -196,7 +195,7 @@ func TestCall_GetMetricsMarshalTo(t *testing.T) { } func BenchmarkCall_GetMetricsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_GetMetrics, 10000) for i := 0; i < 10000; i++ { @@ -204,7 +203,7 @@ func BenchmarkCall_GetMetricsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -214,11 +213,11 @@ func BenchmarkCall_GetMetricsProtoMarshal(b *testing.B) { } func BenchmarkCall_GetMetricsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_GetMetrics(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_GetMetrics(popr, false)) if err != nil { panic(err) } @@ -228,7 +227,7 @@ func BenchmarkCall_GetMetricsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -237,14 +236,14 @@ func BenchmarkCall_GetMetricsProtoUnmarshal(b *testing.B) { func TestCall_SetLoggingLevelProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetLoggingLevel(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_SetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -265,13 +264,13 @@ func TestCall_SetLoggingLevelProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_SetLoggingLevelMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetLoggingLevel(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -283,7 +282,7 @@ func TestCall_SetLoggingLevelMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_SetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -298,7 +297,7 @@ func TestCall_SetLoggingLevelMarshalTo(t *testing.T) { } func BenchmarkCall_SetLoggingLevelProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_SetLoggingLevel, 10000) for i := 0; i < 10000; i++ { @@ -306,7 +305,7 @@ func BenchmarkCall_SetLoggingLevelProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -316,11 +315,11 @@ func BenchmarkCall_SetLoggingLevelProtoMarshal(b *testing.B) { } func BenchmarkCall_SetLoggingLevelProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_SetLoggingLevel(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_SetLoggingLevel(popr, false)) if err != nil { panic(err) } @@ -330,7 +329,7 @@ func BenchmarkCall_SetLoggingLevelProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -339,14 +338,14 @@ func BenchmarkCall_SetLoggingLevelProtoUnmarshal(b *testing.B) { func TestCall_ListFilesProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ListFiles(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_ListFiles{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -367,13 +366,13 @@ func TestCall_ListFilesProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_ListFilesMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ListFiles(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -385,7 +384,7 @@ func TestCall_ListFilesMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_ListFiles{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -400,7 +399,7 @@ func TestCall_ListFilesMarshalTo(t *testing.T) { } func BenchmarkCall_ListFilesProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_ListFiles, 10000) for i := 0; i < 10000; i++ { @@ -408,7 +407,7 @@ func BenchmarkCall_ListFilesProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -418,11 +417,11 @@ func BenchmarkCall_ListFilesProtoMarshal(b *testing.B) { } func BenchmarkCall_ListFilesProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_ListFiles(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_ListFiles(popr, false)) if err != nil { panic(err) } @@ -432,7 +431,7 @@ func BenchmarkCall_ListFilesProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -441,14 +440,14 @@ func BenchmarkCall_ListFilesProtoUnmarshal(b *testing.B) { func TestCall_ReadFileProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReadFile(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_ReadFile{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -469,13 +468,13 @@ func TestCall_ReadFileProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_ReadFileMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReadFile(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -487,7 +486,7 @@ func TestCall_ReadFileMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_ReadFile{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -502,7 +501,7 @@ func TestCall_ReadFileMarshalTo(t *testing.T) { } func BenchmarkCall_ReadFileProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_ReadFile, 10000) for i := 0; i < 10000; i++ { @@ -510,7 +509,7 @@ func BenchmarkCall_ReadFileProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -520,11 +519,11 @@ func BenchmarkCall_ReadFileProtoMarshal(b *testing.B) { } func BenchmarkCall_ReadFileProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_ReadFile(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_ReadFile(popr, false)) if err != nil { panic(err) } @@ -534,7 +533,7 @@ func BenchmarkCall_ReadFileProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -543,14 +542,14 @@ func BenchmarkCall_ReadFileProtoUnmarshal(b *testing.B) { func TestCall_LaunchNestedContainerProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_LaunchNestedContainer(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_LaunchNestedContainer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -571,13 +570,13 @@ func TestCall_LaunchNestedContainerProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_LaunchNestedContainerMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_LaunchNestedContainer(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -589,7 +588,7 @@ func TestCall_LaunchNestedContainerMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_LaunchNestedContainer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -604,7 +603,7 @@ func TestCall_LaunchNestedContainerMarshalTo(t *testing.T) { } func BenchmarkCall_LaunchNestedContainerProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_LaunchNestedContainer, 10000) for i := 0; i < 10000; i++ { @@ -612,7 +611,7 @@ func BenchmarkCall_LaunchNestedContainerProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -622,11 +621,11 @@ func BenchmarkCall_LaunchNestedContainerProtoMarshal(b *testing.B) { } func BenchmarkCall_LaunchNestedContainerProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_LaunchNestedContainer(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_LaunchNestedContainer(popr, false)) if err != nil { panic(err) } @@ -636,7 +635,7 @@ func BenchmarkCall_LaunchNestedContainerProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -645,14 +644,14 @@ func BenchmarkCall_LaunchNestedContainerProtoUnmarshal(b *testing.B) { func TestCall_WaitNestedContainerProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_WaitNestedContainer(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_WaitNestedContainer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -673,13 +672,13 @@ func TestCall_WaitNestedContainerProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_WaitNestedContainerMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_WaitNestedContainer(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -691,7 +690,7 @@ func TestCall_WaitNestedContainerMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_WaitNestedContainer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -706,7 +705,7 @@ func TestCall_WaitNestedContainerMarshalTo(t *testing.T) { } func BenchmarkCall_WaitNestedContainerProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_WaitNestedContainer, 10000) for i := 0; i < 10000; i++ { @@ -714,7 +713,7 @@ func BenchmarkCall_WaitNestedContainerProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -724,11 +723,11 @@ func BenchmarkCall_WaitNestedContainerProtoMarshal(b *testing.B) { } func BenchmarkCall_WaitNestedContainerProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_WaitNestedContainer(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_WaitNestedContainer(popr, false)) if err != nil { panic(err) } @@ -738,7 +737,7 @@ func BenchmarkCall_WaitNestedContainerProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -747,14 +746,14 @@ func BenchmarkCall_WaitNestedContainerProtoUnmarshal(b *testing.B) { func TestCall_KillNestedContainerProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_KillNestedContainer(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_KillNestedContainer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -775,13 +774,13 @@ func TestCall_KillNestedContainerProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_KillNestedContainerMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_KillNestedContainer(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -793,7 +792,7 @@ func TestCall_KillNestedContainerMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_KillNestedContainer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -808,7 +807,7 @@ func TestCall_KillNestedContainerMarshalTo(t *testing.T) { } func BenchmarkCall_KillNestedContainerProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_KillNestedContainer, 10000) for i := 0; i < 10000; i++ { @@ -816,7 +815,7 @@ func BenchmarkCall_KillNestedContainerProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -826,11 +825,11 @@ func BenchmarkCall_KillNestedContainerProtoMarshal(b *testing.B) { } func BenchmarkCall_KillNestedContainerProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_KillNestedContainer(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_KillNestedContainer(popr, false)) if err != nil { panic(err) } @@ -840,7 +839,7 @@ func BenchmarkCall_KillNestedContainerProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -849,14 +848,14 @@ func BenchmarkCall_KillNestedContainerProtoUnmarshal(b *testing.B) { func TestCall_RemoveNestedContainerProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_RemoveNestedContainer(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_RemoveNestedContainer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -877,13 +876,13 @@ func TestCall_RemoveNestedContainerProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_RemoveNestedContainerMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_RemoveNestedContainer(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -895,7 +894,7 @@ func TestCall_RemoveNestedContainerMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_RemoveNestedContainer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -910,7 +909,7 @@ func TestCall_RemoveNestedContainerMarshalTo(t *testing.T) { } func BenchmarkCall_RemoveNestedContainerProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_RemoveNestedContainer, 10000) for i := 0; i < 10000; i++ { @@ -918,7 +917,7 @@ func BenchmarkCall_RemoveNestedContainerProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -928,11 +927,11 @@ func BenchmarkCall_RemoveNestedContainerProtoMarshal(b *testing.B) { } func BenchmarkCall_RemoveNestedContainerProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_RemoveNestedContainer(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_RemoveNestedContainer(popr, false)) if err != nil { panic(err) } @@ -942,7 +941,7 @@ func BenchmarkCall_RemoveNestedContainerProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -951,14 +950,14 @@ func BenchmarkCall_RemoveNestedContainerProtoUnmarshal(b *testing.B) { func TestCall_LaunchNestedContainerSessionProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_LaunchNestedContainerSession(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_LaunchNestedContainerSession{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -979,13 +978,13 @@ func TestCall_LaunchNestedContainerSessionProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_LaunchNestedContainerSessionMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_LaunchNestedContainerSession(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -997,7 +996,7 @@ func TestCall_LaunchNestedContainerSessionMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_LaunchNestedContainerSession{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1012,7 +1011,7 @@ func TestCall_LaunchNestedContainerSessionMarshalTo(t *testing.T) { } func BenchmarkCall_LaunchNestedContainerSessionProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_LaunchNestedContainerSession, 10000) for i := 0; i < 10000; i++ { @@ -1020,7 +1019,7 @@ func BenchmarkCall_LaunchNestedContainerSessionProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1030,11 +1029,11 @@ func BenchmarkCall_LaunchNestedContainerSessionProtoMarshal(b *testing.B) { } func BenchmarkCall_LaunchNestedContainerSessionProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_LaunchNestedContainerSession(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_LaunchNestedContainerSession(popr, false)) if err != nil { panic(err) } @@ -1044,7 +1043,7 @@ func BenchmarkCall_LaunchNestedContainerSessionProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1053,14 +1052,14 @@ func BenchmarkCall_LaunchNestedContainerSessionProtoUnmarshal(b *testing.B) { func TestCall_AttachContainerInputProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AttachContainerInput(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_AttachContainerInput{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1081,13 +1080,13 @@ func TestCall_AttachContainerInputProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_AttachContainerInputMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AttachContainerInput(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1099,7 +1098,7 @@ func TestCall_AttachContainerInputMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_AttachContainerInput{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1114,7 +1113,7 @@ func TestCall_AttachContainerInputMarshalTo(t *testing.T) { } func BenchmarkCall_AttachContainerInputProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_AttachContainerInput, 10000) for i := 0; i < 10000; i++ { @@ -1122,7 +1121,7 @@ func BenchmarkCall_AttachContainerInputProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1132,11 +1131,11 @@ func BenchmarkCall_AttachContainerInputProtoMarshal(b *testing.B) { } func BenchmarkCall_AttachContainerInputProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_AttachContainerInput(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_AttachContainerInput(popr, false)) if err != nil { panic(err) } @@ -1146,7 +1145,7 @@ func BenchmarkCall_AttachContainerInputProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1155,14 +1154,14 @@ func BenchmarkCall_AttachContainerInputProtoUnmarshal(b *testing.B) { func TestCall_AttachContainerOutputProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AttachContainerOutput(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_AttachContainerOutput{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1183,13 +1182,13 @@ func TestCall_AttachContainerOutputProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_AttachContainerOutputMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AttachContainerOutput(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1201,7 +1200,7 @@ func TestCall_AttachContainerOutputMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_AttachContainerOutput{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1216,7 +1215,7 @@ func TestCall_AttachContainerOutputMarshalTo(t *testing.T) { } func BenchmarkCall_AttachContainerOutputProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_AttachContainerOutput, 10000) for i := 0; i < 10000; i++ { @@ -1224,7 +1223,7 @@ func BenchmarkCall_AttachContainerOutputProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1234,11 +1233,11 @@ func BenchmarkCall_AttachContainerOutputProtoMarshal(b *testing.B) { } func BenchmarkCall_AttachContainerOutputProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_AttachContainerOutput(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_AttachContainerOutput(popr, false)) if err != nil { panic(err) } @@ -1248,7 +1247,7 @@ func BenchmarkCall_AttachContainerOutputProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1257,14 +1256,14 @@ func BenchmarkCall_AttachContainerOutputProtoUnmarshal(b *testing.B) { func TestResponseProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1285,13 +1284,13 @@ func TestResponseProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponseMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1303,7 +1302,7 @@ func TestResponseMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1318,7 +1317,7 @@ func TestResponseMarshalTo(t *testing.T) { } func BenchmarkResponseProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response, 10000) for i := 0; i < 10000; i++ { @@ -1326,7 +1325,7 @@ func BenchmarkResponseProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1336,11 +1335,11 @@ func BenchmarkResponseProtoMarshal(b *testing.B) { } func BenchmarkResponseProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse(popr, false)) if err != nil { panic(err) } @@ -1350,7 +1349,7 @@ func BenchmarkResponseProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1359,14 +1358,14 @@ func BenchmarkResponseProtoUnmarshal(b *testing.B) { func TestResponse_GetHealthProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetHealth(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetHealth{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1387,13 +1386,13 @@ func TestResponse_GetHealthProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetHealthMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetHealth(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1405,7 +1404,7 @@ func TestResponse_GetHealthMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetHealth{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1420,7 +1419,7 @@ func TestResponse_GetHealthMarshalTo(t *testing.T) { } func BenchmarkResponse_GetHealthProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetHealth, 10000) for i := 0; i < 10000; i++ { @@ -1428,7 +1427,7 @@ func BenchmarkResponse_GetHealthProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1438,11 +1437,11 @@ func BenchmarkResponse_GetHealthProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetHealthProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetHealth(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetHealth(popr, false)) if err != nil { panic(err) } @@ -1452,7 +1451,7 @@ func BenchmarkResponse_GetHealthProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1461,14 +1460,14 @@ func BenchmarkResponse_GetHealthProtoUnmarshal(b *testing.B) { func TestResponse_GetFlagsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFlags(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFlags{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1489,13 +1488,13 @@ func TestResponse_GetFlagsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetFlagsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFlags(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1507,7 +1506,7 @@ func TestResponse_GetFlagsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFlags{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1522,7 +1521,7 @@ func TestResponse_GetFlagsMarshalTo(t *testing.T) { } func BenchmarkResponse_GetFlagsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetFlags, 10000) for i := 0; i < 10000; i++ { @@ -1530,7 +1529,7 @@ func BenchmarkResponse_GetFlagsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1540,11 +1539,11 @@ func BenchmarkResponse_GetFlagsProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetFlagsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetFlags(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetFlags(popr, false)) if err != nil { panic(err) } @@ -1554,7 +1553,7 @@ func BenchmarkResponse_GetFlagsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1563,14 +1562,14 @@ func BenchmarkResponse_GetFlagsProtoUnmarshal(b *testing.B) { func TestResponse_GetVersionProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetVersion(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetVersion{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1591,13 +1590,13 @@ func TestResponse_GetVersionProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetVersionMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetVersion(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1609,7 +1608,7 @@ func TestResponse_GetVersionMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetVersion{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1624,7 +1623,7 @@ func TestResponse_GetVersionMarshalTo(t *testing.T) { } func BenchmarkResponse_GetVersionProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetVersion, 10000) for i := 0; i < 10000; i++ { @@ -1632,7 +1631,7 @@ func BenchmarkResponse_GetVersionProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1642,11 +1641,11 @@ func BenchmarkResponse_GetVersionProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetVersionProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetVersion(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetVersion(popr, false)) if err != nil { panic(err) } @@ -1656,7 +1655,7 @@ func BenchmarkResponse_GetVersionProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1665,14 +1664,14 @@ func BenchmarkResponse_GetVersionProtoUnmarshal(b *testing.B) { func TestResponse_GetMetricsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMetrics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetMetrics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1693,13 +1692,13 @@ func TestResponse_GetMetricsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetMetricsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMetrics(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1711,7 +1710,7 @@ func TestResponse_GetMetricsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetMetrics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1726,7 +1725,7 @@ func TestResponse_GetMetricsMarshalTo(t *testing.T) { } func BenchmarkResponse_GetMetricsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetMetrics, 10000) for i := 0; i < 10000; i++ { @@ -1734,7 +1733,7 @@ func BenchmarkResponse_GetMetricsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1744,11 +1743,11 @@ func BenchmarkResponse_GetMetricsProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetMetricsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetMetrics(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetMetrics(popr, false)) if err != nil { panic(err) } @@ -1758,7 +1757,7 @@ func BenchmarkResponse_GetMetricsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1767,14 +1766,14 @@ func BenchmarkResponse_GetMetricsProtoUnmarshal(b *testing.B) { func TestResponse_GetLoggingLevelProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetLoggingLevel(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1795,13 +1794,13 @@ func TestResponse_GetLoggingLevelProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetLoggingLevelMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetLoggingLevel(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1813,7 +1812,7 @@ func TestResponse_GetLoggingLevelMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1828,7 +1827,7 @@ func TestResponse_GetLoggingLevelMarshalTo(t *testing.T) { } func BenchmarkResponse_GetLoggingLevelProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetLoggingLevel, 10000) for i := 0; i < 10000; i++ { @@ -1836,7 +1835,7 @@ func BenchmarkResponse_GetLoggingLevelProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1846,11 +1845,11 @@ func BenchmarkResponse_GetLoggingLevelProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetLoggingLevelProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetLoggingLevel(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetLoggingLevel(popr, false)) if err != nil { panic(err) } @@ -1860,7 +1859,7 @@ func BenchmarkResponse_GetLoggingLevelProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1869,14 +1868,14 @@ func BenchmarkResponse_GetLoggingLevelProtoUnmarshal(b *testing.B) { func TestResponse_ListFilesProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ListFiles(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_ListFiles{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1897,13 +1896,13 @@ func TestResponse_ListFilesProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_ListFilesMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ListFiles(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1915,7 +1914,7 @@ func TestResponse_ListFilesMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_ListFiles{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1930,7 +1929,7 @@ func TestResponse_ListFilesMarshalTo(t *testing.T) { } func BenchmarkResponse_ListFilesProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_ListFiles, 10000) for i := 0; i < 10000; i++ { @@ -1938,7 +1937,7 @@ func BenchmarkResponse_ListFilesProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1948,11 +1947,11 @@ func BenchmarkResponse_ListFilesProtoMarshal(b *testing.B) { } func BenchmarkResponse_ListFilesProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_ListFiles(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_ListFiles(popr, false)) if err != nil { panic(err) } @@ -1962,7 +1961,7 @@ func BenchmarkResponse_ListFilesProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1971,14 +1970,14 @@ func BenchmarkResponse_ListFilesProtoUnmarshal(b *testing.B) { func TestResponse_ReadFileProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ReadFile(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_ReadFile{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1999,13 +1998,13 @@ func TestResponse_ReadFileProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_ReadFileMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ReadFile(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2017,7 +2016,7 @@ func TestResponse_ReadFileMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_ReadFile{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2032,7 +2031,7 @@ func TestResponse_ReadFileMarshalTo(t *testing.T) { } func BenchmarkResponse_ReadFileProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_ReadFile, 10000) for i := 0; i < 10000; i++ { @@ -2040,7 +2039,7 @@ func BenchmarkResponse_ReadFileProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2050,11 +2049,11 @@ func BenchmarkResponse_ReadFileProtoMarshal(b *testing.B) { } func BenchmarkResponse_ReadFileProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_ReadFile(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_ReadFile(popr, false)) if err != nil { panic(err) } @@ -2064,7 +2063,7 @@ func BenchmarkResponse_ReadFileProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2073,14 +2072,14 @@ func BenchmarkResponse_ReadFileProtoUnmarshal(b *testing.B) { func TestResponse_GetStateProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetState(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetState{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2101,13 +2100,13 @@ func TestResponse_GetStateProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetStateMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetState(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2119,7 +2118,7 @@ func TestResponse_GetStateMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetState{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2134,7 +2133,7 @@ func TestResponse_GetStateMarshalTo(t *testing.T) { } func BenchmarkResponse_GetStateProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetState, 10000) for i := 0; i < 10000; i++ { @@ -2142,7 +2141,7 @@ func BenchmarkResponse_GetStateProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2152,11 +2151,11 @@ func BenchmarkResponse_GetStateProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetStateProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetState(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetState(popr, false)) if err != nil { panic(err) } @@ -2166,7 +2165,7 @@ func BenchmarkResponse_GetStateProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2175,14 +2174,14 @@ func BenchmarkResponse_GetStateProtoUnmarshal(b *testing.B) { func TestResponse_GetContainersProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetContainers(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetContainers{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2203,13 +2202,13 @@ func TestResponse_GetContainersProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetContainersMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetContainers(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2221,7 +2220,7 @@ func TestResponse_GetContainersMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetContainers{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2236,7 +2235,7 @@ func TestResponse_GetContainersMarshalTo(t *testing.T) { } func BenchmarkResponse_GetContainersProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetContainers, 10000) for i := 0; i < 10000; i++ { @@ -2244,7 +2243,7 @@ func BenchmarkResponse_GetContainersProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2254,11 +2253,11 @@ func BenchmarkResponse_GetContainersProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetContainersProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetContainers(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetContainers(popr, false)) if err != nil { panic(err) } @@ -2268,7 +2267,7 @@ func BenchmarkResponse_GetContainersProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2277,14 +2276,14 @@ func BenchmarkResponse_GetContainersProtoUnmarshal(b *testing.B) { func TestResponse_GetContainers_ContainerProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetContainers_Container(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetContainers_Container{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2305,13 +2304,13 @@ func TestResponse_GetContainers_ContainerProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetContainers_ContainerMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetContainers_Container(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2323,7 +2322,7 @@ func TestResponse_GetContainers_ContainerMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetContainers_Container{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2338,7 +2337,7 @@ func TestResponse_GetContainers_ContainerMarshalTo(t *testing.T) { } func BenchmarkResponse_GetContainers_ContainerProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetContainers_Container, 10000) for i := 0; i < 10000; i++ { @@ -2346,7 +2345,7 @@ func BenchmarkResponse_GetContainers_ContainerProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2356,11 +2355,11 @@ func BenchmarkResponse_GetContainers_ContainerProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetContainers_ContainerProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetContainers_Container(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetContainers_Container(popr, false)) if err != nil { panic(err) } @@ -2370,7 +2369,7 @@ func BenchmarkResponse_GetContainers_ContainerProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2379,14 +2378,14 @@ func BenchmarkResponse_GetContainers_ContainerProtoUnmarshal(b *testing.B) { func TestResponse_GetFrameworksProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFrameworks{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2407,13 +2406,13 @@ func TestResponse_GetFrameworksProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetFrameworksMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2425,7 +2424,7 @@ func TestResponse_GetFrameworksMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFrameworks{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2440,7 +2439,7 @@ func TestResponse_GetFrameworksMarshalTo(t *testing.T) { } func BenchmarkResponse_GetFrameworksProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetFrameworks, 10000) for i := 0; i < 10000; i++ { @@ -2448,7 +2447,7 @@ func BenchmarkResponse_GetFrameworksProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2458,11 +2457,11 @@ func BenchmarkResponse_GetFrameworksProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetFrameworksProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetFrameworks(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetFrameworks(popr, false)) if err != nil { panic(err) } @@ -2472,7 +2471,7 @@ func BenchmarkResponse_GetFrameworksProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2481,14 +2480,14 @@ func BenchmarkResponse_GetFrameworksProtoUnmarshal(b *testing.B) { func TestResponse_GetFrameworks_FrameworkProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks_Framework(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFrameworks_Framework{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2509,13 +2508,13 @@ func TestResponse_GetFrameworks_FrameworkProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetFrameworks_FrameworkMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks_Framework(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2527,7 +2526,7 @@ func TestResponse_GetFrameworks_FrameworkMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFrameworks_Framework{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2542,7 +2541,7 @@ func TestResponse_GetFrameworks_FrameworkMarshalTo(t *testing.T) { } func BenchmarkResponse_GetFrameworks_FrameworkProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetFrameworks_Framework, 10000) for i := 0; i < 10000; i++ { @@ -2550,7 +2549,7 @@ func BenchmarkResponse_GetFrameworks_FrameworkProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2560,11 +2559,11 @@ func BenchmarkResponse_GetFrameworks_FrameworkProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetFrameworks_FrameworkProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetFrameworks_Framework(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetFrameworks_Framework(popr, false)) if err != nil { panic(err) } @@ -2574,7 +2573,7 @@ func BenchmarkResponse_GetFrameworks_FrameworkProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2583,14 +2582,14 @@ func BenchmarkResponse_GetFrameworks_FrameworkProtoUnmarshal(b *testing.B) { func TestResponse_GetExecutorsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetExecutors{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2611,13 +2610,13 @@ func TestResponse_GetExecutorsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetExecutorsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2629,7 +2628,7 @@ func TestResponse_GetExecutorsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetExecutors{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2644,7 +2643,7 @@ func TestResponse_GetExecutorsMarshalTo(t *testing.T) { } func BenchmarkResponse_GetExecutorsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetExecutors, 10000) for i := 0; i < 10000; i++ { @@ -2652,7 +2651,7 @@ func BenchmarkResponse_GetExecutorsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2662,11 +2661,11 @@ func BenchmarkResponse_GetExecutorsProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetExecutorsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetExecutors(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetExecutors(popr, false)) if err != nil { panic(err) } @@ -2676,7 +2675,7 @@ func BenchmarkResponse_GetExecutorsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2685,14 +2684,14 @@ func BenchmarkResponse_GetExecutorsProtoUnmarshal(b *testing.B) { func TestResponse_GetExecutors_ExecutorProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors_Executor(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetExecutors_Executor{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2713,13 +2712,13 @@ func TestResponse_GetExecutors_ExecutorProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetExecutors_ExecutorMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors_Executor(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2731,7 +2730,7 @@ func TestResponse_GetExecutors_ExecutorMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetExecutors_Executor{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2746,7 +2745,7 @@ func TestResponse_GetExecutors_ExecutorMarshalTo(t *testing.T) { } func BenchmarkResponse_GetExecutors_ExecutorProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetExecutors_Executor, 10000) for i := 0; i < 10000; i++ { @@ -2754,7 +2753,7 @@ func BenchmarkResponse_GetExecutors_ExecutorProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2764,11 +2763,11 @@ func BenchmarkResponse_GetExecutors_ExecutorProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetExecutors_ExecutorProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetExecutors_Executor(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetExecutors_Executor(popr, false)) if err != nil { panic(err) } @@ -2778,7 +2777,7 @@ func BenchmarkResponse_GetExecutors_ExecutorProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2787,14 +2786,14 @@ func BenchmarkResponse_GetExecutors_ExecutorProtoUnmarshal(b *testing.B) { func TestResponse_GetTasksProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetTasks(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetTasks{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2815,13 +2814,13 @@ func TestResponse_GetTasksProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetTasksMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetTasks(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2833,7 +2832,7 @@ func TestResponse_GetTasksMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetTasks{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2848,7 +2847,7 @@ func TestResponse_GetTasksMarshalTo(t *testing.T) { } func BenchmarkResponse_GetTasksProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetTasks, 10000) for i := 0; i < 10000; i++ { @@ -2856,7 +2855,7 @@ func BenchmarkResponse_GetTasksProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2866,11 +2865,11 @@ func BenchmarkResponse_GetTasksProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetTasksProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetTasks(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetTasks(popr, false)) if err != nil { panic(err) } @@ -2880,7 +2879,7 @@ func BenchmarkResponse_GetTasksProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2889,14 +2888,14 @@ func BenchmarkResponse_GetTasksProtoUnmarshal(b *testing.B) { func TestResponse_GetAgentProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgent(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetAgent{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2917,13 +2916,13 @@ func TestResponse_GetAgentProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetAgentMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgent(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2935,7 +2934,7 @@ func TestResponse_GetAgentMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetAgent{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2950,7 +2949,7 @@ func TestResponse_GetAgentMarshalTo(t *testing.T) { } func BenchmarkResponse_GetAgentProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetAgent, 10000) for i := 0; i < 10000; i++ { @@ -2958,7 +2957,7 @@ func BenchmarkResponse_GetAgentProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2968,11 +2967,11 @@ func BenchmarkResponse_GetAgentProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetAgentProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetAgent(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetAgent(popr, false)) if err != nil { panic(err) } @@ -2982,7 +2981,7 @@ func BenchmarkResponse_GetAgentProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2991,14 +2990,14 @@ func BenchmarkResponse_GetAgentProtoUnmarshal(b *testing.B) { func TestResponse_WaitNestedContainerProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_WaitNestedContainer(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_WaitNestedContainer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3019,13 +3018,13 @@ func TestResponse_WaitNestedContainerProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_WaitNestedContainerMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_WaitNestedContainer(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3037,7 +3036,7 @@ func TestResponse_WaitNestedContainerMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_WaitNestedContainer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3052,7 +3051,7 @@ func TestResponse_WaitNestedContainerMarshalTo(t *testing.T) { } func BenchmarkResponse_WaitNestedContainerProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_WaitNestedContainer, 10000) for i := 0; i < 10000; i++ { @@ -3060,7 +3059,7 @@ func BenchmarkResponse_WaitNestedContainerProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3070,11 +3069,11 @@ func BenchmarkResponse_WaitNestedContainerProtoMarshal(b *testing.B) { } func BenchmarkResponse_WaitNestedContainerProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_WaitNestedContainer(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_WaitNestedContainer(popr, false)) if err != nil { panic(err) } @@ -3084,7 +3083,7 @@ func BenchmarkResponse_WaitNestedContainerProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3093,14 +3092,14 @@ func BenchmarkResponse_WaitNestedContainerProtoUnmarshal(b *testing.B) { func TestProcessIOProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ProcessIO{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3121,13 +3120,13 @@ func TestProcessIOProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestProcessIOMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3139,7 +3138,7 @@ func TestProcessIOMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ProcessIO{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3154,7 +3153,7 @@ func TestProcessIOMarshalTo(t *testing.T) { } func BenchmarkProcessIOProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ProcessIO, 10000) for i := 0; i < 10000; i++ { @@ -3162,7 +3161,7 @@ func BenchmarkProcessIOProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3172,11 +3171,11 @@ func BenchmarkProcessIOProtoMarshal(b *testing.B) { } func BenchmarkProcessIOProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedProcessIO(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedProcessIO(popr, false)) if err != nil { panic(err) } @@ -3186,7 +3185,7 @@ func BenchmarkProcessIOProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3195,14 +3194,14 @@ func BenchmarkProcessIOProtoUnmarshal(b *testing.B) { func TestProcessIO_DataProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Data(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ProcessIO_Data{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3223,13 +3222,13 @@ func TestProcessIO_DataProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestProcessIO_DataMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Data(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3241,7 +3240,7 @@ func TestProcessIO_DataMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ProcessIO_Data{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3256,7 +3255,7 @@ func TestProcessIO_DataMarshalTo(t *testing.T) { } func BenchmarkProcessIO_DataProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ProcessIO_Data, 10000) for i := 0; i < 10000; i++ { @@ -3264,7 +3263,7 @@ func BenchmarkProcessIO_DataProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3274,11 +3273,11 @@ func BenchmarkProcessIO_DataProtoMarshal(b *testing.B) { } func BenchmarkProcessIO_DataProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedProcessIO_Data(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedProcessIO_Data(popr, false)) if err != nil { panic(err) } @@ -3288,7 +3287,7 @@ func BenchmarkProcessIO_DataProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3297,14 +3296,14 @@ func BenchmarkProcessIO_DataProtoUnmarshal(b *testing.B) { func TestProcessIO_ControlProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Control(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ProcessIO_Control{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3325,13 +3324,13 @@ func TestProcessIO_ControlProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestProcessIO_ControlMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Control(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3343,7 +3342,7 @@ func TestProcessIO_ControlMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ProcessIO_Control{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3358,7 +3357,7 @@ func TestProcessIO_ControlMarshalTo(t *testing.T) { } func BenchmarkProcessIO_ControlProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ProcessIO_Control, 10000) for i := 0; i < 10000; i++ { @@ -3366,7 +3365,7 @@ func BenchmarkProcessIO_ControlProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3376,11 +3375,11 @@ func BenchmarkProcessIO_ControlProtoMarshal(b *testing.B) { } func BenchmarkProcessIO_ControlProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedProcessIO_Control(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedProcessIO_Control(popr, false)) if err != nil { panic(err) } @@ -3390,7 +3389,7 @@ func BenchmarkProcessIO_ControlProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3399,14 +3398,14 @@ func BenchmarkProcessIO_ControlProtoUnmarshal(b *testing.B) { func TestProcessIO_Control_HeartbeatProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Control_Heartbeat(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ProcessIO_Control_Heartbeat{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3427,13 +3426,13 @@ func TestProcessIO_Control_HeartbeatProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestProcessIO_Control_HeartbeatMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Control_Heartbeat(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3445,7 +3444,7 @@ func TestProcessIO_Control_HeartbeatMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ProcessIO_Control_Heartbeat{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3460,7 +3459,7 @@ func TestProcessIO_Control_HeartbeatMarshalTo(t *testing.T) { } func BenchmarkProcessIO_Control_HeartbeatProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ProcessIO_Control_Heartbeat, 10000) for i := 0; i < 10000; i++ { @@ -3468,7 +3467,7 @@ func BenchmarkProcessIO_Control_HeartbeatProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3478,11 +3477,11 @@ func BenchmarkProcessIO_Control_HeartbeatProtoMarshal(b *testing.B) { } func BenchmarkProcessIO_Control_HeartbeatProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedProcessIO_Control_Heartbeat(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedProcessIO_Control_Heartbeat(popr, false)) if err != nil { panic(err) } @@ -3492,7 +3491,7 @@ func BenchmarkProcessIO_Control_HeartbeatProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3501,15 +3500,15 @@ func BenchmarkProcessIO_Control_HeartbeatProtoUnmarshal(b *testing.B) { func TestCallJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3522,15 +3521,15 @@ func TestCallJSON(t *testing.T) { } func TestCall_GetMetricsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_GetMetrics(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_GetMetrics{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3543,15 +3542,15 @@ func TestCall_GetMetricsJSON(t *testing.T) { } func TestCall_SetLoggingLevelJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetLoggingLevel(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_SetLoggingLevel{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3564,15 +3563,15 @@ func TestCall_SetLoggingLevelJSON(t *testing.T) { } func TestCall_ListFilesJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ListFiles(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_ListFiles{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3585,15 +3584,15 @@ func TestCall_ListFilesJSON(t *testing.T) { } func TestCall_ReadFileJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReadFile(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_ReadFile{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3606,15 +3605,15 @@ func TestCall_ReadFileJSON(t *testing.T) { } func TestCall_LaunchNestedContainerJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_LaunchNestedContainer(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_LaunchNestedContainer{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3627,15 +3626,15 @@ func TestCall_LaunchNestedContainerJSON(t *testing.T) { } func TestCall_WaitNestedContainerJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_WaitNestedContainer(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_WaitNestedContainer{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3648,15 +3647,15 @@ func TestCall_WaitNestedContainerJSON(t *testing.T) { } func TestCall_KillNestedContainerJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_KillNestedContainer(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_KillNestedContainer{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3669,15 +3668,15 @@ func TestCall_KillNestedContainerJSON(t *testing.T) { } func TestCall_RemoveNestedContainerJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_RemoveNestedContainer(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_RemoveNestedContainer{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3690,15 +3689,15 @@ func TestCall_RemoveNestedContainerJSON(t *testing.T) { } func TestCall_LaunchNestedContainerSessionJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_LaunchNestedContainerSession(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_LaunchNestedContainerSession{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3711,15 +3710,15 @@ func TestCall_LaunchNestedContainerSessionJSON(t *testing.T) { } func TestCall_AttachContainerInputJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AttachContainerInput(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_AttachContainerInput{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3732,15 +3731,15 @@ func TestCall_AttachContainerInputJSON(t *testing.T) { } func TestCall_AttachContainerOutputJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AttachContainerOutput(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_AttachContainerOutput{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3753,15 +3752,15 @@ func TestCall_AttachContainerOutputJSON(t *testing.T) { } func TestResponseJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3774,15 +3773,15 @@ func TestResponseJSON(t *testing.T) { } func TestResponse_GetHealthJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetHealth(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetHealth{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3795,15 +3794,15 @@ func TestResponse_GetHealthJSON(t *testing.T) { } func TestResponse_GetFlagsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFlags(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFlags{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3816,15 +3815,15 @@ func TestResponse_GetFlagsJSON(t *testing.T) { } func TestResponse_GetVersionJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetVersion(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetVersion{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3837,15 +3836,15 @@ func TestResponse_GetVersionJSON(t *testing.T) { } func TestResponse_GetMetricsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMetrics(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetMetrics{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3858,15 +3857,15 @@ func TestResponse_GetMetricsJSON(t *testing.T) { } func TestResponse_GetLoggingLevelJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetLoggingLevel(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetLoggingLevel{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3879,15 +3878,15 @@ func TestResponse_GetLoggingLevelJSON(t *testing.T) { } func TestResponse_ListFilesJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ListFiles(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_ListFiles{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3900,15 +3899,15 @@ func TestResponse_ListFilesJSON(t *testing.T) { } func TestResponse_ReadFileJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ReadFile(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_ReadFile{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3921,15 +3920,15 @@ func TestResponse_ReadFileJSON(t *testing.T) { } func TestResponse_GetStateJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetState(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetState{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3942,15 +3941,15 @@ func TestResponse_GetStateJSON(t *testing.T) { } func TestResponse_GetContainersJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetContainers(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetContainers{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3963,15 +3962,15 @@ func TestResponse_GetContainersJSON(t *testing.T) { } func TestResponse_GetContainers_ContainerJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetContainers_Container(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetContainers_Container{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3984,15 +3983,15 @@ func TestResponse_GetContainers_ContainerJSON(t *testing.T) { } func TestResponse_GetFrameworksJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFrameworks{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4005,15 +4004,15 @@ func TestResponse_GetFrameworksJSON(t *testing.T) { } func TestResponse_GetFrameworks_FrameworkJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks_Framework(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFrameworks_Framework{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4026,15 +4025,15 @@ func TestResponse_GetFrameworks_FrameworkJSON(t *testing.T) { } func TestResponse_GetExecutorsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetExecutors{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4047,15 +4046,15 @@ func TestResponse_GetExecutorsJSON(t *testing.T) { } func TestResponse_GetExecutors_ExecutorJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors_Executor(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetExecutors_Executor{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4068,15 +4067,15 @@ func TestResponse_GetExecutors_ExecutorJSON(t *testing.T) { } func TestResponse_GetTasksJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetTasks(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetTasks{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4089,15 +4088,15 @@ func TestResponse_GetTasksJSON(t *testing.T) { } func TestResponse_GetAgentJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgent(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetAgent{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4110,15 +4109,15 @@ func TestResponse_GetAgentJSON(t *testing.T) { } func TestResponse_WaitNestedContainerJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_WaitNestedContainer(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_WaitNestedContainer{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4131,15 +4130,15 @@ func TestResponse_WaitNestedContainerJSON(t *testing.T) { } func TestProcessIOJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ProcessIO{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4152,15 +4151,15 @@ func TestProcessIOJSON(t *testing.T) { } func TestProcessIO_DataJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Data(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ProcessIO_Data{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4173,15 +4172,15 @@ func TestProcessIO_DataJSON(t *testing.T) { } func TestProcessIO_ControlJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Control(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ProcessIO_Control{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4194,15 +4193,15 @@ func TestProcessIO_ControlJSON(t *testing.T) { } func TestProcessIO_Control_HeartbeatJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Control_Heartbeat(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ProcessIO_Control_Heartbeat{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4215,11 +4214,11 @@ func TestProcessIO_Control_HeartbeatJSON(t *testing.T) { } func TestCallProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4232,11 +4231,11 @@ func TestCallProtoText(t *testing.T) { func TestCallProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4249,11 +4248,11 @@ func TestCallProtoCompactText(t *testing.T) { func TestCall_GetMetricsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_GetMetrics(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_GetMetrics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4266,11 +4265,11 @@ func TestCall_GetMetricsProtoText(t *testing.T) { func TestCall_GetMetricsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_GetMetrics(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_GetMetrics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4283,11 +4282,11 @@ func TestCall_GetMetricsProtoCompactText(t *testing.T) { func TestCall_SetLoggingLevelProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetLoggingLevel(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_SetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4300,11 +4299,11 @@ func TestCall_SetLoggingLevelProtoText(t *testing.T) { func TestCall_SetLoggingLevelProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetLoggingLevel(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_SetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4317,11 +4316,11 @@ func TestCall_SetLoggingLevelProtoCompactText(t *testing.T) { func TestCall_ListFilesProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ListFiles(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_ListFiles{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4334,11 +4333,11 @@ func TestCall_ListFilesProtoText(t *testing.T) { func TestCall_ListFilesProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ListFiles(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_ListFiles{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4351,11 +4350,11 @@ func TestCall_ListFilesProtoCompactText(t *testing.T) { func TestCall_ReadFileProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReadFile(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_ReadFile{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4368,11 +4367,11 @@ func TestCall_ReadFileProtoText(t *testing.T) { func TestCall_ReadFileProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReadFile(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_ReadFile{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4385,11 +4384,11 @@ func TestCall_ReadFileProtoCompactText(t *testing.T) { func TestCall_LaunchNestedContainerProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_LaunchNestedContainer(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_LaunchNestedContainer{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4402,11 +4401,11 @@ func TestCall_LaunchNestedContainerProtoText(t *testing.T) { func TestCall_LaunchNestedContainerProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_LaunchNestedContainer(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_LaunchNestedContainer{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4419,11 +4418,11 @@ func TestCall_LaunchNestedContainerProtoCompactText(t *testing.T) { func TestCall_WaitNestedContainerProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_WaitNestedContainer(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_WaitNestedContainer{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4436,11 +4435,11 @@ func TestCall_WaitNestedContainerProtoText(t *testing.T) { func TestCall_WaitNestedContainerProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_WaitNestedContainer(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_WaitNestedContainer{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4453,11 +4452,11 @@ func TestCall_WaitNestedContainerProtoCompactText(t *testing.T) { func TestCall_KillNestedContainerProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_KillNestedContainer(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_KillNestedContainer{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4470,11 +4469,11 @@ func TestCall_KillNestedContainerProtoText(t *testing.T) { func TestCall_KillNestedContainerProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_KillNestedContainer(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_KillNestedContainer{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4487,11 +4486,11 @@ func TestCall_KillNestedContainerProtoCompactText(t *testing.T) { func TestCall_RemoveNestedContainerProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_RemoveNestedContainer(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_RemoveNestedContainer{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4504,11 +4503,11 @@ func TestCall_RemoveNestedContainerProtoText(t *testing.T) { func TestCall_RemoveNestedContainerProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_RemoveNestedContainer(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_RemoveNestedContainer{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4521,11 +4520,11 @@ func TestCall_RemoveNestedContainerProtoCompactText(t *testing.T) { func TestCall_LaunchNestedContainerSessionProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_LaunchNestedContainerSession(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_LaunchNestedContainerSession{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4538,11 +4537,11 @@ func TestCall_LaunchNestedContainerSessionProtoText(t *testing.T) { func TestCall_LaunchNestedContainerSessionProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_LaunchNestedContainerSession(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_LaunchNestedContainerSession{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4555,11 +4554,11 @@ func TestCall_LaunchNestedContainerSessionProtoCompactText(t *testing.T) { func TestCall_AttachContainerInputProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AttachContainerInput(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_AttachContainerInput{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4572,11 +4571,11 @@ func TestCall_AttachContainerInputProtoText(t *testing.T) { func TestCall_AttachContainerInputProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AttachContainerInput(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_AttachContainerInput{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4589,11 +4588,11 @@ func TestCall_AttachContainerInputProtoCompactText(t *testing.T) { func TestCall_AttachContainerOutputProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AttachContainerOutput(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_AttachContainerOutput{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4606,11 +4605,11 @@ func TestCall_AttachContainerOutputProtoText(t *testing.T) { func TestCall_AttachContainerOutputProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AttachContainerOutput(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_AttachContainerOutput{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4623,11 +4622,11 @@ func TestCall_AttachContainerOutputProtoCompactText(t *testing.T) { func TestResponseProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4640,11 +4639,11 @@ func TestResponseProtoText(t *testing.T) { func TestResponseProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4657,11 +4656,11 @@ func TestResponseProtoCompactText(t *testing.T) { func TestResponse_GetHealthProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetHealth(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetHealth{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4674,11 +4673,11 @@ func TestResponse_GetHealthProtoText(t *testing.T) { func TestResponse_GetHealthProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetHealth(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetHealth{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4691,11 +4690,11 @@ func TestResponse_GetHealthProtoCompactText(t *testing.T) { func TestResponse_GetFlagsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFlags(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetFlags{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4708,11 +4707,11 @@ func TestResponse_GetFlagsProtoText(t *testing.T) { func TestResponse_GetFlagsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFlags(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetFlags{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4725,11 +4724,11 @@ func TestResponse_GetFlagsProtoCompactText(t *testing.T) { func TestResponse_GetVersionProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetVersion(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetVersion{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4742,11 +4741,11 @@ func TestResponse_GetVersionProtoText(t *testing.T) { func TestResponse_GetVersionProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetVersion(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetVersion{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4759,11 +4758,11 @@ func TestResponse_GetVersionProtoCompactText(t *testing.T) { func TestResponse_GetMetricsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMetrics(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetMetrics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4776,11 +4775,11 @@ func TestResponse_GetMetricsProtoText(t *testing.T) { func TestResponse_GetMetricsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMetrics(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetMetrics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4793,11 +4792,11 @@ func TestResponse_GetMetricsProtoCompactText(t *testing.T) { func TestResponse_GetLoggingLevelProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetLoggingLevel(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4810,11 +4809,11 @@ func TestResponse_GetLoggingLevelProtoText(t *testing.T) { func TestResponse_GetLoggingLevelProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetLoggingLevel(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4827,11 +4826,11 @@ func TestResponse_GetLoggingLevelProtoCompactText(t *testing.T) { func TestResponse_ListFilesProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ListFiles(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_ListFiles{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4844,11 +4843,11 @@ func TestResponse_ListFilesProtoText(t *testing.T) { func TestResponse_ListFilesProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ListFiles(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_ListFiles{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4861,11 +4860,11 @@ func TestResponse_ListFilesProtoCompactText(t *testing.T) { func TestResponse_ReadFileProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ReadFile(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_ReadFile{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4878,11 +4877,11 @@ func TestResponse_ReadFileProtoText(t *testing.T) { func TestResponse_ReadFileProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ReadFile(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_ReadFile{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4895,11 +4894,11 @@ func TestResponse_ReadFileProtoCompactText(t *testing.T) { func TestResponse_GetStateProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetState(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetState{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4912,11 +4911,11 @@ func TestResponse_GetStateProtoText(t *testing.T) { func TestResponse_GetStateProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetState(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetState{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4929,11 +4928,11 @@ func TestResponse_GetStateProtoCompactText(t *testing.T) { func TestResponse_GetContainersProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetContainers(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetContainers{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4946,11 +4945,11 @@ func TestResponse_GetContainersProtoText(t *testing.T) { func TestResponse_GetContainersProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetContainers(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetContainers{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4963,11 +4962,11 @@ func TestResponse_GetContainersProtoCompactText(t *testing.T) { func TestResponse_GetContainers_ContainerProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetContainers_Container(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetContainers_Container{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4980,11 +4979,11 @@ func TestResponse_GetContainers_ContainerProtoText(t *testing.T) { func TestResponse_GetContainers_ContainerProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetContainers_Container(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetContainers_Container{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -4997,11 +4996,11 @@ func TestResponse_GetContainers_ContainerProtoCompactText(t *testing.T) { func TestResponse_GetFrameworksProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetFrameworks{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5014,11 +5013,11 @@ func TestResponse_GetFrameworksProtoText(t *testing.T) { func TestResponse_GetFrameworksProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetFrameworks{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5031,11 +5030,11 @@ func TestResponse_GetFrameworksProtoCompactText(t *testing.T) { func TestResponse_GetFrameworks_FrameworkProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks_Framework(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetFrameworks_Framework{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5048,11 +5047,11 @@ func TestResponse_GetFrameworks_FrameworkProtoText(t *testing.T) { func TestResponse_GetFrameworks_FrameworkProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks_Framework(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetFrameworks_Framework{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5065,11 +5064,11 @@ func TestResponse_GetFrameworks_FrameworkProtoCompactText(t *testing.T) { func TestResponse_GetExecutorsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetExecutors{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5082,11 +5081,11 @@ func TestResponse_GetExecutorsProtoText(t *testing.T) { func TestResponse_GetExecutorsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetExecutors{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5099,11 +5098,11 @@ func TestResponse_GetExecutorsProtoCompactText(t *testing.T) { func TestResponse_GetExecutors_ExecutorProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors_Executor(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetExecutors_Executor{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5116,11 +5115,11 @@ func TestResponse_GetExecutors_ExecutorProtoText(t *testing.T) { func TestResponse_GetExecutors_ExecutorProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors_Executor(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetExecutors_Executor{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5133,11 +5132,11 @@ func TestResponse_GetExecutors_ExecutorProtoCompactText(t *testing.T) { func TestResponse_GetTasksProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetTasks(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetTasks{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5150,11 +5149,11 @@ func TestResponse_GetTasksProtoText(t *testing.T) { func TestResponse_GetTasksProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetTasks(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetTasks{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5167,11 +5166,11 @@ func TestResponse_GetTasksProtoCompactText(t *testing.T) { func TestResponse_GetAgentProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgent(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetAgent{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5184,11 +5183,11 @@ func TestResponse_GetAgentProtoText(t *testing.T) { func TestResponse_GetAgentProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgent(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetAgent{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5201,11 +5200,11 @@ func TestResponse_GetAgentProtoCompactText(t *testing.T) { func TestResponse_WaitNestedContainerProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_WaitNestedContainer(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_WaitNestedContainer{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5218,11 +5217,11 @@ func TestResponse_WaitNestedContainerProtoText(t *testing.T) { func TestResponse_WaitNestedContainerProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_WaitNestedContainer(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_WaitNestedContainer{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5235,11 +5234,11 @@ func TestResponse_WaitNestedContainerProtoCompactText(t *testing.T) { func TestProcessIOProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ProcessIO{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5252,11 +5251,11 @@ func TestProcessIOProtoText(t *testing.T) { func TestProcessIOProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ProcessIO{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5269,11 +5268,11 @@ func TestProcessIOProtoCompactText(t *testing.T) { func TestProcessIO_DataProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Data(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ProcessIO_Data{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5286,11 +5285,11 @@ func TestProcessIO_DataProtoText(t *testing.T) { func TestProcessIO_DataProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Data(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ProcessIO_Data{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5303,11 +5302,11 @@ func TestProcessIO_DataProtoCompactText(t *testing.T) { func TestProcessIO_ControlProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Control(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ProcessIO_Control{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5320,11 +5319,11 @@ func TestProcessIO_ControlProtoText(t *testing.T) { func TestProcessIO_ControlProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Control(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ProcessIO_Control{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5337,11 +5336,11 @@ func TestProcessIO_ControlProtoCompactText(t *testing.T) { func TestProcessIO_Control_HeartbeatProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Control_Heartbeat(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ProcessIO_Control_Heartbeat{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5354,11 +5353,11 @@ func TestProcessIO_Control_HeartbeatProtoText(t *testing.T) { func TestProcessIO_Control_HeartbeatProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Control_Heartbeat(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ProcessIO_Control_Heartbeat{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5370,14 +5369,14 @@ func TestProcessIO_Control_HeartbeatProtoCompactText(t *testing.T) { } func TestCallVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5385,14 +5384,14 @@ func TestCallVerboseEqual(t *testing.T) { } } func TestCall_GetMetricsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_GetMetrics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_GetMetrics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5400,14 +5399,14 @@ func TestCall_GetMetricsVerboseEqual(t *testing.T) { } } func TestCall_SetLoggingLevelVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_SetLoggingLevel(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_SetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5415,14 +5414,14 @@ func TestCall_SetLoggingLevelVerboseEqual(t *testing.T) { } } func TestCall_ListFilesVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_ListFiles(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_ListFiles{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5430,14 +5429,14 @@ func TestCall_ListFilesVerboseEqual(t *testing.T) { } } func TestCall_ReadFileVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_ReadFile(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_ReadFile{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5445,14 +5444,14 @@ func TestCall_ReadFileVerboseEqual(t *testing.T) { } } func TestCall_LaunchNestedContainerVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_LaunchNestedContainer(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_LaunchNestedContainer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5460,14 +5459,14 @@ func TestCall_LaunchNestedContainerVerboseEqual(t *testing.T) { } } func TestCall_WaitNestedContainerVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_WaitNestedContainer(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_WaitNestedContainer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5475,14 +5474,14 @@ func TestCall_WaitNestedContainerVerboseEqual(t *testing.T) { } } func TestCall_KillNestedContainerVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_KillNestedContainer(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_KillNestedContainer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5490,14 +5489,14 @@ func TestCall_KillNestedContainerVerboseEqual(t *testing.T) { } } func TestCall_RemoveNestedContainerVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_RemoveNestedContainer(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_RemoveNestedContainer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5505,14 +5504,14 @@ func TestCall_RemoveNestedContainerVerboseEqual(t *testing.T) { } } func TestCall_LaunchNestedContainerSessionVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_LaunchNestedContainerSession(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_LaunchNestedContainerSession{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5520,14 +5519,14 @@ func TestCall_LaunchNestedContainerSessionVerboseEqual(t *testing.T) { } } func TestCall_AttachContainerInputVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_AttachContainerInput(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_AttachContainerInput{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5535,14 +5534,14 @@ func TestCall_AttachContainerInputVerboseEqual(t *testing.T) { } } func TestCall_AttachContainerOutputVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_AttachContainerOutput(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_AttachContainerOutput{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5550,14 +5549,14 @@ func TestCall_AttachContainerOutputVerboseEqual(t *testing.T) { } } func TestResponseVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5565,14 +5564,14 @@ func TestResponseVerboseEqual(t *testing.T) { } } func TestResponse_GetHealthVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetHealth(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetHealth{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5580,14 +5579,14 @@ func TestResponse_GetHealthVerboseEqual(t *testing.T) { } } func TestResponse_GetFlagsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFlags(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetFlags{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5595,14 +5594,14 @@ func TestResponse_GetFlagsVerboseEqual(t *testing.T) { } } func TestResponse_GetVersionVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetVersion(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetVersion{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5610,14 +5609,14 @@ func TestResponse_GetVersionVerboseEqual(t *testing.T) { } } func TestResponse_GetMetricsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetMetrics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetMetrics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5625,14 +5624,14 @@ func TestResponse_GetMetricsVerboseEqual(t *testing.T) { } } func TestResponse_GetLoggingLevelVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetLoggingLevel(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5640,14 +5639,14 @@ func TestResponse_GetLoggingLevelVerboseEqual(t *testing.T) { } } func TestResponse_ListFilesVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_ListFiles(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_ListFiles{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5655,14 +5654,14 @@ func TestResponse_ListFilesVerboseEqual(t *testing.T) { } } func TestResponse_ReadFileVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_ReadFile(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_ReadFile{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5670,14 +5669,14 @@ func TestResponse_ReadFileVerboseEqual(t *testing.T) { } } func TestResponse_GetStateVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetState(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetState{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5685,14 +5684,14 @@ func TestResponse_GetStateVerboseEqual(t *testing.T) { } } func TestResponse_GetContainersVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetContainers(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetContainers{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5700,14 +5699,14 @@ func TestResponse_GetContainersVerboseEqual(t *testing.T) { } } func TestResponse_GetContainers_ContainerVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetContainers_Container(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetContainers_Container{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5715,14 +5714,14 @@ func TestResponse_GetContainers_ContainerVerboseEqual(t *testing.T) { } } func TestResponse_GetFrameworksVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFrameworks(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetFrameworks{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5730,14 +5729,14 @@ func TestResponse_GetFrameworksVerboseEqual(t *testing.T) { } } func TestResponse_GetFrameworks_FrameworkVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFrameworks_Framework(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetFrameworks_Framework{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5745,14 +5744,14 @@ func TestResponse_GetFrameworks_FrameworkVerboseEqual(t *testing.T) { } } func TestResponse_GetExecutorsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetExecutors(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetExecutors{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5760,14 +5759,14 @@ func TestResponse_GetExecutorsVerboseEqual(t *testing.T) { } } func TestResponse_GetExecutors_ExecutorVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetExecutors_Executor(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetExecutors_Executor{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5775,14 +5774,14 @@ func TestResponse_GetExecutors_ExecutorVerboseEqual(t *testing.T) { } } func TestResponse_GetTasksVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetTasks(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetTasks{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5790,14 +5789,14 @@ func TestResponse_GetTasksVerboseEqual(t *testing.T) { } } func TestResponse_GetAgentVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetAgent(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetAgent{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5805,14 +5804,14 @@ func TestResponse_GetAgentVerboseEqual(t *testing.T) { } } func TestResponse_WaitNestedContainerVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_WaitNestedContainer(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_WaitNestedContainer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5820,14 +5819,14 @@ func TestResponse_WaitNestedContainerVerboseEqual(t *testing.T) { } } func TestProcessIOVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedProcessIO(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ProcessIO{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5835,14 +5834,14 @@ func TestProcessIOVerboseEqual(t *testing.T) { } } func TestProcessIO_DataVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedProcessIO_Data(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ProcessIO_Data{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5850,14 +5849,14 @@ func TestProcessIO_DataVerboseEqual(t *testing.T) { } } func TestProcessIO_ControlVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedProcessIO_Control(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ProcessIO_Control{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5865,14 +5864,14 @@ func TestProcessIO_ControlVerboseEqual(t *testing.T) { } } func TestProcessIO_Control_HeartbeatVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedProcessIO_Control_Heartbeat(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ProcessIO_Control_Heartbeat{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -5880,453 +5879,453 @@ func TestProcessIO_Control_HeartbeatVerboseEqual(t *testing.T) { } } func TestCallGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_GetMetricsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_GetMetrics(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_SetLoggingLevelGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_SetLoggingLevel(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_ListFilesGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_ListFiles(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_ReadFileGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_ReadFile(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_LaunchNestedContainerGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_LaunchNestedContainer(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_WaitNestedContainerGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_WaitNestedContainer(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_KillNestedContainerGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_KillNestedContainer(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_RemoveNestedContainerGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_RemoveNestedContainer(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_LaunchNestedContainerSessionGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_LaunchNestedContainerSession(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_AttachContainerInputGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_AttachContainerInput(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_AttachContainerOutputGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_AttachContainerOutput(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponseGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetHealthGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetHealth(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetFlagsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFlags(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetVersionGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetVersion(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetMetricsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetMetrics(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetLoggingLevelGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetLoggingLevel(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_ListFilesGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_ListFiles(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_ReadFileGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_ReadFile(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetStateGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetState(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetContainersGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetContainers(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetContainers_ContainerGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetContainers_Container(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetFrameworksGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFrameworks(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetFrameworks_FrameworkGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFrameworks_Framework(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetExecutorsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetExecutors(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetExecutors_ExecutorGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetExecutors_Executor(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetTasksGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetTasks(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetAgentGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetAgent(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_WaitNestedContainerGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_WaitNestedContainer(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestProcessIOGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedProcessIO(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestProcessIO_DataGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedProcessIO_Data(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestProcessIO_ControlGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedProcessIO_Control(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestProcessIO_Control_HeartbeatGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedProcessIO_Control_Heartbeat(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCallProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6337,14 +6336,14 @@ func TestCallProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCallProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call, 1000) for i := 0; i < 1000; i++ { @@ -6359,10 +6358,10 @@ func BenchmarkCallProtoSize(b *testing.B) { func TestCall_GetMetricsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_GetMetrics(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6373,14 +6372,14 @@ func TestCall_GetMetricsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_GetMetricsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_GetMetrics, 1000) for i := 0; i < 1000; i++ { @@ -6395,10 +6394,10 @@ func BenchmarkCall_GetMetricsProtoSize(b *testing.B) { func TestCall_SetLoggingLevelProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetLoggingLevel(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6409,14 +6408,14 @@ func TestCall_SetLoggingLevelProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_SetLoggingLevelProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_SetLoggingLevel, 1000) for i := 0; i < 1000; i++ { @@ -6431,10 +6430,10 @@ func BenchmarkCall_SetLoggingLevelProtoSize(b *testing.B) { func TestCall_ListFilesProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ListFiles(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6445,14 +6444,14 @@ func TestCall_ListFilesProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_ListFilesProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_ListFiles, 1000) for i := 0; i < 1000; i++ { @@ -6467,10 +6466,10 @@ func BenchmarkCall_ListFilesProtoSize(b *testing.B) { func TestCall_ReadFileProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReadFile(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6481,14 +6480,14 @@ func TestCall_ReadFileProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_ReadFileProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_ReadFile, 1000) for i := 0; i < 1000; i++ { @@ -6503,10 +6502,10 @@ func BenchmarkCall_ReadFileProtoSize(b *testing.B) { func TestCall_LaunchNestedContainerProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_LaunchNestedContainer(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6517,14 +6516,14 @@ func TestCall_LaunchNestedContainerProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_LaunchNestedContainerProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_LaunchNestedContainer, 1000) for i := 0; i < 1000; i++ { @@ -6539,10 +6538,10 @@ func BenchmarkCall_LaunchNestedContainerProtoSize(b *testing.B) { func TestCall_WaitNestedContainerProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_WaitNestedContainer(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6553,14 +6552,14 @@ func TestCall_WaitNestedContainerProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_WaitNestedContainerProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_WaitNestedContainer, 1000) for i := 0; i < 1000; i++ { @@ -6575,10 +6574,10 @@ func BenchmarkCall_WaitNestedContainerProtoSize(b *testing.B) { func TestCall_KillNestedContainerProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_KillNestedContainer(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6589,14 +6588,14 @@ func TestCall_KillNestedContainerProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_KillNestedContainerProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_KillNestedContainer, 1000) for i := 0; i < 1000; i++ { @@ -6611,10 +6610,10 @@ func BenchmarkCall_KillNestedContainerProtoSize(b *testing.B) { func TestCall_RemoveNestedContainerProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_RemoveNestedContainer(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6625,14 +6624,14 @@ func TestCall_RemoveNestedContainerProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_RemoveNestedContainerProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_RemoveNestedContainer, 1000) for i := 0; i < 1000; i++ { @@ -6647,10 +6646,10 @@ func BenchmarkCall_RemoveNestedContainerProtoSize(b *testing.B) { func TestCall_LaunchNestedContainerSessionProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_LaunchNestedContainerSession(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6661,14 +6660,14 @@ func TestCall_LaunchNestedContainerSessionProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_LaunchNestedContainerSessionProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_LaunchNestedContainerSession, 1000) for i := 0; i < 1000; i++ { @@ -6683,10 +6682,10 @@ func BenchmarkCall_LaunchNestedContainerSessionProtoSize(b *testing.B) { func TestCall_AttachContainerInputProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AttachContainerInput(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6697,14 +6696,14 @@ func TestCall_AttachContainerInputProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_AttachContainerInputProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_AttachContainerInput, 1000) for i := 0; i < 1000; i++ { @@ -6719,10 +6718,10 @@ func BenchmarkCall_AttachContainerInputProtoSize(b *testing.B) { func TestCall_AttachContainerOutputProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AttachContainerOutput(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6733,14 +6732,14 @@ func TestCall_AttachContainerOutputProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_AttachContainerOutputProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_AttachContainerOutput, 1000) for i := 0; i < 1000; i++ { @@ -6755,10 +6754,10 @@ func BenchmarkCall_AttachContainerOutputProtoSize(b *testing.B) { func TestResponseProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6769,14 +6768,14 @@ func TestResponseProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponseProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response, 1000) for i := 0; i < 1000; i++ { @@ -6791,10 +6790,10 @@ func BenchmarkResponseProtoSize(b *testing.B) { func TestResponse_GetHealthProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetHealth(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6805,14 +6804,14 @@ func TestResponse_GetHealthProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetHealthProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetHealth, 1000) for i := 0; i < 1000; i++ { @@ -6827,10 +6826,10 @@ func BenchmarkResponse_GetHealthProtoSize(b *testing.B) { func TestResponse_GetFlagsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFlags(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6841,14 +6840,14 @@ func TestResponse_GetFlagsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetFlagsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetFlags, 1000) for i := 0; i < 1000; i++ { @@ -6863,10 +6862,10 @@ func BenchmarkResponse_GetFlagsProtoSize(b *testing.B) { func TestResponse_GetVersionProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetVersion(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6877,14 +6876,14 @@ func TestResponse_GetVersionProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetVersionProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetVersion, 1000) for i := 0; i < 1000; i++ { @@ -6899,10 +6898,10 @@ func BenchmarkResponse_GetVersionProtoSize(b *testing.B) { func TestResponse_GetMetricsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMetrics(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6913,14 +6912,14 @@ func TestResponse_GetMetricsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetMetricsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetMetrics, 1000) for i := 0; i < 1000; i++ { @@ -6935,10 +6934,10 @@ func BenchmarkResponse_GetMetricsProtoSize(b *testing.B) { func TestResponse_GetLoggingLevelProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetLoggingLevel(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6949,14 +6948,14 @@ func TestResponse_GetLoggingLevelProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetLoggingLevelProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetLoggingLevel, 1000) for i := 0; i < 1000; i++ { @@ -6971,10 +6970,10 @@ func BenchmarkResponse_GetLoggingLevelProtoSize(b *testing.B) { func TestResponse_ListFilesProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ListFiles(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -6985,14 +6984,14 @@ func TestResponse_ListFilesProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_ListFilesProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_ListFiles, 1000) for i := 0; i < 1000; i++ { @@ -7007,10 +7006,10 @@ func BenchmarkResponse_ListFilesProtoSize(b *testing.B) { func TestResponse_ReadFileProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ReadFile(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -7021,14 +7020,14 @@ func TestResponse_ReadFileProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_ReadFileProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_ReadFile, 1000) for i := 0; i < 1000; i++ { @@ -7043,10 +7042,10 @@ func BenchmarkResponse_ReadFileProtoSize(b *testing.B) { func TestResponse_GetStateProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetState(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -7057,14 +7056,14 @@ func TestResponse_GetStateProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetStateProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetState, 1000) for i := 0; i < 1000; i++ { @@ -7079,10 +7078,10 @@ func BenchmarkResponse_GetStateProtoSize(b *testing.B) { func TestResponse_GetContainersProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetContainers(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -7093,14 +7092,14 @@ func TestResponse_GetContainersProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetContainersProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetContainers, 1000) for i := 0; i < 1000; i++ { @@ -7115,10 +7114,10 @@ func BenchmarkResponse_GetContainersProtoSize(b *testing.B) { func TestResponse_GetContainers_ContainerProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetContainers_Container(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -7129,14 +7128,14 @@ func TestResponse_GetContainers_ContainerProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetContainers_ContainerProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetContainers_Container, 1000) for i := 0; i < 1000; i++ { @@ -7151,10 +7150,10 @@ func BenchmarkResponse_GetContainers_ContainerProtoSize(b *testing.B) { func TestResponse_GetFrameworksProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -7165,14 +7164,14 @@ func TestResponse_GetFrameworksProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetFrameworksProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetFrameworks, 1000) for i := 0; i < 1000; i++ { @@ -7187,10 +7186,10 @@ func BenchmarkResponse_GetFrameworksProtoSize(b *testing.B) { func TestResponse_GetFrameworks_FrameworkProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks_Framework(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -7201,14 +7200,14 @@ func TestResponse_GetFrameworks_FrameworkProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetFrameworks_FrameworkProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetFrameworks_Framework, 1000) for i := 0; i < 1000; i++ { @@ -7223,10 +7222,10 @@ func BenchmarkResponse_GetFrameworks_FrameworkProtoSize(b *testing.B) { func TestResponse_GetExecutorsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -7237,14 +7236,14 @@ func TestResponse_GetExecutorsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetExecutorsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetExecutors, 1000) for i := 0; i < 1000; i++ { @@ -7259,10 +7258,10 @@ func BenchmarkResponse_GetExecutorsProtoSize(b *testing.B) { func TestResponse_GetExecutors_ExecutorProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors_Executor(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -7273,14 +7272,14 @@ func TestResponse_GetExecutors_ExecutorProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetExecutors_ExecutorProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetExecutors_Executor, 1000) for i := 0; i < 1000; i++ { @@ -7295,10 +7294,10 @@ func BenchmarkResponse_GetExecutors_ExecutorProtoSize(b *testing.B) { func TestResponse_GetTasksProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetTasks(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -7309,14 +7308,14 @@ func TestResponse_GetTasksProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetTasksProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetTasks, 1000) for i := 0; i < 1000; i++ { @@ -7331,10 +7330,10 @@ func BenchmarkResponse_GetTasksProtoSize(b *testing.B) { func TestResponse_GetAgentProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgent(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -7345,14 +7344,14 @@ func TestResponse_GetAgentProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetAgentProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetAgent, 1000) for i := 0; i < 1000; i++ { @@ -7367,10 +7366,10 @@ func BenchmarkResponse_GetAgentProtoSize(b *testing.B) { func TestResponse_WaitNestedContainerProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_WaitNestedContainer(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -7381,14 +7380,14 @@ func TestResponse_WaitNestedContainerProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_WaitNestedContainerProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_WaitNestedContainer, 1000) for i := 0; i < 1000; i++ { @@ -7403,10 +7402,10 @@ func BenchmarkResponse_WaitNestedContainerProtoSize(b *testing.B) { func TestProcessIOProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -7417,14 +7416,14 @@ func TestProcessIOProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkProcessIOProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ProcessIO, 1000) for i := 0; i < 1000; i++ { @@ -7439,10 +7438,10 @@ func BenchmarkProcessIOProtoSize(b *testing.B) { func TestProcessIO_DataProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Data(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -7453,14 +7452,14 @@ func TestProcessIO_DataProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkProcessIO_DataProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ProcessIO_Data, 1000) for i := 0; i < 1000; i++ { @@ -7475,10 +7474,10 @@ func BenchmarkProcessIO_DataProtoSize(b *testing.B) { func TestProcessIO_ControlProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Control(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -7489,14 +7488,14 @@ func TestProcessIO_ControlProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkProcessIO_ControlProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ProcessIO_Control, 1000) for i := 0; i < 1000; i++ { @@ -7511,10 +7510,10 @@ func BenchmarkProcessIO_ControlProtoSize(b *testing.B) { func TestProcessIO_Control_HeartbeatProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedProcessIO_Control_Heartbeat(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -7525,14 +7524,14 @@ func TestProcessIO_Control_HeartbeatProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkProcessIO_Control_HeartbeatProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ProcessIO_Control_Heartbeat, 1000) for i := 0; i < 1000; i++ { @@ -7546,7 +7545,7 @@ func BenchmarkProcessIO_Control_HeartbeatProtoSize(b *testing.B) { } func TestCallStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7555,7 +7554,7 @@ func TestCallStringer(t *testing.T) { } } func TestCall_GetMetricsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_GetMetrics(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7564,7 +7563,7 @@ func TestCall_GetMetricsStringer(t *testing.T) { } } func TestCall_SetLoggingLevelStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_SetLoggingLevel(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7573,7 +7572,7 @@ func TestCall_SetLoggingLevelStringer(t *testing.T) { } } func TestCall_ListFilesStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_ListFiles(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7582,7 +7581,7 @@ func TestCall_ListFilesStringer(t *testing.T) { } } func TestCall_ReadFileStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_ReadFile(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7591,7 +7590,7 @@ func TestCall_ReadFileStringer(t *testing.T) { } } func TestCall_LaunchNestedContainerStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_LaunchNestedContainer(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7600,7 +7599,7 @@ func TestCall_LaunchNestedContainerStringer(t *testing.T) { } } func TestCall_WaitNestedContainerStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_WaitNestedContainer(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7609,7 +7608,7 @@ func TestCall_WaitNestedContainerStringer(t *testing.T) { } } func TestCall_KillNestedContainerStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_KillNestedContainer(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7618,7 +7617,7 @@ func TestCall_KillNestedContainerStringer(t *testing.T) { } } func TestCall_RemoveNestedContainerStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_RemoveNestedContainer(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7627,7 +7626,7 @@ func TestCall_RemoveNestedContainerStringer(t *testing.T) { } } func TestCall_LaunchNestedContainerSessionStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_LaunchNestedContainerSession(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7636,7 +7635,7 @@ func TestCall_LaunchNestedContainerSessionStringer(t *testing.T) { } } func TestCall_AttachContainerInputStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_AttachContainerInput(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7645,7 +7644,7 @@ func TestCall_AttachContainerInputStringer(t *testing.T) { } } func TestCall_AttachContainerOutputStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_AttachContainerOutput(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7654,7 +7653,7 @@ func TestCall_AttachContainerOutputStringer(t *testing.T) { } } func TestResponseStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7663,7 +7662,7 @@ func TestResponseStringer(t *testing.T) { } } func TestResponse_GetHealthStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetHealth(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7672,7 +7671,7 @@ func TestResponse_GetHealthStringer(t *testing.T) { } } func TestResponse_GetFlagsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFlags(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7681,7 +7680,7 @@ func TestResponse_GetFlagsStringer(t *testing.T) { } } func TestResponse_GetVersionStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetVersion(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7690,7 +7689,7 @@ func TestResponse_GetVersionStringer(t *testing.T) { } } func TestResponse_GetMetricsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetMetrics(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7699,7 +7698,7 @@ func TestResponse_GetMetricsStringer(t *testing.T) { } } func TestResponse_GetLoggingLevelStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetLoggingLevel(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7708,7 +7707,7 @@ func TestResponse_GetLoggingLevelStringer(t *testing.T) { } } func TestResponse_ListFilesStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_ListFiles(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7717,7 +7716,7 @@ func TestResponse_ListFilesStringer(t *testing.T) { } } func TestResponse_ReadFileStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_ReadFile(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7726,7 +7725,7 @@ func TestResponse_ReadFileStringer(t *testing.T) { } } func TestResponse_GetStateStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetState(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7735,7 +7734,7 @@ func TestResponse_GetStateStringer(t *testing.T) { } } func TestResponse_GetContainersStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetContainers(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7744,7 +7743,7 @@ func TestResponse_GetContainersStringer(t *testing.T) { } } func TestResponse_GetContainers_ContainerStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetContainers_Container(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7753,7 +7752,7 @@ func TestResponse_GetContainers_ContainerStringer(t *testing.T) { } } func TestResponse_GetFrameworksStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFrameworks(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7762,7 +7761,7 @@ func TestResponse_GetFrameworksStringer(t *testing.T) { } } func TestResponse_GetFrameworks_FrameworkStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFrameworks_Framework(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7771,7 +7770,7 @@ func TestResponse_GetFrameworks_FrameworkStringer(t *testing.T) { } } func TestResponse_GetExecutorsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetExecutors(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7780,7 +7779,7 @@ func TestResponse_GetExecutorsStringer(t *testing.T) { } } func TestResponse_GetExecutors_ExecutorStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetExecutors_Executor(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7789,7 +7788,7 @@ func TestResponse_GetExecutors_ExecutorStringer(t *testing.T) { } } func TestResponse_GetTasksStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetTasks(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7798,7 +7797,7 @@ func TestResponse_GetTasksStringer(t *testing.T) { } } func TestResponse_GetAgentStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetAgent(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7807,7 +7806,7 @@ func TestResponse_GetAgentStringer(t *testing.T) { } } func TestResponse_WaitNestedContainerStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_WaitNestedContainer(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7816,7 +7815,7 @@ func TestResponse_WaitNestedContainerStringer(t *testing.T) { } } func TestProcessIOStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedProcessIO(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7825,7 +7824,7 @@ func TestProcessIOStringer(t *testing.T) { } } func TestProcessIO_DataStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedProcessIO_Data(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7834,7 +7833,7 @@ func TestProcessIO_DataStringer(t *testing.T) { } } func TestProcessIO_ControlStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedProcessIO_Control(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -7843,7 +7842,7 @@ func TestProcessIO_ControlStringer(t *testing.T) { } } func TestProcessIO_Control_HeartbeatStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedProcessIO_Control_Heartbeat(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) diff --git a/api/v1/lib/allocator/allocator.pb.go b/api/v1/lib/allocator/allocator.pb.go index 7fa1c9dd..cea7a97e 100644 --- a/api/v1/lib/allocator/allocator.pb.go +++ b/api/v1/lib/allocator/allocator.pb.go @@ -23,8 +23,6 @@ import strconv "strconv" import strings "strings" import reflect "reflect" -import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto" - import io "io" // Reference imports to suppress errors if they are not otherwise used. @@ -178,10 +176,7 @@ func (this *InverseOfferStatus) VerboseEqual(that interface{}) error { } func (this *InverseOfferStatus) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*InverseOfferStatus) @@ -194,10 +189,7 @@ func (this *InverseOfferStatus) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -256,7 +248,7 @@ func (m *InverseOfferStatus) MarshalTo(dAtA []byte) (int, error) { var l int _ = l if m.Status == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("status") + return 0, proto.NewRequiredNotSetError("status") } else { dAtA[i] = 0x8 i++ @@ -281,24 +273,6 @@ func (m *InverseOfferStatus) MarshalTo(dAtA []byte) (int, error) { return i, nil } -func encodeFixed64Allocator(dAtA []byte, offset int, v uint64) int { - dAtA[offset] = uint8(v) - dAtA[offset+1] = uint8(v >> 8) - dAtA[offset+2] = uint8(v >> 16) - dAtA[offset+3] = uint8(v >> 24) - dAtA[offset+4] = uint8(v >> 32) - dAtA[offset+5] = uint8(v >> 40) - dAtA[offset+6] = uint8(v >> 48) - dAtA[offset+7] = uint8(v >> 56) - return offset + 8 -} -func encodeFixed32Allocator(dAtA []byte, offset int, v uint32) int { - dAtA[offset] = uint8(v) - dAtA[offset+1] = uint8(v >> 8) - dAtA[offset+2] = uint8(v >> 16) - dAtA[offset+3] = uint8(v >> 24) - return offset + 4 -} func encodeVarintAllocator(dAtA []byte, offset int, v uint64) int { for v >= 1<<7 { dAtA[offset] = uint8(v&0x7f | 0x80) @@ -568,13 +542,13 @@ func (m *InverseOfferStatus) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("status") + return proto.NewRequiredNotSetError("status") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("framework_id") + return proto.NewRequiredNotSetError("framework_id") } if hasFields[0]&uint64(0x00000004) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("timestamp") + return proto.NewRequiredNotSetError("timestamp") } if iNdEx > l { diff --git a/api/v1/lib/allocator/allocatorpb_test.go b/api/v1/lib/allocator/allocatorpb_test.go index 98ea05af..88cc1c32 100644 --- a/api/v1/lib/allocator/allocatorpb_test.go +++ b/api/v1/lib/allocator/allocatorpb_test.go @@ -13,13 +13,12 @@ It has these top-level messages: package allocator import testing "testing" -import math_rand "math/rand" +import rand "math/rand" import time "time" -import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto" -import github_com_gogo_protobuf_jsonpb "github.com/gogo/protobuf/jsonpb" -import fmt "fmt" -import go_parser "go/parser" import proto "github.com/gogo/protobuf/proto" +import jsonpb "github.com/gogo/protobuf/jsonpb" +import fmt "fmt" +import parser "go/parser" import math "math" import _ "github.com/mesos/mesos-go/api/v1/lib" import _ "github.com/gogo/protobuf/gogoproto" @@ -31,14 +30,14 @@ var _ = math.Inf func TestInverseOfferStatusProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedInverseOfferStatus(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &InverseOfferStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -59,13 +58,13 @@ func TestInverseOfferStatusProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestInverseOfferStatusMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedInverseOfferStatus(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -77,7 +76,7 @@ func TestInverseOfferStatusMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &InverseOfferStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -92,7 +91,7 @@ func TestInverseOfferStatusMarshalTo(t *testing.T) { } func BenchmarkInverseOfferStatusProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*InverseOfferStatus, 10000) for i := 0; i < 10000; i++ { @@ -100,7 +99,7 @@ func BenchmarkInverseOfferStatusProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -110,11 +109,11 @@ func BenchmarkInverseOfferStatusProtoMarshal(b *testing.B) { } func BenchmarkInverseOfferStatusProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedInverseOfferStatus(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedInverseOfferStatus(popr, false)) if err != nil { panic(err) } @@ -124,7 +123,7 @@ func BenchmarkInverseOfferStatusProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -133,15 +132,15 @@ func BenchmarkInverseOfferStatusProtoUnmarshal(b *testing.B) { func TestInverseOfferStatusJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedInverseOfferStatus(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &InverseOfferStatus{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -154,11 +153,11 @@ func TestInverseOfferStatusJSON(t *testing.T) { } func TestInverseOfferStatusProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedInverseOfferStatus(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &InverseOfferStatus{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -171,11 +170,11 @@ func TestInverseOfferStatusProtoText(t *testing.T) { func TestInverseOfferStatusProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedInverseOfferStatus(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &InverseOfferStatus{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -187,14 +186,14 @@ func TestInverseOfferStatusProtoCompactText(t *testing.T) { } func TestInverseOfferStatusVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedInverseOfferStatus(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &InverseOfferStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -202,24 +201,24 @@ func TestInverseOfferStatusVerboseEqual(t *testing.T) { } } func TestInverseOfferStatusGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedInverseOfferStatus(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestInverseOfferStatusProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedInverseOfferStatus(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -230,14 +229,14 @@ func TestInverseOfferStatusProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkInverseOfferStatusProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*InverseOfferStatus, 1000) for i := 0; i < 1000; i++ { @@ -251,7 +250,7 @@ func BenchmarkInverseOfferStatusProtoSize(b *testing.B) { } func TestInverseOfferStatusStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedInverseOfferStatus(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) diff --git a/api/v1/lib/executor/executor.pb.go b/api/v1/lib/executor/executor.pb.go index 1a85b520..fcd84d36 100644 --- a/api/v1/lib/executor/executor.pb.go +++ b/api/v1/lib/executor/executor.pb.go @@ -26,8 +26,6 @@ import bytes "bytes" import strings "strings" import reflect "reflect" -import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto" - import io "io" // Reference imports to suppress errors if they are not otherwise used. @@ -636,10 +634,7 @@ func (this *Event) VerboseEqual(that interface{}) error { } func (this *Event) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event) @@ -652,10 +647,7 @@ func (this *Event) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -726,10 +718,7 @@ func (this *Event_Subscribed) VerboseEqual(that interface{}) error { } func (this *Event_Subscribed) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_Subscribed) @@ -742,10 +731,7 @@ func (this *Event_Subscribed) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -795,10 +781,7 @@ func (this *Event_Launch) VerboseEqual(that interface{}) error { } func (this *Event_Launch) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_Launch) @@ -811,10 +794,7 @@ func (this *Event_Launch) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -855,10 +835,7 @@ func (this *Event_LaunchGroup) VerboseEqual(that interface{}) error { } func (this *Event_LaunchGroup) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_LaunchGroup) @@ -871,10 +848,7 @@ func (this *Event_LaunchGroup) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -918,10 +892,7 @@ func (this *Event_Kill) VerboseEqual(that interface{}) error { } func (this *Event_Kill) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_Kill) @@ -934,10 +905,7 @@ func (this *Event_Kill) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -984,10 +952,7 @@ func (this *Event_Acknowledged) VerboseEqual(that interface{}) error { } func (this *Event_Acknowledged) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_Acknowledged) @@ -1000,10 +965,7 @@ func (this *Event_Acknowledged) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1047,10 +1009,7 @@ func (this *Event_Message) VerboseEqual(that interface{}) error { } func (this *Event_Message) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_Message) @@ -1063,10 +1022,7 @@ func (this *Event_Message) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1107,10 +1063,7 @@ func (this *Event_Error) VerboseEqual(that interface{}) error { } func (this *Event_Error) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_Error) @@ -1123,10 +1076,7 @@ func (this *Event_Error) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1182,10 +1132,7 @@ func (this *Call) VerboseEqual(that interface{}) error { } func (this *Call) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call) @@ -1198,10 +1145,7 @@ func (this *Call) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1270,10 +1214,7 @@ func (this *Call_Subscribe) VerboseEqual(that interface{}) error { } func (this *Call_Subscribe) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_Subscribe) @@ -1286,10 +1227,7 @@ func (this *Call_Subscribe) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1343,10 +1281,7 @@ func (this *Call_Update) VerboseEqual(that interface{}) error { } func (this *Call_Update) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_Update) @@ -1359,10 +1294,7 @@ func (this *Call_Update) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1403,10 +1335,7 @@ func (this *Call_Message) VerboseEqual(that interface{}) error { } func (this *Call_Message) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_Message) @@ -1419,10 +1348,7 @@ func (this *Call_Message) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1573,10 +1499,18 @@ func (this *Call_Subscribe) GoString() string { s := make([]string, 0, 6) s = append(s, "&executor.Call_Subscribe{") if this.UnacknowledgedTasks != nil { - s = append(s, "UnacknowledgedTasks: "+fmt.Sprintf("%#v", this.UnacknowledgedTasks)+",\n") + vs := make([]*mesos.TaskInfo, len(this.UnacknowledgedTasks)) + for i := range vs { + vs[i] = &this.UnacknowledgedTasks[i] + } + s = append(s, "UnacknowledgedTasks: "+fmt.Sprintf("%#v", vs)+",\n") } if this.UnacknowledgedUpdates != nil { - s = append(s, "UnacknowledgedUpdates: "+fmt.Sprintf("%#v", this.UnacknowledgedUpdates)+",\n") + vs := make([]*Call_Update, len(this.UnacknowledgedUpdates)) + for i := range vs { + vs[i] = &this.UnacknowledgedUpdates[i] + } + s = append(s, "UnacknowledgedUpdates: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -1866,7 +1800,7 @@ func (m *Event_Acknowledged) MarshalTo(dAtA []byte) (int, error) { } i += n16 if m.UUID == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("uuid") + return 0, proto.NewRequiredNotSetError("uuid") } else { dAtA[i] = 0x12 i++ @@ -1892,7 +1826,7 @@ func (m *Event_Message) MarshalTo(dAtA []byte) (int, error) { var l int _ = l if m.Data == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("data") + return 0, proto.NewRequiredNotSetError("data") } else { dAtA[i] = 0xa i++ @@ -2075,7 +2009,7 @@ func (m *Call_Message) MarshalTo(dAtA []byte) (int, error) { var l int _ = l if m.Data == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("data") + return 0, proto.NewRequiredNotSetError("data") } else { dAtA[i] = 0x12 i++ @@ -2085,24 +2019,6 @@ func (m *Call_Message) MarshalTo(dAtA []byte) (int, error) { return i, nil } -func encodeFixed64Executor(dAtA []byte, offset int, v uint64) int { - dAtA[offset] = uint8(v) - dAtA[offset+1] = uint8(v >> 8) - dAtA[offset+2] = uint8(v >> 16) - dAtA[offset+3] = uint8(v >> 24) - dAtA[offset+4] = uint8(v >> 32) - dAtA[offset+5] = uint8(v >> 40) - dAtA[offset+6] = uint8(v >> 48) - dAtA[offset+7] = uint8(v >> 56) - return offset + 8 -} -func encodeFixed32Executor(dAtA []byte, offset int, v uint32) int { - dAtA[offset] = uint8(v) - dAtA[offset+1] = uint8(v >> 8) - dAtA[offset+2] = uint8(v >> 16) - dAtA[offset+3] = uint8(v >> 24) - return offset + 4 -} func encodeVarintExecutor(dAtA []byte, offset int, v uint64) int { for v >= 1<<7 { dAtA[offset] = uint8(v&0x7f | 0x80) @@ -2115,7 +2031,7 @@ func encodeVarintExecutor(dAtA []byte, offset int, v uint64) int { func NewPopulatedEvent(r randyExecutor, easy bool) *Event { this := &Event{} this.Type = Event_Type([]int32{0, 1, 2, 8, 3, 4, 5, 6, 7}[r.Intn(9)]) - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.Subscribed = NewPopulatedEvent_Subscribed(r, easy) } if r.Intn(10) != 0 { @@ -2149,7 +2065,7 @@ func NewPopulatedEvent_Subscribed(r randyExecutor, easy bool) *Event_Subscribed this.FrameworkInfo = *v2 v3 := mesos.NewPopulatedAgentInfo(r, easy) this.AgentInfo = *v3 - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.ContainerID = mesos.NewPopulatedContainerID(r, easy) } if !easy && r.Intn(10) != 0 { @@ -2228,10 +2144,10 @@ func NewPopulatedCall(r randyExecutor, easy bool) *Call { v11 := mesos.NewPopulatedFrameworkID(r, easy) this.FrameworkID = *v11 this.Type = Call_Type([]int32{0, 1, 2, 3}[r.Intn(4)]) - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.Subscribe = NewPopulatedCall_Subscribe(r, easy) } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.Update = NewPopulatedCall_Update(r, easy) } if r.Intn(10) != 0 { @@ -2252,7 +2168,7 @@ func NewPopulatedCall_Subscribe(r randyExecutor, easy bool) *Call_Subscribe { this.UnacknowledgedTasks[i] = *v13 } } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { v14 := r.Intn(5) this.UnacknowledgedUpdates = make([]Call_Update, v14) for i := 0; i < v14; i++ { @@ -3157,13 +3073,13 @@ func (m *Event_Subscribed) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("executor_info") + return proto.NewRequiredNotSetError("executor_info") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("framework_info") + return proto.NewRequiredNotSetError("framework_info") } if hasFields[0]&uint64(0x00000004) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("agent_info") + return proto.NewRequiredNotSetError("agent_info") } if iNdEx > l { @@ -3248,7 +3164,7 @@ func (m *Event_Launch) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("task") + return proto.NewRequiredNotSetError("task") } if iNdEx > l { @@ -3333,7 +3249,7 @@ func (m *Event_LaunchGroup) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("task_group") + return proto.NewRequiredNotSetError("task_group") } if iNdEx > l { @@ -3451,7 +3367,7 @@ func (m *Event_Kill) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("task_id") + return proto.NewRequiredNotSetError("task_id") } if iNdEx > l { @@ -3568,10 +3484,10 @@ func (m *Event_Acknowledged) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("task_id") + return proto.NewRequiredNotSetError("task_id") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("uuid") + return proto.NewRequiredNotSetError("uuid") } if iNdEx > l { @@ -3657,7 +3573,7 @@ func (m *Event_Message) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("data") + return proto.NewRequiredNotSetError("data") } if iNdEx > l { @@ -3741,7 +3657,7 @@ func (m *Event_Error) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("message") + return proto.NewRequiredNotSetError("message") } if iNdEx > l { @@ -3975,10 +3891,10 @@ func (m *Call) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("executor_id") + return proto.NewRequiredNotSetError("executor_id") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("framework_id") + return proto.NewRequiredNotSetError("framework_id") } if iNdEx > l { @@ -4175,7 +4091,7 @@ func (m *Call_Update) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("status") + return proto.NewRequiredNotSetError("status") } if iNdEx > l { @@ -4261,7 +4177,7 @@ func (m *Call_Message) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("data") + return proto.NewRequiredNotSetError("data") } if iNdEx > l { diff --git a/api/v1/lib/executor/executorpb_test.go b/api/v1/lib/executor/executorpb_test.go index ae161261..053014c1 100644 --- a/api/v1/lib/executor/executorpb_test.go +++ b/api/v1/lib/executor/executorpb_test.go @@ -14,13 +14,12 @@ It has these top-level messages: package executor import testing "testing" -import math_rand "math/rand" +import rand "math/rand" import time "time" -import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto" -import github_com_gogo_protobuf_jsonpb "github.com/gogo/protobuf/jsonpb" -import fmt "fmt" -import go_parser "go/parser" import proto "github.com/gogo/protobuf/proto" +import jsonpb "github.com/gogo/protobuf/jsonpb" +import fmt "fmt" +import parser "go/parser" import math "math" import _ "github.com/mesos/mesos-go/api/v1/lib" import _ "github.com/gogo/protobuf/gogoproto" @@ -32,14 +31,14 @@ var _ = math.Inf func TestEventProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -60,13 +59,13 @@ func TestEventProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEventMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -78,7 +77,7 @@ func TestEventMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -93,7 +92,7 @@ func TestEventMarshalTo(t *testing.T) { } func BenchmarkEventProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event, 10000) for i := 0; i < 10000; i++ { @@ -101,7 +100,7 @@ func BenchmarkEventProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -111,11 +110,11 @@ func BenchmarkEventProtoMarshal(b *testing.B) { } func BenchmarkEventProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent(popr, false)) if err != nil { panic(err) } @@ -125,7 +124,7 @@ func BenchmarkEventProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -134,14 +133,14 @@ func BenchmarkEventProtoUnmarshal(b *testing.B) { func TestEvent_SubscribedProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Subscribed{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -162,13 +161,13 @@ func TestEvent_SubscribedProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_SubscribedMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -180,7 +179,7 @@ func TestEvent_SubscribedMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Subscribed{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -195,7 +194,7 @@ func TestEvent_SubscribedMarshalTo(t *testing.T) { } func BenchmarkEvent_SubscribedProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Subscribed, 10000) for i := 0; i < 10000; i++ { @@ -203,7 +202,7 @@ func BenchmarkEvent_SubscribedProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -213,11 +212,11 @@ func BenchmarkEvent_SubscribedProtoMarshal(b *testing.B) { } func BenchmarkEvent_SubscribedProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_Subscribed(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_Subscribed(popr, false)) if err != nil { panic(err) } @@ -227,7 +226,7 @@ func BenchmarkEvent_SubscribedProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -236,14 +235,14 @@ func BenchmarkEvent_SubscribedProtoUnmarshal(b *testing.B) { func TestEvent_LaunchProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Launch(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Launch{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -264,13 +263,13 @@ func TestEvent_LaunchProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_LaunchMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Launch(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -282,7 +281,7 @@ func TestEvent_LaunchMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Launch{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -297,7 +296,7 @@ func TestEvent_LaunchMarshalTo(t *testing.T) { } func BenchmarkEvent_LaunchProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Launch, 10000) for i := 0; i < 10000; i++ { @@ -305,7 +304,7 @@ func BenchmarkEvent_LaunchProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -315,11 +314,11 @@ func BenchmarkEvent_LaunchProtoMarshal(b *testing.B) { } func BenchmarkEvent_LaunchProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_Launch(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_Launch(popr, false)) if err != nil { panic(err) } @@ -329,7 +328,7 @@ func BenchmarkEvent_LaunchProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -338,14 +337,14 @@ func BenchmarkEvent_LaunchProtoUnmarshal(b *testing.B) { func TestEvent_LaunchGroupProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_LaunchGroup(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_LaunchGroup{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -366,13 +365,13 @@ func TestEvent_LaunchGroupProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_LaunchGroupMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_LaunchGroup(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -384,7 +383,7 @@ func TestEvent_LaunchGroupMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_LaunchGroup{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -399,7 +398,7 @@ func TestEvent_LaunchGroupMarshalTo(t *testing.T) { } func BenchmarkEvent_LaunchGroupProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_LaunchGroup, 10000) for i := 0; i < 10000; i++ { @@ -407,7 +406,7 @@ func BenchmarkEvent_LaunchGroupProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -417,11 +416,11 @@ func BenchmarkEvent_LaunchGroupProtoMarshal(b *testing.B) { } func BenchmarkEvent_LaunchGroupProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_LaunchGroup(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_LaunchGroup(popr, false)) if err != nil { panic(err) } @@ -431,7 +430,7 @@ func BenchmarkEvent_LaunchGroupProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -440,14 +439,14 @@ func BenchmarkEvent_LaunchGroupProtoUnmarshal(b *testing.B) { func TestEvent_KillProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Kill(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Kill{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -468,13 +467,13 @@ func TestEvent_KillProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_KillMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Kill(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -486,7 +485,7 @@ func TestEvent_KillMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Kill{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -501,7 +500,7 @@ func TestEvent_KillMarshalTo(t *testing.T) { } func BenchmarkEvent_KillProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Kill, 10000) for i := 0; i < 10000; i++ { @@ -509,7 +508,7 @@ func BenchmarkEvent_KillProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -519,11 +518,11 @@ func BenchmarkEvent_KillProtoMarshal(b *testing.B) { } func BenchmarkEvent_KillProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_Kill(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_Kill(popr, false)) if err != nil { panic(err) } @@ -533,7 +532,7 @@ func BenchmarkEvent_KillProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -542,14 +541,14 @@ func BenchmarkEvent_KillProtoUnmarshal(b *testing.B) { func TestEvent_AcknowledgedProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Acknowledged(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Acknowledged{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -570,13 +569,13 @@ func TestEvent_AcknowledgedProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_AcknowledgedMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Acknowledged(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -588,7 +587,7 @@ func TestEvent_AcknowledgedMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Acknowledged{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -603,7 +602,7 @@ func TestEvent_AcknowledgedMarshalTo(t *testing.T) { } func BenchmarkEvent_AcknowledgedProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Acknowledged, 10000) for i := 0; i < 10000; i++ { @@ -611,7 +610,7 @@ func BenchmarkEvent_AcknowledgedProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -621,11 +620,11 @@ func BenchmarkEvent_AcknowledgedProtoMarshal(b *testing.B) { } func BenchmarkEvent_AcknowledgedProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_Acknowledged(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_Acknowledged(popr, false)) if err != nil { panic(err) } @@ -635,7 +634,7 @@ func BenchmarkEvent_AcknowledgedProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -644,14 +643,14 @@ func BenchmarkEvent_AcknowledgedProtoUnmarshal(b *testing.B) { func TestEvent_MessageProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Message(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Message{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -672,13 +671,13 @@ func TestEvent_MessageProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_MessageMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Message(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -690,7 +689,7 @@ func TestEvent_MessageMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Message{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -705,7 +704,7 @@ func TestEvent_MessageMarshalTo(t *testing.T) { } func BenchmarkEvent_MessageProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Message, 10000) for i := 0; i < 10000; i++ { @@ -713,7 +712,7 @@ func BenchmarkEvent_MessageProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -723,11 +722,11 @@ func BenchmarkEvent_MessageProtoMarshal(b *testing.B) { } func BenchmarkEvent_MessageProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_Message(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_Message(popr, false)) if err != nil { panic(err) } @@ -737,7 +736,7 @@ func BenchmarkEvent_MessageProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -746,14 +745,14 @@ func BenchmarkEvent_MessageProtoUnmarshal(b *testing.B) { func TestEvent_ErrorProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Error(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Error{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -774,13 +773,13 @@ func TestEvent_ErrorProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_ErrorMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Error(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -792,7 +791,7 @@ func TestEvent_ErrorMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Error{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -807,7 +806,7 @@ func TestEvent_ErrorMarshalTo(t *testing.T) { } func BenchmarkEvent_ErrorProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Error, 10000) for i := 0; i < 10000; i++ { @@ -815,7 +814,7 @@ func BenchmarkEvent_ErrorProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -825,11 +824,11 @@ func BenchmarkEvent_ErrorProtoMarshal(b *testing.B) { } func BenchmarkEvent_ErrorProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_Error(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_Error(popr, false)) if err != nil { panic(err) } @@ -839,7 +838,7 @@ func BenchmarkEvent_ErrorProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -848,14 +847,14 @@ func BenchmarkEvent_ErrorProtoUnmarshal(b *testing.B) { func TestCallProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -876,13 +875,13 @@ func TestCallProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCallMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -894,7 +893,7 @@ func TestCallMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -909,7 +908,7 @@ func TestCallMarshalTo(t *testing.T) { } func BenchmarkCallProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call, 10000) for i := 0; i < 10000; i++ { @@ -917,7 +916,7 @@ func BenchmarkCallProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -927,11 +926,11 @@ func BenchmarkCallProtoMarshal(b *testing.B) { } func BenchmarkCallProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall(popr, false)) if err != nil { panic(err) } @@ -941,7 +940,7 @@ func BenchmarkCallProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -950,14 +949,14 @@ func BenchmarkCallProtoUnmarshal(b *testing.B) { func TestCall_SubscribeProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Subscribe(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Subscribe{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -978,13 +977,13 @@ func TestCall_SubscribeProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_SubscribeMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Subscribe(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -996,7 +995,7 @@ func TestCall_SubscribeMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Subscribe{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1011,7 +1010,7 @@ func TestCall_SubscribeMarshalTo(t *testing.T) { } func BenchmarkCall_SubscribeProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Subscribe, 10000) for i := 0; i < 10000; i++ { @@ -1019,7 +1018,7 @@ func BenchmarkCall_SubscribeProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1029,11 +1028,11 @@ func BenchmarkCall_SubscribeProtoMarshal(b *testing.B) { } func BenchmarkCall_SubscribeProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_Subscribe(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_Subscribe(popr, false)) if err != nil { panic(err) } @@ -1043,7 +1042,7 @@ func BenchmarkCall_SubscribeProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1052,14 +1051,14 @@ func BenchmarkCall_SubscribeProtoUnmarshal(b *testing.B) { func TestCall_UpdateProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Update(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Update{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1080,13 +1079,13 @@ func TestCall_UpdateProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_UpdateMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Update(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1098,7 +1097,7 @@ func TestCall_UpdateMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Update{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1113,7 +1112,7 @@ func TestCall_UpdateMarshalTo(t *testing.T) { } func BenchmarkCall_UpdateProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Update, 10000) for i := 0; i < 10000; i++ { @@ -1121,7 +1120,7 @@ func BenchmarkCall_UpdateProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1131,11 +1130,11 @@ func BenchmarkCall_UpdateProtoMarshal(b *testing.B) { } func BenchmarkCall_UpdateProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_Update(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_Update(popr, false)) if err != nil { panic(err) } @@ -1145,7 +1144,7 @@ func BenchmarkCall_UpdateProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1154,14 +1153,14 @@ func BenchmarkCall_UpdateProtoUnmarshal(b *testing.B) { func TestCall_MessageProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Message(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Message{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1182,13 +1181,13 @@ func TestCall_MessageProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_MessageMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Message(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1200,7 +1199,7 @@ func TestCall_MessageMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Message{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1215,7 +1214,7 @@ func TestCall_MessageMarshalTo(t *testing.T) { } func BenchmarkCall_MessageProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Message, 10000) for i := 0; i < 10000; i++ { @@ -1223,7 +1222,7 @@ func BenchmarkCall_MessageProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1233,11 +1232,11 @@ func BenchmarkCall_MessageProtoMarshal(b *testing.B) { } func BenchmarkCall_MessageProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_Message(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_Message(popr, false)) if err != nil { panic(err) } @@ -1247,7 +1246,7 @@ func BenchmarkCall_MessageProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1256,15 +1255,15 @@ func BenchmarkCall_MessageProtoUnmarshal(b *testing.B) { func TestEventJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -1277,15 +1276,15 @@ func TestEventJSON(t *testing.T) { } func TestEvent_SubscribedJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Subscribed{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -1298,15 +1297,15 @@ func TestEvent_SubscribedJSON(t *testing.T) { } func TestEvent_LaunchJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Launch(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Launch{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -1319,15 +1318,15 @@ func TestEvent_LaunchJSON(t *testing.T) { } func TestEvent_LaunchGroupJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_LaunchGroup(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_LaunchGroup{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -1340,15 +1339,15 @@ func TestEvent_LaunchGroupJSON(t *testing.T) { } func TestEvent_KillJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Kill(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Kill{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -1361,15 +1360,15 @@ func TestEvent_KillJSON(t *testing.T) { } func TestEvent_AcknowledgedJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Acknowledged(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Acknowledged{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -1382,15 +1381,15 @@ func TestEvent_AcknowledgedJSON(t *testing.T) { } func TestEvent_MessageJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Message(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Message{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -1403,15 +1402,15 @@ func TestEvent_MessageJSON(t *testing.T) { } func TestEvent_ErrorJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Error(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Error{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -1424,15 +1423,15 @@ func TestEvent_ErrorJSON(t *testing.T) { } func TestCallJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -1445,15 +1444,15 @@ func TestCallJSON(t *testing.T) { } func TestCall_SubscribeJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Subscribe(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Subscribe{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -1466,15 +1465,15 @@ func TestCall_SubscribeJSON(t *testing.T) { } func TestCall_UpdateJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Update(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Update{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -1487,15 +1486,15 @@ func TestCall_UpdateJSON(t *testing.T) { } func TestCall_MessageJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Message(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Message{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -1508,11 +1507,11 @@ func TestCall_MessageJSON(t *testing.T) { } func TestEventProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1525,11 +1524,11 @@ func TestEventProtoText(t *testing.T) { func TestEventProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1542,11 +1541,11 @@ func TestEventProtoCompactText(t *testing.T) { func TestEvent_SubscribedProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_Subscribed{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1559,11 +1558,11 @@ func TestEvent_SubscribedProtoText(t *testing.T) { func TestEvent_SubscribedProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_Subscribed{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1576,11 +1575,11 @@ func TestEvent_SubscribedProtoCompactText(t *testing.T) { func TestEvent_LaunchProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Launch(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_Launch{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1593,11 +1592,11 @@ func TestEvent_LaunchProtoText(t *testing.T) { func TestEvent_LaunchProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Launch(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_Launch{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1610,11 +1609,11 @@ func TestEvent_LaunchProtoCompactText(t *testing.T) { func TestEvent_LaunchGroupProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_LaunchGroup(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_LaunchGroup{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1627,11 +1626,11 @@ func TestEvent_LaunchGroupProtoText(t *testing.T) { func TestEvent_LaunchGroupProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_LaunchGroup(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_LaunchGroup{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1644,11 +1643,11 @@ func TestEvent_LaunchGroupProtoCompactText(t *testing.T) { func TestEvent_KillProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Kill(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_Kill{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1661,11 +1660,11 @@ func TestEvent_KillProtoText(t *testing.T) { func TestEvent_KillProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Kill(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_Kill{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1678,11 +1677,11 @@ func TestEvent_KillProtoCompactText(t *testing.T) { func TestEvent_AcknowledgedProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Acknowledged(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_Acknowledged{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1695,11 +1694,11 @@ func TestEvent_AcknowledgedProtoText(t *testing.T) { func TestEvent_AcknowledgedProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Acknowledged(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_Acknowledged{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1712,11 +1711,11 @@ func TestEvent_AcknowledgedProtoCompactText(t *testing.T) { func TestEvent_MessageProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Message(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_Message{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1729,11 +1728,11 @@ func TestEvent_MessageProtoText(t *testing.T) { func TestEvent_MessageProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Message(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_Message{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1746,11 +1745,11 @@ func TestEvent_MessageProtoCompactText(t *testing.T) { func TestEvent_ErrorProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Error(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_Error{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1763,11 +1762,11 @@ func TestEvent_ErrorProtoText(t *testing.T) { func TestEvent_ErrorProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Error(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_Error{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1780,11 +1779,11 @@ func TestEvent_ErrorProtoCompactText(t *testing.T) { func TestCallProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1797,11 +1796,11 @@ func TestCallProtoText(t *testing.T) { func TestCallProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1814,11 +1813,11 @@ func TestCallProtoCompactText(t *testing.T) { func TestCall_SubscribeProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Subscribe(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_Subscribe{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1831,11 +1830,11 @@ func TestCall_SubscribeProtoText(t *testing.T) { func TestCall_SubscribeProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Subscribe(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_Subscribe{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1848,11 +1847,11 @@ func TestCall_SubscribeProtoCompactText(t *testing.T) { func TestCall_UpdateProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Update(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_Update{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1865,11 +1864,11 @@ func TestCall_UpdateProtoText(t *testing.T) { func TestCall_UpdateProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Update(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_Update{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1882,11 +1881,11 @@ func TestCall_UpdateProtoCompactText(t *testing.T) { func TestCall_MessageProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Message(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_Message{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1899,11 +1898,11 @@ func TestCall_MessageProtoText(t *testing.T) { func TestCall_MessageProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Message(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_Message{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -1915,14 +1914,14 @@ func TestCall_MessageProtoCompactText(t *testing.T) { } func TestEventVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -1930,14 +1929,14 @@ func TestEventVerboseEqual(t *testing.T) { } } func TestEvent_SubscribedVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Subscribed(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_Subscribed{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -1945,14 +1944,14 @@ func TestEvent_SubscribedVerboseEqual(t *testing.T) { } } func TestEvent_LaunchVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Launch(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_Launch{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -1960,14 +1959,14 @@ func TestEvent_LaunchVerboseEqual(t *testing.T) { } } func TestEvent_LaunchGroupVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_LaunchGroup(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_LaunchGroup{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -1975,14 +1974,14 @@ func TestEvent_LaunchGroupVerboseEqual(t *testing.T) { } } func TestEvent_KillVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Kill(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_Kill{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -1990,14 +1989,14 @@ func TestEvent_KillVerboseEqual(t *testing.T) { } } func TestEvent_AcknowledgedVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Acknowledged(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_Acknowledged{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -2005,14 +2004,14 @@ func TestEvent_AcknowledgedVerboseEqual(t *testing.T) { } } func TestEvent_MessageVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Message(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_Message{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -2020,14 +2019,14 @@ func TestEvent_MessageVerboseEqual(t *testing.T) { } } func TestEvent_ErrorVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Error(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_Error{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -2035,14 +2034,14 @@ func TestEvent_ErrorVerboseEqual(t *testing.T) { } } func TestCallVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -2050,14 +2049,14 @@ func TestCallVerboseEqual(t *testing.T) { } } func TestCall_SubscribeVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Subscribe(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_Subscribe{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -2065,14 +2064,14 @@ func TestCall_SubscribeVerboseEqual(t *testing.T) { } } func TestCall_UpdateVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Update(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_Update{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -2080,14 +2079,14 @@ func TestCall_UpdateVerboseEqual(t *testing.T) { } } func TestCall_MessageVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Message(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_Message{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -2095,167 +2094,167 @@ func TestCall_MessageVerboseEqual(t *testing.T) { } } func TestEventGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_SubscribedGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Subscribed(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_LaunchGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Launch(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_LaunchGroupGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_LaunchGroup(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_KillGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Kill(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_AcknowledgedGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Acknowledged(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_MessageGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Message(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_ErrorGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Error(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCallGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_SubscribeGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Subscribe(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_UpdateGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Update(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_MessageGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Message(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEventProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2266,14 +2265,14 @@ func TestEventProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEventProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event, 1000) for i := 0; i < 1000; i++ { @@ -2288,10 +2287,10 @@ func BenchmarkEventProtoSize(b *testing.B) { func TestEvent_SubscribedProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2302,14 +2301,14 @@ func TestEvent_SubscribedProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_SubscribedProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Subscribed, 1000) for i := 0; i < 1000; i++ { @@ -2324,10 +2323,10 @@ func BenchmarkEvent_SubscribedProtoSize(b *testing.B) { func TestEvent_LaunchProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Launch(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2338,14 +2337,14 @@ func TestEvent_LaunchProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_LaunchProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Launch, 1000) for i := 0; i < 1000; i++ { @@ -2360,10 +2359,10 @@ func BenchmarkEvent_LaunchProtoSize(b *testing.B) { func TestEvent_LaunchGroupProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_LaunchGroup(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2374,14 +2373,14 @@ func TestEvent_LaunchGroupProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_LaunchGroupProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_LaunchGroup, 1000) for i := 0; i < 1000; i++ { @@ -2396,10 +2395,10 @@ func BenchmarkEvent_LaunchGroupProtoSize(b *testing.B) { func TestEvent_KillProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Kill(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2410,14 +2409,14 @@ func TestEvent_KillProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_KillProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Kill, 1000) for i := 0; i < 1000; i++ { @@ -2432,10 +2431,10 @@ func BenchmarkEvent_KillProtoSize(b *testing.B) { func TestEvent_AcknowledgedProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Acknowledged(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2446,14 +2445,14 @@ func TestEvent_AcknowledgedProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_AcknowledgedProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Acknowledged, 1000) for i := 0; i < 1000; i++ { @@ -2468,10 +2467,10 @@ func BenchmarkEvent_AcknowledgedProtoSize(b *testing.B) { func TestEvent_MessageProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Message(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2482,14 +2481,14 @@ func TestEvent_MessageProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_MessageProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Message, 1000) for i := 0; i < 1000; i++ { @@ -2504,10 +2503,10 @@ func BenchmarkEvent_MessageProtoSize(b *testing.B) { func TestEvent_ErrorProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Error(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2518,14 +2517,14 @@ func TestEvent_ErrorProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_ErrorProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Error, 1000) for i := 0; i < 1000; i++ { @@ -2540,10 +2539,10 @@ func BenchmarkEvent_ErrorProtoSize(b *testing.B) { func TestCallProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2554,14 +2553,14 @@ func TestCallProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCallProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call, 1000) for i := 0; i < 1000; i++ { @@ -2576,10 +2575,10 @@ func BenchmarkCallProtoSize(b *testing.B) { func TestCall_SubscribeProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Subscribe(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2590,14 +2589,14 @@ func TestCall_SubscribeProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_SubscribeProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Subscribe, 1000) for i := 0; i < 1000; i++ { @@ -2612,10 +2611,10 @@ func BenchmarkCall_SubscribeProtoSize(b *testing.B) { func TestCall_UpdateProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Update(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2626,14 +2625,14 @@ func TestCall_UpdateProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_UpdateProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Update, 1000) for i := 0; i < 1000; i++ { @@ -2648,10 +2647,10 @@ func BenchmarkCall_UpdateProtoSize(b *testing.B) { func TestCall_MessageProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Message(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2662,14 +2661,14 @@ func TestCall_MessageProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_MessageProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Message, 1000) for i := 0; i < 1000; i++ { @@ -2683,7 +2682,7 @@ func BenchmarkCall_MessageProtoSize(b *testing.B) { } func TestEventStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -2692,7 +2691,7 @@ func TestEventStringer(t *testing.T) { } } func TestEvent_SubscribedStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Subscribed(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -2701,7 +2700,7 @@ func TestEvent_SubscribedStringer(t *testing.T) { } } func TestEvent_LaunchStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Launch(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -2710,7 +2709,7 @@ func TestEvent_LaunchStringer(t *testing.T) { } } func TestEvent_LaunchGroupStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_LaunchGroup(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -2719,7 +2718,7 @@ func TestEvent_LaunchGroupStringer(t *testing.T) { } } func TestEvent_KillStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Kill(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -2728,7 +2727,7 @@ func TestEvent_KillStringer(t *testing.T) { } } func TestEvent_AcknowledgedStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Acknowledged(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -2737,7 +2736,7 @@ func TestEvent_AcknowledgedStringer(t *testing.T) { } } func TestEvent_MessageStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Message(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -2746,7 +2745,7 @@ func TestEvent_MessageStringer(t *testing.T) { } } func TestEvent_ErrorStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Error(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -2755,7 +2754,7 @@ func TestEvent_ErrorStringer(t *testing.T) { } } func TestCallStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -2764,7 +2763,7 @@ func TestCallStringer(t *testing.T) { } } func TestCall_SubscribeStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Subscribe(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -2773,7 +2772,7 @@ func TestCall_SubscribeStringer(t *testing.T) { } } func TestCall_UpdateStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Update(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -2782,7 +2781,7 @@ func TestCall_UpdateStringer(t *testing.T) { } } func TestCall_MessageStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Message(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) diff --git a/api/v1/lib/maintenance/maintenance.pb.go b/api/v1/lib/maintenance/maintenance.pb.go index ef99f038..55c06025 100644 --- a/api/v1/lib/maintenance/maintenance.pb.go +++ b/api/v1/lib/maintenance/maintenance.pb.go @@ -25,7 +25,6 @@ import strings "strings" import reflect "reflect" import io "io" -import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto" // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal @@ -183,10 +182,7 @@ func (this *Window) VerboseEqual(that interface{}) error { } func (this *Window) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Window) @@ -199,10 +195,7 @@ func (this *Window) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -256,10 +249,7 @@ func (this *Schedule) VerboseEqual(that interface{}) error { } func (this *Schedule) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Schedule) @@ -272,10 +262,7 @@ func (this *Schedule) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -334,10 +321,7 @@ func (this *ClusterStatus) VerboseEqual(that interface{}) error { } func (this *ClusterStatus) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ClusterStatus) @@ -350,10 +334,7 @@ func (this *ClusterStatus) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -415,10 +396,7 @@ func (this *ClusterStatus_DrainingMachine) VerboseEqual(that interface{}) error } func (this *ClusterStatus_DrainingMachine) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ClusterStatus_DrainingMachine) @@ -431,10 +409,7 @@ func (this *ClusterStatus_DrainingMachine) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -458,7 +433,11 @@ func (this *Window) GoString() string { s := make([]string, 0, 6) s = append(s, "&maintenance.Window{") if this.MachineIDs != nil { - s = append(s, "MachineIDs: "+fmt.Sprintf("%#v", this.MachineIDs)+",\n") + vs := make([]*mesos.MachineID, len(this.MachineIDs)) + for i := range vs { + vs[i] = &this.MachineIDs[i] + } + s = append(s, "MachineIDs: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "Unavailability: "+strings.Replace(this.Unavailability.GoString(), `&`, ``, 1)+",\n") s = append(s, "}") @@ -471,7 +450,11 @@ func (this *Schedule) GoString() string { s := make([]string, 0, 5) s = append(s, "&maintenance.Schedule{") if this.Windows != nil { - s = append(s, "Windows: "+fmt.Sprintf("%#v", this.Windows)+",\n") + vs := make([]*Window, len(this.Windows)) + for i := range vs { + vs[i] = &this.Windows[i] + } + s = append(s, "Windows: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -483,10 +466,18 @@ func (this *ClusterStatus) GoString() string { s := make([]string, 0, 6) s = append(s, "&maintenance.ClusterStatus{") if this.DrainingMachines != nil { - s = append(s, "DrainingMachines: "+fmt.Sprintf("%#v", this.DrainingMachines)+",\n") + vs := make([]*ClusterStatus_DrainingMachine, len(this.DrainingMachines)) + for i := range vs { + vs[i] = &this.DrainingMachines[i] + } + s = append(s, "DrainingMachines: "+fmt.Sprintf("%#v", vs)+",\n") } if this.DownMachines != nil { - s = append(s, "DownMachines: "+fmt.Sprintf("%#v", this.DownMachines)+",\n") + vs := make([]*mesos.MachineID, len(this.DownMachines)) + for i := range vs { + vs[i] = &this.DownMachines[i] + } + s = append(s, "DownMachines: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -499,7 +490,11 @@ func (this *ClusterStatus_DrainingMachine) GoString() string { s = append(s, "&maintenance.ClusterStatus_DrainingMachine{") s = append(s, "ID: "+strings.Replace(this.ID.GoString(), `&`, ``, 1)+",\n") if this.Statuses != nil { - s = append(s, "Statuses: "+fmt.Sprintf("%#v", this.Statuses)+",\n") + vs := make([]*mesos_allocator.InverseOfferStatus, len(this.Statuses)) + for i := range vs { + vs[i] = &this.Statuses[i] + } + s = append(s, "Statuses: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -660,24 +655,6 @@ func (m *ClusterStatus_DrainingMachine) MarshalTo(dAtA []byte) (int, error) { return i, nil } -func encodeFixed64Maintenance(dAtA []byte, offset int, v uint64) int { - dAtA[offset] = uint8(v) - dAtA[offset+1] = uint8(v >> 8) - dAtA[offset+2] = uint8(v >> 16) - dAtA[offset+3] = uint8(v >> 24) - dAtA[offset+4] = uint8(v >> 32) - dAtA[offset+5] = uint8(v >> 40) - dAtA[offset+6] = uint8(v >> 48) - dAtA[offset+7] = uint8(v >> 56) - return offset + 8 -} -func encodeFixed32Maintenance(dAtA []byte, offset int, v uint32) int { - dAtA[offset] = uint8(v) - dAtA[offset+1] = uint8(v >> 8) - dAtA[offset+2] = uint8(v >> 16) - dAtA[offset+3] = uint8(v >> 24) - return offset + 4 -} func encodeVarintMaintenance(dAtA []byte, offset int, v uint64) int { for v >= 1<<7 { dAtA[offset] = uint8(v&0x7f | 0x80) @@ -1061,7 +1038,7 @@ func (m *Window) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("unavailability") + return proto.NewRequiredNotSetError("unavailability") } if iNdEx > l { @@ -1370,7 +1347,7 @@ func (m *ClusterStatus_DrainingMachine) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("id") + return proto.NewRequiredNotSetError("id") } if iNdEx > l { diff --git a/api/v1/lib/maintenance/maintenancepb_test.go b/api/v1/lib/maintenance/maintenancepb_test.go index a9f77b9d..9f6ce5ef 100644 --- a/api/v1/lib/maintenance/maintenancepb_test.go +++ b/api/v1/lib/maintenance/maintenancepb_test.go @@ -15,13 +15,12 @@ It has these top-level messages: package maintenance import testing "testing" -import math_rand "math/rand" +import rand "math/rand" import time "time" -import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto" -import github_com_gogo_protobuf_jsonpb "github.com/gogo/protobuf/jsonpb" -import fmt "fmt" -import go_parser "go/parser" import proto "github.com/gogo/protobuf/proto" +import jsonpb "github.com/gogo/protobuf/jsonpb" +import fmt "fmt" +import parser "go/parser" import math "math" import _ "github.com/mesos/mesos-go/api/v1/lib" import _ "github.com/mesos/mesos-go/api/v1/lib/allocator" @@ -34,14 +33,14 @@ var _ = math.Inf func TestWindowProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedWindow(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Window{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -62,13 +61,13 @@ func TestWindowProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestWindowMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedWindow(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -80,7 +79,7 @@ func TestWindowMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Window{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -95,7 +94,7 @@ func TestWindowMarshalTo(t *testing.T) { } func BenchmarkWindowProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Window, 10000) for i := 0; i < 10000; i++ { @@ -103,7 +102,7 @@ func BenchmarkWindowProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -113,11 +112,11 @@ func BenchmarkWindowProtoMarshal(b *testing.B) { } func BenchmarkWindowProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedWindow(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedWindow(popr, false)) if err != nil { panic(err) } @@ -127,7 +126,7 @@ func BenchmarkWindowProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -136,14 +135,14 @@ func BenchmarkWindowProtoUnmarshal(b *testing.B) { func TestScheduleProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSchedule(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Schedule{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -164,13 +163,13 @@ func TestScheduleProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestScheduleMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSchedule(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -182,7 +181,7 @@ func TestScheduleMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Schedule{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -197,7 +196,7 @@ func TestScheduleMarshalTo(t *testing.T) { } func BenchmarkScheduleProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Schedule, 10000) for i := 0; i < 10000; i++ { @@ -205,7 +204,7 @@ func BenchmarkScheduleProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -215,11 +214,11 @@ func BenchmarkScheduleProtoMarshal(b *testing.B) { } func BenchmarkScheduleProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedSchedule(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedSchedule(popr, false)) if err != nil { panic(err) } @@ -229,7 +228,7 @@ func BenchmarkScheduleProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -238,14 +237,14 @@ func BenchmarkScheduleProtoUnmarshal(b *testing.B) { func TestClusterStatusProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedClusterStatus(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ClusterStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -266,13 +265,13 @@ func TestClusterStatusProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestClusterStatusMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedClusterStatus(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -284,7 +283,7 @@ func TestClusterStatusMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ClusterStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -299,7 +298,7 @@ func TestClusterStatusMarshalTo(t *testing.T) { } func BenchmarkClusterStatusProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ClusterStatus, 10000) for i := 0; i < 10000; i++ { @@ -307,7 +306,7 @@ func BenchmarkClusterStatusProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -317,11 +316,11 @@ func BenchmarkClusterStatusProtoMarshal(b *testing.B) { } func BenchmarkClusterStatusProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedClusterStatus(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedClusterStatus(popr, false)) if err != nil { panic(err) } @@ -331,7 +330,7 @@ func BenchmarkClusterStatusProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -340,14 +339,14 @@ func BenchmarkClusterStatusProtoUnmarshal(b *testing.B) { func TestClusterStatus_DrainingMachineProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedClusterStatus_DrainingMachine(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ClusterStatus_DrainingMachine{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -368,13 +367,13 @@ func TestClusterStatus_DrainingMachineProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestClusterStatus_DrainingMachineMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedClusterStatus_DrainingMachine(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -386,7 +385,7 @@ func TestClusterStatus_DrainingMachineMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ClusterStatus_DrainingMachine{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -401,7 +400,7 @@ func TestClusterStatus_DrainingMachineMarshalTo(t *testing.T) { } func BenchmarkClusterStatus_DrainingMachineProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ClusterStatus_DrainingMachine, 10000) for i := 0; i < 10000; i++ { @@ -409,7 +408,7 @@ func BenchmarkClusterStatus_DrainingMachineProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -419,11 +418,11 @@ func BenchmarkClusterStatus_DrainingMachineProtoMarshal(b *testing.B) { } func BenchmarkClusterStatus_DrainingMachineProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedClusterStatus_DrainingMachine(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedClusterStatus_DrainingMachine(popr, false)) if err != nil { panic(err) } @@ -433,7 +432,7 @@ func BenchmarkClusterStatus_DrainingMachineProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -442,15 +441,15 @@ func BenchmarkClusterStatus_DrainingMachineProtoUnmarshal(b *testing.B) { func TestWindowJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedWindow(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Window{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -463,15 +462,15 @@ func TestWindowJSON(t *testing.T) { } func TestScheduleJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSchedule(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Schedule{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -484,15 +483,15 @@ func TestScheduleJSON(t *testing.T) { } func TestClusterStatusJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedClusterStatus(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ClusterStatus{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -505,15 +504,15 @@ func TestClusterStatusJSON(t *testing.T) { } func TestClusterStatus_DrainingMachineJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedClusterStatus_DrainingMachine(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ClusterStatus_DrainingMachine{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -526,11 +525,11 @@ func TestClusterStatus_DrainingMachineJSON(t *testing.T) { } func TestWindowProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedWindow(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Window{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -543,11 +542,11 @@ func TestWindowProtoText(t *testing.T) { func TestWindowProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedWindow(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Window{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -560,11 +559,11 @@ func TestWindowProtoCompactText(t *testing.T) { func TestScheduleProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSchedule(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Schedule{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -577,11 +576,11 @@ func TestScheduleProtoText(t *testing.T) { func TestScheduleProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSchedule(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Schedule{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -594,11 +593,11 @@ func TestScheduleProtoCompactText(t *testing.T) { func TestClusterStatusProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedClusterStatus(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ClusterStatus{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -611,11 +610,11 @@ func TestClusterStatusProtoText(t *testing.T) { func TestClusterStatusProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedClusterStatus(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ClusterStatus{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -628,11 +627,11 @@ func TestClusterStatusProtoCompactText(t *testing.T) { func TestClusterStatus_DrainingMachineProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedClusterStatus_DrainingMachine(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ClusterStatus_DrainingMachine{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -645,11 +644,11 @@ func TestClusterStatus_DrainingMachineProtoText(t *testing.T) { func TestClusterStatus_DrainingMachineProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedClusterStatus_DrainingMachine(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ClusterStatus_DrainingMachine{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -661,14 +660,14 @@ func TestClusterStatus_DrainingMachineProtoCompactText(t *testing.T) { } func TestWindowVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedWindow(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Window{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -676,14 +675,14 @@ func TestWindowVerboseEqual(t *testing.T) { } } func TestScheduleVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedSchedule(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Schedule{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -691,14 +690,14 @@ func TestScheduleVerboseEqual(t *testing.T) { } } func TestClusterStatusVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedClusterStatus(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ClusterStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -706,14 +705,14 @@ func TestClusterStatusVerboseEqual(t *testing.T) { } } func TestClusterStatus_DrainingMachineVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedClusterStatus_DrainingMachine(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ClusterStatus_DrainingMachine{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -721,63 +720,63 @@ func TestClusterStatus_DrainingMachineVerboseEqual(t *testing.T) { } } func TestWindowGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedWindow(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestScheduleGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedSchedule(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestClusterStatusGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedClusterStatus(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestClusterStatus_DrainingMachineGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedClusterStatus_DrainingMachine(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestWindowProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedWindow(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -788,14 +787,14 @@ func TestWindowProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkWindowProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Window, 1000) for i := 0; i < 1000; i++ { @@ -810,10 +809,10 @@ func BenchmarkWindowProtoSize(b *testing.B) { func TestScheduleProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSchedule(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -824,14 +823,14 @@ func TestScheduleProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkScheduleProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Schedule, 1000) for i := 0; i < 1000; i++ { @@ -846,10 +845,10 @@ func BenchmarkScheduleProtoSize(b *testing.B) { func TestClusterStatusProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedClusterStatus(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -860,14 +859,14 @@ func TestClusterStatusProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkClusterStatusProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ClusterStatus, 1000) for i := 0; i < 1000; i++ { @@ -882,10 +881,10 @@ func BenchmarkClusterStatusProtoSize(b *testing.B) { func TestClusterStatus_DrainingMachineProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedClusterStatus_DrainingMachine(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -896,14 +895,14 @@ func TestClusterStatus_DrainingMachineProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkClusterStatus_DrainingMachineProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ClusterStatus_DrainingMachine, 1000) for i := 0; i < 1000; i++ { @@ -917,7 +916,7 @@ func BenchmarkClusterStatus_DrainingMachineProtoSize(b *testing.B) { } func TestWindowStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedWindow(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -926,7 +925,7 @@ func TestWindowStringer(t *testing.T) { } } func TestScheduleStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedSchedule(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -935,7 +934,7 @@ func TestScheduleStringer(t *testing.T) { } } func TestClusterStatusStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedClusterStatus(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -944,7 +943,7 @@ func TestClusterStatusStringer(t *testing.T) { } } func TestClusterStatus_DrainingMachineStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedClusterStatus_DrainingMachine(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) diff --git a/api/v1/lib/master/master.pb.go b/api/v1/lib/master/master.pb.go index 44c90379..6e8a3867 100644 --- a/api/v1/lib/master/master.pb.go +++ b/api/v1/lib/master/master.pb.go @@ -30,8 +30,6 @@ import bytes "bytes" import strings "strings" import reflect "reflect" -import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto" - import io "io" // Reference imports to suppress errors if they are not otherwise used. @@ -1952,10 +1950,7 @@ func (this *Call) VerboseEqual(that interface{}) error { } func (this *Call) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call) @@ -1968,10 +1963,7 @@ func (this *Call) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2054,10 +2046,7 @@ func (this *Call_GetMetrics) VerboseEqual(that interface{}) error { } func (this *Call_GetMetrics) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_GetMetrics) @@ -2070,10 +2059,7 @@ func (this *Call_GetMetrics) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2117,10 +2103,7 @@ func (this *Call_SetLoggingLevel) VerboseEqual(that interface{}) error { } func (this *Call_SetLoggingLevel) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_SetLoggingLevel) @@ -2133,10 +2116,7 @@ func (this *Call_SetLoggingLevel) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2180,10 +2160,7 @@ func (this *Call_ListFiles) VerboseEqual(that interface{}) error { } func (this *Call_ListFiles) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_ListFiles) @@ -2196,10 +2173,7 @@ func (this *Call_ListFiles) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2252,10 +2226,7 @@ func (this *Call_ReadFile) VerboseEqual(that interface{}) error { } func (this *Call_ReadFile) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_ReadFile) @@ -2268,10 +2239,7 @@ func (this *Call_ReadFile) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2329,10 +2297,7 @@ func (this *Call_UpdateWeights) VerboseEqual(that interface{}) error { } func (this *Call_UpdateWeights) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_UpdateWeights) @@ -2345,10 +2310,7 @@ func (this *Call_UpdateWeights) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2402,10 +2364,7 @@ func (this *Call_ReserveResources) VerboseEqual(that interface{}) error { } func (this *Call_ReserveResources) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_ReserveResources) @@ -2418,10 +2377,7 @@ func (this *Call_ReserveResources) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2478,10 +2434,7 @@ func (this *Call_UnreserveResources) VerboseEqual(that interface{}) error { } func (this *Call_UnreserveResources) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_UnreserveResources) @@ -2494,10 +2447,7 @@ func (this *Call_UnreserveResources) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2554,10 +2504,7 @@ func (this *Call_CreateVolumes) VerboseEqual(that interface{}) error { } func (this *Call_CreateVolumes) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_CreateVolumes) @@ -2570,10 +2517,7 @@ func (this *Call_CreateVolumes) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2630,10 +2574,7 @@ func (this *Call_DestroyVolumes) VerboseEqual(that interface{}) error { } func (this *Call_DestroyVolumes) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_DestroyVolumes) @@ -2646,10 +2587,7 @@ func (this *Call_DestroyVolumes) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2698,10 +2636,7 @@ func (this *Call_UpdateMaintenanceSchedule) VerboseEqual(that interface{}) error } func (this *Call_UpdateMaintenanceSchedule) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_UpdateMaintenanceSchedule) @@ -2714,10 +2649,7 @@ func (this *Call_UpdateMaintenanceSchedule) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2763,10 +2695,7 @@ func (this *Call_StartMaintenance) VerboseEqual(that interface{}) error { } func (this *Call_StartMaintenance) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_StartMaintenance) @@ -2779,10 +2708,7 @@ func (this *Call_StartMaintenance) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2833,10 +2759,7 @@ func (this *Call_StopMaintenance) VerboseEqual(that interface{}) error { } func (this *Call_StopMaintenance) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_StopMaintenance) @@ -2849,10 +2772,7 @@ func (this *Call_StopMaintenance) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2898,10 +2818,7 @@ func (this *Call_SetQuota) VerboseEqual(that interface{}) error { } func (this *Call_SetQuota) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_SetQuota) @@ -2914,10 +2831,7 @@ func (this *Call_SetQuota) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2958,10 +2872,7 @@ func (this *Call_RemoveQuota) VerboseEqual(that interface{}) error { } func (this *Call_RemoveQuota) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_RemoveQuota) @@ -2974,10 +2885,7 @@ func (this *Call_RemoveQuota) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3072,10 +2980,7 @@ func (this *Response) VerboseEqual(that interface{}) error { } func (this *Response) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response) @@ -3088,10 +2993,7 @@ func (this *Response) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3186,10 +3088,7 @@ func (this *Response_GetHealth) VerboseEqual(that interface{}) error { } func (this *Response_GetHealth) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetHealth) @@ -3202,10 +3101,7 @@ func (this *Response_GetHealth) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3251,10 +3147,7 @@ func (this *Response_GetFlags) VerboseEqual(that interface{}) error { } func (this *Response_GetFlags) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetFlags) @@ -3267,10 +3160,7 @@ func (this *Response_GetFlags) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3316,10 +3206,7 @@ func (this *Response_GetVersion) VerboseEqual(that interface{}) error { } func (this *Response_GetVersion) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetVersion) @@ -3332,10 +3219,7 @@ func (this *Response_GetVersion) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3381,10 +3265,7 @@ func (this *Response_GetMetrics) VerboseEqual(that interface{}) error { } func (this *Response_GetMetrics) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetMetrics) @@ -3397,10 +3278,7 @@ func (this *Response_GetMetrics) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3446,10 +3324,7 @@ func (this *Response_GetLoggingLevel) VerboseEqual(that interface{}) error { } func (this *Response_GetLoggingLevel) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetLoggingLevel) @@ -3462,10 +3337,7 @@ func (this *Response_GetLoggingLevel) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3511,10 +3383,7 @@ func (this *Response_ListFiles) VerboseEqual(that interface{}) error { } func (this *Response_ListFiles) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_ListFiles) @@ -3527,10 +3396,7 @@ func (this *Response_ListFiles) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3579,10 +3445,7 @@ func (this *Response_ReadFile) VerboseEqual(that interface{}) error { } func (this *Response_ReadFile) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_ReadFile) @@ -3595,10 +3458,7 @@ func (this *Response_ReadFile) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3651,10 +3511,7 @@ func (this *Response_GetState) VerboseEqual(that interface{}) error { } func (this *Response_GetState) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetState) @@ -3667,10 +3524,7 @@ func (this *Response_GetState) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3733,10 +3587,7 @@ func (this *Response_GetAgents) VerboseEqual(that interface{}) error { } func (this *Response_GetAgents) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetAgents) @@ -3749,10 +3600,7 @@ func (this *Response_GetAgents) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3859,10 +3707,7 @@ func (this *Response_GetAgents_Agent) VerboseEqual(that interface{}) error { } func (this *Response_GetAgents_Agent) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetAgents_Agent) @@ -3875,10 +3720,7 @@ func (this *Response_GetAgents_Agent) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3993,10 +3835,7 @@ func (this *Response_GetFrameworks) VerboseEqual(that interface{}) error { } func (this *Response_GetFrameworks) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetFrameworks) @@ -4009,10 +3848,7 @@ func (this *Response_GetFrameworks) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -4124,10 +3960,7 @@ func (this *Response_GetFrameworks_Framework) VerboseEqual(that interface{}) err } func (this *Response_GetFrameworks_Framework) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetFrameworks_Framework) @@ -4140,10 +3973,7 @@ func (this *Response_GetFrameworks_Framework) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -4247,10 +4077,7 @@ func (this *Response_GetExecutors) VerboseEqual(that interface{}) error { } func (this *Response_GetExecutors) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetExecutors) @@ -4263,10 +4090,7 @@ func (this *Response_GetExecutors) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -4323,10 +4147,7 @@ func (this *Response_GetExecutors_Executor) VerboseEqual(that interface{}) error } func (this *Response_GetExecutors_Executor) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetExecutors_Executor) @@ -4339,10 +4160,7 @@ func (this *Response_GetExecutors_Executor) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -4423,10 +4241,7 @@ func (this *Response_GetTasks) VerboseEqual(that interface{}) error { } func (this *Response_GetTasks) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetTasks) @@ -4439,10 +4254,7 @@ func (this *Response_GetTasks) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -4525,10 +4337,7 @@ func (this *Response_GetRoles) VerboseEqual(that interface{}) error { } func (this *Response_GetRoles) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetRoles) @@ -4541,10 +4350,7 @@ func (this *Response_GetRoles) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -4595,10 +4401,7 @@ func (this *Response_GetWeights) VerboseEqual(that interface{}) error { } func (this *Response_GetWeights) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetWeights) @@ -4611,10 +4414,7 @@ func (this *Response_GetWeights) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -4660,10 +4460,7 @@ func (this *Response_GetMaster) VerboseEqual(that interface{}) error { } func (this *Response_GetMaster) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetMaster) @@ -4676,10 +4473,7 @@ func (this *Response_GetMaster) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -4720,10 +4514,7 @@ func (this *Response_GetMaintenanceStatus) VerboseEqual(that interface{}) error } func (this *Response_GetMaintenanceStatus) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetMaintenanceStatus) @@ -4736,10 +4527,7 @@ func (this *Response_GetMaintenanceStatus) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -4780,10 +4568,7 @@ func (this *Response_GetMaintenanceSchedule) VerboseEqual(that interface{}) erro } func (this *Response_GetMaintenanceSchedule) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetMaintenanceSchedule) @@ -4796,10 +4581,7 @@ func (this *Response_GetMaintenanceSchedule) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -4840,10 +4622,7 @@ func (this *Response_GetQuota) VerboseEqual(that interface{}) error { } func (this *Response_GetQuota) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Response_GetQuota) @@ -4856,10 +4635,7 @@ func (this *Response_GetQuota) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -4924,10 +4700,7 @@ func (this *Event) VerboseEqual(that interface{}) error { } func (this *Event) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event) @@ -4940,10 +4713,7 @@ func (this *Event) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -5008,10 +4778,7 @@ func (this *Event_Subscribed) VerboseEqual(that interface{}) error { } func (this *Event_Subscribed) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_Subscribed) @@ -5024,10 +4791,7 @@ func (this *Event_Subscribed) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -5068,10 +4832,7 @@ func (this *Event_TaskAdded) VerboseEqual(that interface{}) error { } func (this *Event_TaskAdded) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_TaskAdded) @@ -5084,10 +4845,7 @@ func (this *Event_TaskAdded) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -5140,10 +4898,7 @@ func (this *Event_TaskUpdated) VerboseEqual(that interface{}) error { } func (this *Event_TaskUpdated) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_TaskUpdated) @@ -5156,10 +4911,7 @@ func (this *Event_TaskUpdated) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -5212,10 +4964,7 @@ func (this *Event_FrameworkAdded) VerboseEqual(that interface{}) error { } func (this *Event_FrameworkAdded) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_FrameworkAdded) @@ -5228,10 +4977,7 @@ func (this *Event_FrameworkAdded) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -5272,10 +5018,7 @@ func (this *Event_FrameworkUpdated) VerboseEqual(that interface{}) error { } func (this *Event_FrameworkUpdated) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_FrameworkUpdated) @@ -5288,10 +5031,7 @@ func (this *Event_FrameworkUpdated) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -5332,10 +5072,7 @@ func (this *Event_FrameworkRemoved) VerboseEqual(that interface{}) error { } func (this *Event_FrameworkRemoved) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_FrameworkRemoved) @@ -5348,10 +5085,7 @@ func (this *Event_FrameworkRemoved) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -5392,10 +5126,7 @@ func (this *Event_AgentAdded) VerboseEqual(that interface{}) error { } func (this *Event_AgentAdded) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_AgentAdded) @@ -5408,10 +5139,7 @@ func (this *Event_AgentAdded) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -5452,10 +5180,7 @@ func (this *Event_AgentRemoved) VerboseEqual(that interface{}) error { } func (this *Event_AgentRemoved) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_AgentRemoved) @@ -5468,10 +5193,7 @@ func (this *Event_AgentRemoved) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -5586,7 +5308,11 @@ func (this *Call_UpdateWeights) GoString() string { s := make([]string, 0, 5) s = append(s, "&master.Call_UpdateWeights{") if this.WeightInfos != nil { - s = append(s, "WeightInfos: "+fmt.Sprintf("%#v", this.WeightInfos)+",\n") + vs := make([]*mesos.WeightInfo, len(this.WeightInfos)) + for i := range vs { + vs[i] = &this.WeightInfos[i] + } + s = append(s, "WeightInfos: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -5599,7 +5325,11 @@ func (this *Call_ReserveResources) GoString() string { s = append(s, "&master.Call_ReserveResources{") s = append(s, "AgentID: "+strings.Replace(this.AgentID.GoString(), `&`, ``, 1)+",\n") if this.Resources != nil { - s = append(s, "Resources: "+fmt.Sprintf("%#v", this.Resources)+",\n") + vs := make([]*mesos.Resource, len(this.Resources)) + for i := range vs { + vs[i] = &this.Resources[i] + } + s = append(s, "Resources: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -5612,7 +5342,11 @@ func (this *Call_UnreserveResources) GoString() string { s = append(s, "&master.Call_UnreserveResources{") s = append(s, "AgentID: "+strings.Replace(this.AgentID.GoString(), `&`, ``, 1)+",\n") if this.Resources != nil { - s = append(s, "Resources: "+fmt.Sprintf("%#v", this.Resources)+",\n") + vs := make([]*mesos.Resource, len(this.Resources)) + for i := range vs { + vs[i] = &this.Resources[i] + } + s = append(s, "Resources: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -5625,7 +5359,11 @@ func (this *Call_CreateVolumes) GoString() string { s = append(s, "&master.Call_CreateVolumes{") s = append(s, "AgentID: "+strings.Replace(this.AgentID.GoString(), `&`, ``, 1)+",\n") if this.Volumes != nil { - s = append(s, "Volumes: "+fmt.Sprintf("%#v", this.Volumes)+",\n") + vs := make([]*mesos.Resource, len(this.Volumes)) + for i := range vs { + vs[i] = &this.Volumes[i] + } + s = append(s, "Volumes: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -5638,7 +5376,11 @@ func (this *Call_DestroyVolumes) GoString() string { s = append(s, "&master.Call_DestroyVolumes{") s = append(s, "AgentID: "+strings.Replace(this.AgentID.GoString(), `&`, ``, 1)+",\n") if this.Volumes != nil { - s = append(s, "Volumes: "+fmt.Sprintf("%#v", this.Volumes)+",\n") + vs := make([]*mesos.Resource, len(this.Volumes)) + for i := range vs { + vs[i] = &this.Volumes[i] + } + s = append(s, "Volumes: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -5660,7 +5402,11 @@ func (this *Call_StartMaintenance) GoString() string { s := make([]string, 0, 5) s = append(s, "&master.Call_StartMaintenance{") if this.Machines != nil { - s = append(s, "Machines: "+fmt.Sprintf("%#v", this.Machines)+",\n") + vs := make([]*mesos.MachineID, len(this.Machines)) + for i := range vs { + vs[i] = &this.Machines[i] + } + s = append(s, "Machines: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -5672,7 +5418,11 @@ func (this *Call_StopMaintenance) GoString() string { s := make([]string, 0, 5) s = append(s, "&master.Call_StopMaintenance{") if this.Machines != nil { - s = append(s, "Machines: "+fmt.Sprintf("%#v", this.Machines)+",\n") + vs := make([]*mesos.MachineID, len(this.Machines)) + for i := range vs { + vs[i] = &this.Machines[i] + } + s = append(s, "Machines: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -5778,7 +5528,11 @@ func (this *Response_GetFlags) GoString() string { s := make([]string, 0, 5) s = append(s, "&master.Response_GetFlags{") if this.Flags != nil { - s = append(s, "Flags: "+fmt.Sprintf("%#v", this.Flags)+",\n") + vs := make([]*mesos.Flag, len(this.Flags)) + for i := range vs { + vs[i] = &this.Flags[i] + } + s = append(s, "Flags: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -5800,7 +5554,11 @@ func (this *Response_GetMetrics) GoString() string { s := make([]string, 0, 5) s = append(s, "&master.Response_GetMetrics{") if this.Metrics != nil { - s = append(s, "Metrics: "+fmt.Sprintf("%#v", this.Metrics)+",\n") + vs := make([]*mesos.Metric, len(this.Metrics)) + for i := range vs { + vs[i] = &this.Metrics[i] + } + s = append(s, "Metrics: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -5822,7 +5580,11 @@ func (this *Response_ListFiles) GoString() string { s := make([]string, 0, 5) s = append(s, "&master.Response_ListFiles{") if this.FileInfos != nil { - s = append(s, "FileInfos: "+fmt.Sprintf("%#v", this.FileInfos)+",\n") + vs := make([]*mesos.FileInfo, len(this.FileInfos)) + for i := range vs { + vs[i] = &this.FileInfos[i] + } + s = append(s, "FileInfos: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -5868,10 +5630,18 @@ func (this *Response_GetAgents) GoString() string { s := make([]string, 0, 6) s = append(s, "&master.Response_GetAgents{") if this.Agents != nil { - s = append(s, "Agents: "+fmt.Sprintf("%#v", this.Agents)+",\n") + vs := make([]*Response_GetAgents_Agent, len(this.Agents)) + for i := range vs { + vs[i] = &this.Agents[i] + } + s = append(s, "Agents: "+fmt.Sprintf("%#v", vs)+",\n") } if this.RecoveredAgents != nil { - s = append(s, "RecoveredAgents: "+fmt.Sprintf("%#v", this.RecoveredAgents)+",\n") + vs := make([]*mesos.AgentInfo, len(this.RecoveredAgents)) + for i := range vs { + vs[i] = &this.RecoveredAgents[i] + } + s = append(s, "RecoveredAgents: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -5895,16 +5665,32 @@ func (this *Response_GetAgents_Agent) GoString() string { s = append(s, "ReregisteredTime: "+fmt.Sprintf("%#v", this.ReregisteredTime)+",\n") } if this.TotalResources != nil { - s = append(s, "TotalResources: "+fmt.Sprintf("%#v", this.TotalResources)+",\n") + vs := make([]*mesos.Resource, len(this.TotalResources)) + for i := range vs { + vs[i] = &this.TotalResources[i] + } + s = append(s, "TotalResources: "+fmt.Sprintf("%#v", vs)+",\n") } if this.AllocatedResources != nil { - s = append(s, "AllocatedResources: "+fmt.Sprintf("%#v", this.AllocatedResources)+",\n") + vs := make([]*mesos.Resource, len(this.AllocatedResources)) + for i := range vs { + vs[i] = &this.AllocatedResources[i] + } + s = append(s, "AllocatedResources: "+fmt.Sprintf("%#v", vs)+",\n") } if this.OfferedResources != nil { - s = append(s, "OfferedResources: "+fmt.Sprintf("%#v", this.OfferedResources)+",\n") + vs := make([]*mesos.Resource, len(this.OfferedResources)) + for i := range vs { + vs[i] = &this.OfferedResources[i] + } + s = append(s, "OfferedResources: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Capabilities != nil { - s = append(s, "Capabilities: "+fmt.Sprintf("%#v", this.Capabilities)+",\n") + vs := make([]*mesos.AgentInfo_Capability, len(this.Capabilities)) + for i := range vs { + vs[i] = &this.Capabilities[i] + } + s = append(s, "Capabilities: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -5916,13 +5702,25 @@ func (this *Response_GetFrameworks) GoString() string { s := make([]string, 0, 7) s = append(s, "&master.Response_GetFrameworks{") if this.Frameworks != nil { - s = append(s, "Frameworks: "+fmt.Sprintf("%#v", this.Frameworks)+",\n") + vs := make([]*Response_GetFrameworks_Framework, len(this.Frameworks)) + for i := range vs { + vs[i] = &this.Frameworks[i] + } + s = append(s, "Frameworks: "+fmt.Sprintf("%#v", vs)+",\n") } if this.CompletedFrameworks != nil { - s = append(s, "CompletedFrameworks: "+fmt.Sprintf("%#v", this.CompletedFrameworks)+",\n") + vs := make([]*Response_GetFrameworks_Framework, len(this.CompletedFrameworks)) + for i := range vs { + vs[i] = &this.CompletedFrameworks[i] + } + s = append(s, "CompletedFrameworks: "+fmt.Sprintf("%#v", vs)+",\n") } if this.RecoveredFrameworks != nil { - s = append(s, "RecoveredFrameworks: "+fmt.Sprintf("%#v", this.RecoveredFrameworks)+",\n") + vs := make([]*mesos.FrameworkInfo, len(this.RecoveredFrameworks)) + for i := range vs { + vs[i] = &this.RecoveredFrameworks[i] + } + s = append(s, "RecoveredFrameworks: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -5947,16 +5745,32 @@ func (this *Response_GetFrameworks_Framework) GoString() string { s = append(s, "UnregisteredTime: "+fmt.Sprintf("%#v", this.UnregisteredTime)+",\n") } if this.Offers != nil { - s = append(s, "Offers: "+fmt.Sprintf("%#v", this.Offers)+",\n") + vs := make([]*mesos.Offer, len(this.Offers)) + for i := range vs { + vs[i] = &this.Offers[i] + } + s = append(s, "Offers: "+fmt.Sprintf("%#v", vs)+",\n") } if this.InverseOffers != nil { - s = append(s, "InverseOffers: "+fmt.Sprintf("%#v", this.InverseOffers)+",\n") + vs := make([]*mesos.InverseOffer, len(this.InverseOffers)) + for i := range vs { + vs[i] = &this.InverseOffers[i] + } + s = append(s, "InverseOffers: "+fmt.Sprintf("%#v", vs)+",\n") } if this.AllocatedResources != nil { - s = append(s, "AllocatedResources: "+fmt.Sprintf("%#v", this.AllocatedResources)+",\n") + vs := make([]*mesos.Resource, len(this.AllocatedResources)) + for i := range vs { + vs[i] = &this.AllocatedResources[i] + } + s = append(s, "AllocatedResources: "+fmt.Sprintf("%#v", vs)+",\n") } if this.OfferedResources != nil { - s = append(s, "OfferedResources: "+fmt.Sprintf("%#v", this.OfferedResources)+",\n") + vs := make([]*mesos.Resource, len(this.OfferedResources)) + for i := range vs { + vs[i] = &this.OfferedResources[i] + } + s = append(s, "OfferedResources: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -5968,10 +5782,18 @@ func (this *Response_GetExecutors) GoString() string { s := make([]string, 0, 6) s = append(s, "&master.Response_GetExecutors{") if this.Executors != nil { - s = append(s, "Executors: "+fmt.Sprintf("%#v", this.Executors)+",\n") + vs := make([]*Response_GetExecutors_Executor, len(this.Executors)) + for i := range vs { + vs[i] = &this.Executors[i] + } + s = append(s, "Executors: "+fmt.Sprintf("%#v", vs)+",\n") } if this.OrphanExecutors != nil { - s = append(s, "OrphanExecutors: "+fmt.Sprintf("%#v", this.OrphanExecutors)+",\n") + vs := make([]*Response_GetExecutors_Executor, len(this.OrphanExecutors)) + for i := range vs { + vs[i] = &this.OrphanExecutors[i] + } + s = append(s, "OrphanExecutors: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -5994,19 +5816,39 @@ func (this *Response_GetTasks) GoString() string { s := make([]string, 0, 9) s = append(s, "&master.Response_GetTasks{") if this.PendingTasks != nil { - s = append(s, "PendingTasks: "+fmt.Sprintf("%#v", this.PendingTasks)+",\n") + vs := make([]*mesos.Task, len(this.PendingTasks)) + for i := range vs { + vs[i] = &this.PendingTasks[i] + } + s = append(s, "PendingTasks: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Tasks != nil { - s = append(s, "Tasks: "+fmt.Sprintf("%#v", this.Tasks)+",\n") + vs := make([]*mesos.Task, len(this.Tasks)) + for i := range vs { + vs[i] = &this.Tasks[i] + } + s = append(s, "Tasks: "+fmt.Sprintf("%#v", vs)+",\n") } if this.UnreachableTasks != nil { - s = append(s, "UnreachableTasks: "+fmt.Sprintf("%#v", this.UnreachableTasks)+",\n") + vs := make([]*mesos.Task, len(this.UnreachableTasks)) + for i := range vs { + vs[i] = &this.UnreachableTasks[i] + } + s = append(s, "UnreachableTasks: "+fmt.Sprintf("%#v", vs)+",\n") } if this.CompletedTasks != nil { - s = append(s, "CompletedTasks: "+fmt.Sprintf("%#v", this.CompletedTasks)+",\n") + vs := make([]*mesos.Task, len(this.CompletedTasks)) + for i := range vs { + vs[i] = &this.CompletedTasks[i] + } + s = append(s, "CompletedTasks: "+fmt.Sprintf("%#v", vs)+",\n") } if this.OrphanTasks != nil { - s = append(s, "OrphanTasks: "+fmt.Sprintf("%#v", this.OrphanTasks)+",\n") + vs := make([]*mesos.Task, len(this.OrphanTasks)) + for i := range vs { + vs[i] = &this.OrphanTasks[i] + } + s = append(s, "OrphanTasks: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -6018,7 +5860,11 @@ func (this *Response_GetRoles) GoString() string { s := make([]string, 0, 5) s = append(s, "&master.Response_GetRoles{") if this.Roles != nil { - s = append(s, "Roles: "+fmt.Sprintf("%#v", this.Roles)+",\n") + vs := make([]*mesos.Role, len(this.Roles)) + for i := range vs { + vs[i] = &this.Roles[i] + } + s = append(s, "Roles: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -6030,7 +5876,11 @@ func (this *Response_GetWeights) GoString() string { s := make([]string, 0, 5) s = append(s, "&master.Response_GetWeights{") if this.WeightInfos != nil { - s = append(s, "WeightInfos: "+fmt.Sprintf("%#v", this.WeightInfos)+",\n") + vs := make([]*mesos.WeightInfo, len(this.WeightInfos)) + for i := range vs { + vs[i] = &this.WeightInfos[i] + } + s = append(s, "WeightInfos: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -7182,7 +7032,7 @@ func (m *Response_ReadFile) MarshalTo(dAtA []byte) (int, error) { i++ i = encodeVarintMaster(dAtA, i, uint64(m.Size)) if m.Data == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("data") + return 0, proto.NewRequiredNotSetError("data") } else { dAtA[i] = 0x12 i++ @@ -8093,7 +7943,7 @@ func (m *Event_TaskUpdated) MarshalTo(dAtA []byte) (int, error) { } i += n70 if m.State == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("state") + return 0, proto.NewRequiredNotSetError("state") } else { dAtA[i] = 0x18 i++ @@ -8232,24 +8082,6 @@ func (m *Event_AgentRemoved) MarshalTo(dAtA []byte) (int, error) { return i, nil } -func encodeFixed64Master(dAtA []byte, offset int, v uint64) int { - dAtA[offset] = uint8(v) - dAtA[offset+1] = uint8(v >> 8) - dAtA[offset+2] = uint8(v >> 16) - dAtA[offset+3] = uint8(v >> 24) - dAtA[offset+4] = uint8(v >> 32) - dAtA[offset+5] = uint8(v >> 40) - dAtA[offset+6] = uint8(v >> 48) - dAtA[offset+7] = uint8(v >> 56) - return offset + 8 -} -func encodeFixed32Master(dAtA []byte, offset int, v uint32) int { - dAtA[offset] = uint8(v) - dAtA[offset+1] = uint8(v >> 8) - dAtA[offset+2] = uint8(v >> 16) - dAtA[offset+3] = uint8(v >> 24) - return offset + 4 -} func encodeVarintMaster(dAtA []byte, offset int, v uint64) int { for v >= 1<<7 { dAtA[offset] = uint8(v&0x7f | 0x80) @@ -8513,7 +8345,7 @@ func NewPopulatedResponse(r randyMaster, easy bool) *Response { if r.Intn(10) != 0 { this.ReadFile = NewPopulatedResponse_ReadFile(r, easy) } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.GetState = NewPopulatedResponse_GetState(r, easy) } if r.Intn(10) != 0 { @@ -8525,7 +8357,7 @@ func NewPopulatedResponse(r randyMaster, easy bool) *Response { if r.Intn(10) != 0 { this.GetExecutors = NewPopulatedResponse_GetExecutors(r, easy) } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.GetTasks = NewPopulatedResponse_GetTasks(r, easy) } if r.Intn(10) != 0 { @@ -8636,7 +8468,7 @@ func NewPopulatedResponse_ReadFile(r randyMaster, easy bool) *Response_ReadFile func NewPopulatedResponse_GetState(r randyMaster, easy bool) *Response_GetState { this := &Response_GetState{} - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.GetTasks = NewPopulatedResponse_GetTasks(r, easy) } if r.Intn(10) != 0 { @@ -8849,7 +8681,7 @@ func NewPopulatedResponse_GetExecutors_Executor(r randyMaster, easy bool) *Respo func NewPopulatedResponse_GetTasks(r randyMaster, easy bool) *Response_GetTasks { this := &Response_GetTasks{} - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { v66 := r.Intn(5) this.PendingTasks = make([]mesos.Task, v66) for i := 0; i < v66; i++ { @@ -8857,7 +8689,7 @@ func NewPopulatedResponse_GetTasks(r randyMaster, easy bool) *Response_GetTasks this.PendingTasks[i] = *v67 } } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { v68 := r.Intn(5) this.Tasks = make([]mesos.Task, v68) for i := 0; i < v68; i++ { @@ -8865,7 +8697,7 @@ func NewPopulatedResponse_GetTasks(r randyMaster, easy bool) *Response_GetTasks this.Tasks[i] = *v69 } } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { v70 := r.Intn(5) this.CompletedTasks = make([]mesos.Task, v70) for i := 0; i < v70; i++ { @@ -8873,7 +8705,7 @@ func NewPopulatedResponse_GetTasks(r randyMaster, easy bool) *Response_GetTasks this.CompletedTasks[i] = *v71 } } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { v72 := r.Intn(5) this.OrphanTasks = make([]mesos.Task, v72) for i := 0; i < v72; i++ { @@ -8881,7 +8713,7 @@ func NewPopulatedResponse_GetTasks(r randyMaster, easy bool) *Response_GetTasks this.OrphanTasks[i] = *v73 } } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { v74 := r.Intn(5) this.UnreachableTasks = make([]mesos.Task, v74) for i := 0; i < v74; i++ { @@ -8964,13 +8796,13 @@ func NewPopulatedResponse_GetQuota(r randyMaster, easy bool) *Response_GetQuota func NewPopulatedEvent(r randyMaster, easy bool) *Event { this := &Event{} this.Type = Event_Type([]int32{0, 1, 2, 3, 4, 5, 6, 7, 8}[r.Intn(9)]) - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.Subscribed = NewPopulatedEvent_Subscribed(r, easy) } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.TaskAdded = NewPopulatedEvent_TaskAdded(r, easy) } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.TaskUpdated = NewPopulatedEvent_TaskUpdated(r, easy) } if r.Intn(10) != 0 { @@ -8995,7 +8827,7 @@ func NewPopulatedEvent(r randyMaster, easy bool) *Event { func NewPopulatedEvent_Subscribed(r randyMaster, easy bool) *Event_Subscribed { this := &Event_Subscribed{} - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.GetState = NewPopulatedResponse_GetState(r, easy) } if !easy && r.Intn(10) != 0 { @@ -11171,10 +11003,10 @@ func (m *Call_SetLoggingLevel) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("level") + return proto.NewRequiredNotSetError("level") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("duration") + return proto.NewRequiredNotSetError("duration") } if iNdEx > l { @@ -11258,7 +11090,7 @@ func (m *Call_ListFiles) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("path") + return proto.NewRequiredNotSetError("path") } if iNdEx > l { @@ -11382,10 +11214,10 @@ func (m *Call_ReadFile) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("path") + return proto.NewRequiredNotSetError("path") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("offset") + return proto.NewRequiredNotSetError("offset") } if iNdEx > l { @@ -11582,7 +11414,7 @@ func (m *Call_ReserveResources) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("agent_id") + return proto.NewRequiredNotSetError("agent_id") } if iNdEx > l { @@ -11698,7 +11530,7 @@ func (m *Call_UnreserveResources) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("agent_id") + return proto.NewRequiredNotSetError("agent_id") } if iNdEx > l { @@ -11814,7 +11646,7 @@ func (m *Call_CreateVolumes) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("agent_id") + return proto.NewRequiredNotSetError("agent_id") } if iNdEx > l { @@ -11930,7 +11762,7 @@ func (m *Call_DestroyVolumes) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("agent_id") + return proto.NewRequiredNotSetError("agent_id") } if iNdEx > l { @@ -12015,7 +11847,7 @@ func (m *Call_UpdateMaintenanceSchedule) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("schedule") + return proto.NewRequiredNotSetError("schedule") } if iNdEx > l { @@ -12262,7 +12094,7 @@ func (m *Call_SetQuota) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("quota_request") + return proto.NewRequiredNotSetError("quota_request") } if iNdEx > l { @@ -12346,7 +12178,7 @@ func (m *Call_RemoveQuota) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("role") + return proto.NewRequiredNotSetError("role") } if iNdEx > l { @@ -13084,7 +12916,7 @@ func (m *Response_GetHealth) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("healthy") + return proto.NewRequiredNotSetError("healthy") } if iNdEx > l { @@ -13250,7 +13082,7 @@ func (m *Response_GetVersion) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("version_info") + return proto.NewRequiredNotSetError("version_info") } if iNdEx > l { @@ -13405,7 +13237,7 @@ func (m *Response_GetLoggingLevel) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("level") + return proto.NewRequiredNotSetError("level") } if iNdEx > l { @@ -13592,10 +13424,10 @@ func (m *Response_ReadFile) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("size") + return proto.NewRequiredNotSetError("size") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("data") + return proto.NewRequiredNotSetError("data") } if iNdEx > l { @@ -14245,13 +14077,13 @@ func (m *Response_GetAgents_Agent) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("agent_info") + return proto.NewRequiredNotSetError("agent_info") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("active") + return proto.NewRequiredNotSetError("active") } if hasFields[0]&uint64(0x00000004) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("version") + return proto.NewRequiredNotSetError("version") } if iNdEx > l { @@ -14765,16 +14597,16 @@ func (m *Response_GetFrameworks_Framework) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("framework_info") + return proto.NewRequiredNotSetError("framework_info") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("active") + return proto.NewRequiredNotSetError("active") } if hasFields[0]&uint64(0x00000004) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("connected") + return proto.NewRequiredNotSetError("connected") } if hasFields[0]&uint64(0x00000008) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("recovered") + return proto.NewRequiredNotSetError("recovered") } if iNdEx > l { @@ -15002,10 +14834,10 @@ func (m *Response_GetExecutors_Executor) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("executor_info") + return proto.NewRequiredNotSetError("executor_info") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("agent_id") + return proto.NewRequiredNotSetError("agent_id") } if iNdEx > l { @@ -15540,7 +15372,7 @@ func (m *Response_GetMaintenanceStatus) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("status") + return proto.NewRequiredNotSetError("status") } if iNdEx > l { @@ -15625,7 +15457,7 @@ func (m *Response_GetMaintenanceSchedule) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("schedule") + return proto.NewRequiredNotSetError("schedule") } if iNdEx > l { @@ -15710,7 +15542,7 @@ func (m *Response_GetQuota) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("status") + return proto.NewRequiredNotSetError("status") } if iNdEx > l { @@ -16211,7 +16043,7 @@ func (m *Event_TaskAdded) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("task") + return proto.NewRequiredNotSetError("task") } if iNdEx > l { @@ -16348,13 +16180,13 @@ func (m *Event_TaskUpdated) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("framework_id") + return proto.NewRequiredNotSetError("framework_id") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("status") + return proto.NewRequiredNotSetError("status") } if hasFields[0]&uint64(0x00000004) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("state") + return proto.NewRequiredNotSetError("state") } if iNdEx > l { @@ -16439,7 +16271,7 @@ func (m *Event_FrameworkAdded) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("framework") + return proto.NewRequiredNotSetError("framework") } if iNdEx > l { @@ -16524,7 +16356,7 @@ func (m *Event_FrameworkUpdated) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("framework") + return proto.NewRequiredNotSetError("framework") } if iNdEx > l { @@ -16609,7 +16441,7 @@ func (m *Event_FrameworkRemoved) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("framework_info") + return proto.NewRequiredNotSetError("framework_info") } if iNdEx > l { @@ -16694,7 +16526,7 @@ func (m *Event_AgentAdded) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("agent") + return proto.NewRequiredNotSetError("agent") } if iNdEx > l { @@ -16779,7 +16611,7 @@ func (m *Event_AgentRemoved) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("agent_id") + return proto.NewRequiredNotSetError("agent_id") } if iNdEx > l { diff --git a/api/v1/lib/master/masterpb_test.go b/api/v1/lib/master/masterpb_test.go index 89fc18c6..1effe903 100644 --- a/api/v1/lib/master/masterpb_test.go +++ b/api/v1/lib/master/masterpb_test.go @@ -15,13 +15,12 @@ It has these top-level messages: package master import testing "testing" -import math_rand "math/rand" +import rand "math/rand" import time "time" -import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto" -import github_com_gogo_protobuf_jsonpb "github.com/gogo/protobuf/jsonpb" -import fmt "fmt" -import go_parser "go/parser" import proto "github.com/gogo/protobuf/proto" +import jsonpb "github.com/gogo/protobuf/jsonpb" +import fmt "fmt" +import parser "go/parser" import math "math" import _ "github.com/mesos/mesos-go/api/v1/lib" import _ "github.com/mesos/mesos-go/api/v1/lib/allocator" @@ -36,14 +35,14 @@ var _ = math.Inf func TestCallProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -64,13 +63,13 @@ func TestCallProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCallMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -82,7 +81,7 @@ func TestCallMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -97,7 +96,7 @@ func TestCallMarshalTo(t *testing.T) { } func BenchmarkCallProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call, 10000) for i := 0; i < 10000; i++ { @@ -105,7 +104,7 @@ func BenchmarkCallProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -115,11 +114,11 @@ func BenchmarkCallProtoMarshal(b *testing.B) { } func BenchmarkCallProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall(popr, false)) if err != nil { panic(err) } @@ -129,7 +128,7 @@ func BenchmarkCallProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -138,14 +137,14 @@ func BenchmarkCallProtoUnmarshal(b *testing.B) { func TestCall_GetMetricsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_GetMetrics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_GetMetrics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -166,13 +165,13 @@ func TestCall_GetMetricsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_GetMetricsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_GetMetrics(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -184,7 +183,7 @@ func TestCall_GetMetricsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_GetMetrics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -199,7 +198,7 @@ func TestCall_GetMetricsMarshalTo(t *testing.T) { } func BenchmarkCall_GetMetricsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_GetMetrics, 10000) for i := 0; i < 10000; i++ { @@ -207,7 +206,7 @@ func BenchmarkCall_GetMetricsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -217,11 +216,11 @@ func BenchmarkCall_GetMetricsProtoMarshal(b *testing.B) { } func BenchmarkCall_GetMetricsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_GetMetrics(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_GetMetrics(popr, false)) if err != nil { panic(err) } @@ -231,7 +230,7 @@ func BenchmarkCall_GetMetricsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -240,14 +239,14 @@ func BenchmarkCall_GetMetricsProtoUnmarshal(b *testing.B) { func TestCall_SetLoggingLevelProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetLoggingLevel(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_SetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -268,13 +267,13 @@ func TestCall_SetLoggingLevelProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_SetLoggingLevelMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetLoggingLevel(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -286,7 +285,7 @@ func TestCall_SetLoggingLevelMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_SetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -301,7 +300,7 @@ func TestCall_SetLoggingLevelMarshalTo(t *testing.T) { } func BenchmarkCall_SetLoggingLevelProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_SetLoggingLevel, 10000) for i := 0; i < 10000; i++ { @@ -309,7 +308,7 @@ func BenchmarkCall_SetLoggingLevelProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -319,11 +318,11 @@ func BenchmarkCall_SetLoggingLevelProtoMarshal(b *testing.B) { } func BenchmarkCall_SetLoggingLevelProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_SetLoggingLevel(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_SetLoggingLevel(popr, false)) if err != nil { panic(err) } @@ -333,7 +332,7 @@ func BenchmarkCall_SetLoggingLevelProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -342,14 +341,14 @@ func BenchmarkCall_SetLoggingLevelProtoUnmarshal(b *testing.B) { func TestCall_ListFilesProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ListFiles(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_ListFiles{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -370,13 +369,13 @@ func TestCall_ListFilesProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_ListFilesMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ListFiles(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -388,7 +387,7 @@ func TestCall_ListFilesMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_ListFiles{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -403,7 +402,7 @@ func TestCall_ListFilesMarshalTo(t *testing.T) { } func BenchmarkCall_ListFilesProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_ListFiles, 10000) for i := 0; i < 10000; i++ { @@ -411,7 +410,7 @@ func BenchmarkCall_ListFilesProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -421,11 +420,11 @@ func BenchmarkCall_ListFilesProtoMarshal(b *testing.B) { } func BenchmarkCall_ListFilesProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_ListFiles(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_ListFiles(popr, false)) if err != nil { panic(err) } @@ -435,7 +434,7 @@ func BenchmarkCall_ListFilesProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -444,14 +443,14 @@ func BenchmarkCall_ListFilesProtoUnmarshal(b *testing.B) { func TestCall_ReadFileProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReadFile(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_ReadFile{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -472,13 +471,13 @@ func TestCall_ReadFileProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_ReadFileMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReadFile(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -490,7 +489,7 @@ func TestCall_ReadFileMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_ReadFile{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -505,7 +504,7 @@ func TestCall_ReadFileMarshalTo(t *testing.T) { } func BenchmarkCall_ReadFileProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_ReadFile, 10000) for i := 0; i < 10000; i++ { @@ -513,7 +512,7 @@ func BenchmarkCall_ReadFileProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -523,11 +522,11 @@ func BenchmarkCall_ReadFileProtoMarshal(b *testing.B) { } func BenchmarkCall_ReadFileProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_ReadFile(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_ReadFile(popr, false)) if err != nil { panic(err) } @@ -537,7 +536,7 @@ func BenchmarkCall_ReadFileProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -546,14 +545,14 @@ func BenchmarkCall_ReadFileProtoUnmarshal(b *testing.B) { func TestCall_UpdateWeightsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UpdateWeights(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_UpdateWeights{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -574,13 +573,13 @@ func TestCall_UpdateWeightsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_UpdateWeightsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UpdateWeights(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -592,7 +591,7 @@ func TestCall_UpdateWeightsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_UpdateWeights{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -607,7 +606,7 @@ func TestCall_UpdateWeightsMarshalTo(t *testing.T) { } func BenchmarkCall_UpdateWeightsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_UpdateWeights, 10000) for i := 0; i < 10000; i++ { @@ -615,7 +614,7 @@ func BenchmarkCall_UpdateWeightsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -625,11 +624,11 @@ func BenchmarkCall_UpdateWeightsProtoMarshal(b *testing.B) { } func BenchmarkCall_UpdateWeightsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_UpdateWeights(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_UpdateWeights(popr, false)) if err != nil { panic(err) } @@ -639,7 +638,7 @@ func BenchmarkCall_UpdateWeightsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -648,14 +647,14 @@ func BenchmarkCall_UpdateWeightsProtoUnmarshal(b *testing.B) { func TestCall_ReserveResourcesProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReserveResources(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_ReserveResources{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -676,13 +675,13 @@ func TestCall_ReserveResourcesProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_ReserveResourcesMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReserveResources(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -694,7 +693,7 @@ func TestCall_ReserveResourcesMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_ReserveResources{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -709,7 +708,7 @@ func TestCall_ReserveResourcesMarshalTo(t *testing.T) { } func BenchmarkCall_ReserveResourcesProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_ReserveResources, 10000) for i := 0; i < 10000; i++ { @@ -717,7 +716,7 @@ func BenchmarkCall_ReserveResourcesProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -727,11 +726,11 @@ func BenchmarkCall_ReserveResourcesProtoMarshal(b *testing.B) { } func BenchmarkCall_ReserveResourcesProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_ReserveResources(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_ReserveResources(popr, false)) if err != nil { panic(err) } @@ -741,7 +740,7 @@ func BenchmarkCall_ReserveResourcesProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -750,14 +749,14 @@ func BenchmarkCall_ReserveResourcesProtoUnmarshal(b *testing.B) { func TestCall_UnreserveResourcesProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UnreserveResources(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_UnreserveResources{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -778,13 +777,13 @@ func TestCall_UnreserveResourcesProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_UnreserveResourcesMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UnreserveResources(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -796,7 +795,7 @@ func TestCall_UnreserveResourcesMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_UnreserveResources{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -811,7 +810,7 @@ func TestCall_UnreserveResourcesMarshalTo(t *testing.T) { } func BenchmarkCall_UnreserveResourcesProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_UnreserveResources, 10000) for i := 0; i < 10000; i++ { @@ -819,7 +818,7 @@ func BenchmarkCall_UnreserveResourcesProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -829,11 +828,11 @@ func BenchmarkCall_UnreserveResourcesProtoMarshal(b *testing.B) { } func BenchmarkCall_UnreserveResourcesProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_UnreserveResources(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_UnreserveResources(popr, false)) if err != nil { panic(err) } @@ -843,7 +842,7 @@ func BenchmarkCall_UnreserveResourcesProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -852,14 +851,14 @@ func BenchmarkCall_UnreserveResourcesProtoUnmarshal(b *testing.B) { func TestCall_CreateVolumesProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_CreateVolumes(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_CreateVolumes{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -880,13 +879,13 @@ func TestCall_CreateVolumesProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_CreateVolumesMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_CreateVolumes(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -898,7 +897,7 @@ func TestCall_CreateVolumesMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_CreateVolumes{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -913,7 +912,7 @@ func TestCall_CreateVolumesMarshalTo(t *testing.T) { } func BenchmarkCall_CreateVolumesProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_CreateVolumes, 10000) for i := 0; i < 10000; i++ { @@ -921,7 +920,7 @@ func BenchmarkCall_CreateVolumesProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -931,11 +930,11 @@ func BenchmarkCall_CreateVolumesProtoMarshal(b *testing.B) { } func BenchmarkCall_CreateVolumesProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_CreateVolumes(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_CreateVolumes(popr, false)) if err != nil { panic(err) } @@ -945,7 +944,7 @@ func BenchmarkCall_CreateVolumesProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -954,14 +953,14 @@ func BenchmarkCall_CreateVolumesProtoUnmarshal(b *testing.B) { func TestCall_DestroyVolumesProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_DestroyVolumes(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_DestroyVolumes{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -982,13 +981,13 @@ func TestCall_DestroyVolumesProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_DestroyVolumesMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_DestroyVolumes(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1000,7 +999,7 @@ func TestCall_DestroyVolumesMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_DestroyVolumes{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1015,7 +1014,7 @@ func TestCall_DestroyVolumesMarshalTo(t *testing.T) { } func BenchmarkCall_DestroyVolumesProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_DestroyVolumes, 10000) for i := 0; i < 10000; i++ { @@ -1023,7 +1022,7 @@ func BenchmarkCall_DestroyVolumesProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1033,11 +1032,11 @@ func BenchmarkCall_DestroyVolumesProtoMarshal(b *testing.B) { } func BenchmarkCall_DestroyVolumesProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_DestroyVolumes(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_DestroyVolumes(popr, false)) if err != nil { panic(err) } @@ -1047,7 +1046,7 @@ func BenchmarkCall_DestroyVolumesProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1056,14 +1055,14 @@ func BenchmarkCall_DestroyVolumesProtoUnmarshal(b *testing.B) { func TestCall_UpdateMaintenanceScheduleProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UpdateMaintenanceSchedule(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_UpdateMaintenanceSchedule{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1084,13 +1083,13 @@ func TestCall_UpdateMaintenanceScheduleProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_UpdateMaintenanceScheduleMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UpdateMaintenanceSchedule(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1102,7 +1101,7 @@ func TestCall_UpdateMaintenanceScheduleMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_UpdateMaintenanceSchedule{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1117,7 +1116,7 @@ func TestCall_UpdateMaintenanceScheduleMarshalTo(t *testing.T) { } func BenchmarkCall_UpdateMaintenanceScheduleProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_UpdateMaintenanceSchedule, 10000) for i := 0; i < 10000; i++ { @@ -1125,7 +1124,7 @@ func BenchmarkCall_UpdateMaintenanceScheduleProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1135,11 +1134,11 @@ func BenchmarkCall_UpdateMaintenanceScheduleProtoMarshal(b *testing.B) { } func BenchmarkCall_UpdateMaintenanceScheduleProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_UpdateMaintenanceSchedule(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_UpdateMaintenanceSchedule(popr, false)) if err != nil { panic(err) } @@ -1149,7 +1148,7 @@ func BenchmarkCall_UpdateMaintenanceScheduleProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1158,14 +1157,14 @@ func BenchmarkCall_UpdateMaintenanceScheduleProtoUnmarshal(b *testing.B) { func TestCall_StartMaintenanceProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_StartMaintenance(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_StartMaintenance{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1186,13 +1185,13 @@ func TestCall_StartMaintenanceProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_StartMaintenanceMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_StartMaintenance(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1204,7 +1203,7 @@ func TestCall_StartMaintenanceMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_StartMaintenance{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1219,7 +1218,7 @@ func TestCall_StartMaintenanceMarshalTo(t *testing.T) { } func BenchmarkCall_StartMaintenanceProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_StartMaintenance, 10000) for i := 0; i < 10000; i++ { @@ -1227,7 +1226,7 @@ func BenchmarkCall_StartMaintenanceProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1237,11 +1236,11 @@ func BenchmarkCall_StartMaintenanceProtoMarshal(b *testing.B) { } func BenchmarkCall_StartMaintenanceProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_StartMaintenance(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_StartMaintenance(popr, false)) if err != nil { panic(err) } @@ -1251,7 +1250,7 @@ func BenchmarkCall_StartMaintenanceProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1260,14 +1259,14 @@ func BenchmarkCall_StartMaintenanceProtoUnmarshal(b *testing.B) { func TestCall_StopMaintenanceProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_StopMaintenance(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_StopMaintenance{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1288,13 +1287,13 @@ func TestCall_StopMaintenanceProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_StopMaintenanceMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_StopMaintenance(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1306,7 +1305,7 @@ func TestCall_StopMaintenanceMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_StopMaintenance{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1321,7 +1320,7 @@ func TestCall_StopMaintenanceMarshalTo(t *testing.T) { } func BenchmarkCall_StopMaintenanceProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_StopMaintenance, 10000) for i := 0; i < 10000; i++ { @@ -1329,7 +1328,7 @@ func BenchmarkCall_StopMaintenanceProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1339,11 +1338,11 @@ func BenchmarkCall_StopMaintenanceProtoMarshal(b *testing.B) { } func BenchmarkCall_StopMaintenanceProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_StopMaintenance(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_StopMaintenance(popr, false)) if err != nil { panic(err) } @@ -1353,7 +1352,7 @@ func BenchmarkCall_StopMaintenanceProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1362,14 +1361,14 @@ func BenchmarkCall_StopMaintenanceProtoUnmarshal(b *testing.B) { func TestCall_SetQuotaProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetQuota(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_SetQuota{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1390,13 +1389,13 @@ func TestCall_SetQuotaProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_SetQuotaMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetQuota(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1408,7 +1407,7 @@ func TestCall_SetQuotaMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_SetQuota{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1423,7 +1422,7 @@ func TestCall_SetQuotaMarshalTo(t *testing.T) { } func BenchmarkCall_SetQuotaProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_SetQuota, 10000) for i := 0; i < 10000; i++ { @@ -1431,7 +1430,7 @@ func BenchmarkCall_SetQuotaProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1441,11 +1440,11 @@ func BenchmarkCall_SetQuotaProtoMarshal(b *testing.B) { } func BenchmarkCall_SetQuotaProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_SetQuota(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_SetQuota(popr, false)) if err != nil { panic(err) } @@ -1455,7 +1454,7 @@ func BenchmarkCall_SetQuotaProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1464,14 +1463,14 @@ func BenchmarkCall_SetQuotaProtoUnmarshal(b *testing.B) { func TestCall_RemoveQuotaProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_RemoveQuota(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_RemoveQuota{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1492,13 +1491,13 @@ func TestCall_RemoveQuotaProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_RemoveQuotaMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_RemoveQuota(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1510,7 +1509,7 @@ func TestCall_RemoveQuotaMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_RemoveQuota{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1525,7 +1524,7 @@ func TestCall_RemoveQuotaMarshalTo(t *testing.T) { } func BenchmarkCall_RemoveQuotaProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_RemoveQuota, 10000) for i := 0; i < 10000; i++ { @@ -1533,7 +1532,7 @@ func BenchmarkCall_RemoveQuotaProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1543,11 +1542,11 @@ func BenchmarkCall_RemoveQuotaProtoMarshal(b *testing.B) { } func BenchmarkCall_RemoveQuotaProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_RemoveQuota(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_RemoveQuota(popr, false)) if err != nil { panic(err) } @@ -1557,7 +1556,7 @@ func BenchmarkCall_RemoveQuotaProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1566,14 +1565,14 @@ func BenchmarkCall_RemoveQuotaProtoUnmarshal(b *testing.B) { func TestResponseProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1594,13 +1593,13 @@ func TestResponseProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponseMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1612,7 +1611,7 @@ func TestResponseMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1627,7 +1626,7 @@ func TestResponseMarshalTo(t *testing.T) { } func BenchmarkResponseProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response, 10000) for i := 0; i < 10000; i++ { @@ -1635,7 +1634,7 @@ func BenchmarkResponseProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1645,11 +1644,11 @@ func BenchmarkResponseProtoMarshal(b *testing.B) { } func BenchmarkResponseProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse(popr, false)) if err != nil { panic(err) } @@ -1659,7 +1658,7 @@ func BenchmarkResponseProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1668,14 +1667,14 @@ func BenchmarkResponseProtoUnmarshal(b *testing.B) { func TestResponse_GetHealthProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetHealth(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetHealth{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1696,13 +1695,13 @@ func TestResponse_GetHealthProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetHealthMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetHealth(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1714,7 +1713,7 @@ func TestResponse_GetHealthMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetHealth{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1729,7 +1728,7 @@ func TestResponse_GetHealthMarshalTo(t *testing.T) { } func BenchmarkResponse_GetHealthProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetHealth, 10000) for i := 0; i < 10000; i++ { @@ -1737,7 +1736,7 @@ func BenchmarkResponse_GetHealthProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1747,11 +1746,11 @@ func BenchmarkResponse_GetHealthProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetHealthProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetHealth(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetHealth(popr, false)) if err != nil { panic(err) } @@ -1761,7 +1760,7 @@ func BenchmarkResponse_GetHealthProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1770,14 +1769,14 @@ func BenchmarkResponse_GetHealthProtoUnmarshal(b *testing.B) { func TestResponse_GetFlagsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFlags(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFlags{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1798,13 +1797,13 @@ func TestResponse_GetFlagsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetFlagsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFlags(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1816,7 +1815,7 @@ func TestResponse_GetFlagsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFlags{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1831,7 +1830,7 @@ func TestResponse_GetFlagsMarshalTo(t *testing.T) { } func BenchmarkResponse_GetFlagsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetFlags, 10000) for i := 0; i < 10000; i++ { @@ -1839,7 +1838,7 @@ func BenchmarkResponse_GetFlagsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1849,11 +1848,11 @@ func BenchmarkResponse_GetFlagsProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetFlagsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetFlags(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetFlags(popr, false)) if err != nil { panic(err) } @@ -1863,7 +1862,7 @@ func BenchmarkResponse_GetFlagsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1872,14 +1871,14 @@ func BenchmarkResponse_GetFlagsProtoUnmarshal(b *testing.B) { func TestResponse_GetVersionProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetVersion(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetVersion{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1900,13 +1899,13 @@ func TestResponse_GetVersionProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetVersionMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetVersion(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1918,7 +1917,7 @@ func TestResponse_GetVersionMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetVersion{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1933,7 +1932,7 @@ func TestResponse_GetVersionMarshalTo(t *testing.T) { } func BenchmarkResponse_GetVersionProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetVersion, 10000) for i := 0; i < 10000; i++ { @@ -1941,7 +1940,7 @@ func BenchmarkResponse_GetVersionProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1951,11 +1950,11 @@ func BenchmarkResponse_GetVersionProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetVersionProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetVersion(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetVersion(popr, false)) if err != nil { panic(err) } @@ -1965,7 +1964,7 @@ func BenchmarkResponse_GetVersionProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1974,14 +1973,14 @@ func BenchmarkResponse_GetVersionProtoUnmarshal(b *testing.B) { func TestResponse_GetMetricsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMetrics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetMetrics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2002,13 +2001,13 @@ func TestResponse_GetMetricsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetMetricsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMetrics(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2020,7 +2019,7 @@ func TestResponse_GetMetricsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetMetrics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2035,7 +2034,7 @@ func TestResponse_GetMetricsMarshalTo(t *testing.T) { } func BenchmarkResponse_GetMetricsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetMetrics, 10000) for i := 0; i < 10000; i++ { @@ -2043,7 +2042,7 @@ func BenchmarkResponse_GetMetricsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2053,11 +2052,11 @@ func BenchmarkResponse_GetMetricsProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetMetricsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetMetrics(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetMetrics(popr, false)) if err != nil { panic(err) } @@ -2067,7 +2066,7 @@ func BenchmarkResponse_GetMetricsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2076,14 +2075,14 @@ func BenchmarkResponse_GetMetricsProtoUnmarshal(b *testing.B) { func TestResponse_GetLoggingLevelProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetLoggingLevel(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2104,13 +2103,13 @@ func TestResponse_GetLoggingLevelProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetLoggingLevelMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetLoggingLevel(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2122,7 +2121,7 @@ func TestResponse_GetLoggingLevelMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2137,7 +2136,7 @@ func TestResponse_GetLoggingLevelMarshalTo(t *testing.T) { } func BenchmarkResponse_GetLoggingLevelProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetLoggingLevel, 10000) for i := 0; i < 10000; i++ { @@ -2145,7 +2144,7 @@ func BenchmarkResponse_GetLoggingLevelProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2155,11 +2154,11 @@ func BenchmarkResponse_GetLoggingLevelProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetLoggingLevelProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetLoggingLevel(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetLoggingLevel(popr, false)) if err != nil { panic(err) } @@ -2169,7 +2168,7 @@ func BenchmarkResponse_GetLoggingLevelProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2178,14 +2177,14 @@ func BenchmarkResponse_GetLoggingLevelProtoUnmarshal(b *testing.B) { func TestResponse_ListFilesProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ListFiles(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_ListFiles{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2206,13 +2205,13 @@ func TestResponse_ListFilesProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_ListFilesMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ListFiles(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2224,7 +2223,7 @@ func TestResponse_ListFilesMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_ListFiles{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2239,7 +2238,7 @@ func TestResponse_ListFilesMarshalTo(t *testing.T) { } func BenchmarkResponse_ListFilesProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_ListFiles, 10000) for i := 0; i < 10000; i++ { @@ -2247,7 +2246,7 @@ func BenchmarkResponse_ListFilesProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2257,11 +2256,11 @@ func BenchmarkResponse_ListFilesProtoMarshal(b *testing.B) { } func BenchmarkResponse_ListFilesProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_ListFiles(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_ListFiles(popr, false)) if err != nil { panic(err) } @@ -2271,7 +2270,7 @@ func BenchmarkResponse_ListFilesProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2280,14 +2279,14 @@ func BenchmarkResponse_ListFilesProtoUnmarshal(b *testing.B) { func TestResponse_ReadFileProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ReadFile(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_ReadFile{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2308,13 +2307,13 @@ func TestResponse_ReadFileProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_ReadFileMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ReadFile(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2326,7 +2325,7 @@ func TestResponse_ReadFileMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_ReadFile{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2341,7 +2340,7 @@ func TestResponse_ReadFileMarshalTo(t *testing.T) { } func BenchmarkResponse_ReadFileProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_ReadFile, 10000) for i := 0; i < 10000; i++ { @@ -2349,7 +2348,7 @@ func BenchmarkResponse_ReadFileProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2359,11 +2358,11 @@ func BenchmarkResponse_ReadFileProtoMarshal(b *testing.B) { } func BenchmarkResponse_ReadFileProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_ReadFile(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_ReadFile(popr, false)) if err != nil { panic(err) } @@ -2373,7 +2372,7 @@ func BenchmarkResponse_ReadFileProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2382,14 +2381,14 @@ func BenchmarkResponse_ReadFileProtoUnmarshal(b *testing.B) { func TestResponse_GetStateProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetState(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetState{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2410,13 +2409,13 @@ func TestResponse_GetStateProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetStateMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetState(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2428,7 +2427,7 @@ func TestResponse_GetStateMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetState{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2443,7 +2442,7 @@ func TestResponse_GetStateMarshalTo(t *testing.T) { } func BenchmarkResponse_GetStateProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetState, 10000) for i := 0; i < 10000; i++ { @@ -2451,7 +2450,7 @@ func BenchmarkResponse_GetStateProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2461,11 +2460,11 @@ func BenchmarkResponse_GetStateProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetStateProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetState(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetState(popr, false)) if err != nil { panic(err) } @@ -2475,7 +2474,7 @@ func BenchmarkResponse_GetStateProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2484,14 +2483,14 @@ func BenchmarkResponse_GetStateProtoUnmarshal(b *testing.B) { func TestResponse_GetAgentsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgents(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetAgents{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2512,13 +2511,13 @@ func TestResponse_GetAgentsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetAgentsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgents(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2530,7 +2529,7 @@ func TestResponse_GetAgentsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetAgents{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2545,7 +2544,7 @@ func TestResponse_GetAgentsMarshalTo(t *testing.T) { } func BenchmarkResponse_GetAgentsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetAgents, 10000) for i := 0; i < 10000; i++ { @@ -2553,7 +2552,7 @@ func BenchmarkResponse_GetAgentsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2563,11 +2562,11 @@ func BenchmarkResponse_GetAgentsProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetAgentsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetAgents(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetAgents(popr, false)) if err != nil { panic(err) } @@ -2577,7 +2576,7 @@ func BenchmarkResponse_GetAgentsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2586,14 +2585,14 @@ func BenchmarkResponse_GetAgentsProtoUnmarshal(b *testing.B) { func TestResponse_GetAgents_AgentProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgents_Agent(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetAgents_Agent{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2614,13 +2613,13 @@ func TestResponse_GetAgents_AgentProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetAgents_AgentMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgents_Agent(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2632,7 +2631,7 @@ func TestResponse_GetAgents_AgentMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetAgents_Agent{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2647,7 +2646,7 @@ func TestResponse_GetAgents_AgentMarshalTo(t *testing.T) { } func BenchmarkResponse_GetAgents_AgentProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetAgents_Agent, 10000) for i := 0; i < 10000; i++ { @@ -2655,7 +2654,7 @@ func BenchmarkResponse_GetAgents_AgentProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2665,11 +2664,11 @@ func BenchmarkResponse_GetAgents_AgentProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetAgents_AgentProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetAgents_Agent(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetAgents_Agent(popr, false)) if err != nil { panic(err) } @@ -2679,7 +2678,7 @@ func BenchmarkResponse_GetAgents_AgentProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2688,14 +2687,14 @@ func BenchmarkResponse_GetAgents_AgentProtoUnmarshal(b *testing.B) { func TestResponse_GetFrameworksProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFrameworks{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2716,13 +2715,13 @@ func TestResponse_GetFrameworksProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetFrameworksMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2734,7 +2733,7 @@ func TestResponse_GetFrameworksMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFrameworks{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2749,7 +2748,7 @@ func TestResponse_GetFrameworksMarshalTo(t *testing.T) { } func BenchmarkResponse_GetFrameworksProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetFrameworks, 10000) for i := 0; i < 10000; i++ { @@ -2757,7 +2756,7 @@ func BenchmarkResponse_GetFrameworksProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2767,11 +2766,11 @@ func BenchmarkResponse_GetFrameworksProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetFrameworksProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetFrameworks(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetFrameworks(popr, false)) if err != nil { panic(err) } @@ -2781,7 +2780,7 @@ func BenchmarkResponse_GetFrameworksProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2790,14 +2789,14 @@ func BenchmarkResponse_GetFrameworksProtoUnmarshal(b *testing.B) { func TestResponse_GetFrameworks_FrameworkProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks_Framework(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFrameworks_Framework{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2818,13 +2817,13 @@ func TestResponse_GetFrameworks_FrameworkProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetFrameworks_FrameworkMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks_Framework(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2836,7 +2835,7 @@ func TestResponse_GetFrameworks_FrameworkMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFrameworks_Framework{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2851,7 +2850,7 @@ func TestResponse_GetFrameworks_FrameworkMarshalTo(t *testing.T) { } func BenchmarkResponse_GetFrameworks_FrameworkProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetFrameworks_Framework, 10000) for i := 0; i < 10000; i++ { @@ -2859,7 +2858,7 @@ func BenchmarkResponse_GetFrameworks_FrameworkProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2869,11 +2868,11 @@ func BenchmarkResponse_GetFrameworks_FrameworkProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetFrameworks_FrameworkProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetFrameworks_Framework(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetFrameworks_Framework(popr, false)) if err != nil { panic(err) } @@ -2883,7 +2882,7 @@ func BenchmarkResponse_GetFrameworks_FrameworkProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2892,14 +2891,14 @@ func BenchmarkResponse_GetFrameworks_FrameworkProtoUnmarshal(b *testing.B) { func TestResponse_GetExecutorsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetExecutors{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2920,13 +2919,13 @@ func TestResponse_GetExecutorsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetExecutorsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2938,7 +2937,7 @@ func TestResponse_GetExecutorsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetExecutors{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2953,7 +2952,7 @@ func TestResponse_GetExecutorsMarshalTo(t *testing.T) { } func BenchmarkResponse_GetExecutorsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetExecutors, 10000) for i := 0; i < 10000; i++ { @@ -2961,7 +2960,7 @@ func BenchmarkResponse_GetExecutorsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2971,11 +2970,11 @@ func BenchmarkResponse_GetExecutorsProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetExecutorsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetExecutors(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetExecutors(popr, false)) if err != nil { panic(err) } @@ -2985,7 +2984,7 @@ func BenchmarkResponse_GetExecutorsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2994,14 +2993,14 @@ func BenchmarkResponse_GetExecutorsProtoUnmarshal(b *testing.B) { func TestResponse_GetExecutors_ExecutorProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors_Executor(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetExecutors_Executor{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3022,13 +3021,13 @@ func TestResponse_GetExecutors_ExecutorProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetExecutors_ExecutorMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors_Executor(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3040,7 +3039,7 @@ func TestResponse_GetExecutors_ExecutorMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetExecutors_Executor{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3055,7 +3054,7 @@ func TestResponse_GetExecutors_ExecutorMarshalTo(t *testing.T) { } func BenchmarkResponse_GetExecutors_ExecutorProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetExecutors_Executor, 10000) for i := 0; i < 10000; i++ { @@ -3063,7 +3062,7 @@ func BenchmarkResponse_GetExecutors_ExecutorProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3073,11 +3072,11 @@ func BenchmarkResponse_GetExecutors_ExecutorProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetExecutors_ExecutorProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetExecutors_Executor(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetExecutors_Executor(popr, false)) if err != nil { panic(err) } @@ -3087,7 +3086,7 @@ func BenchmarkResponse_GetExecutors_ExecutorProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3096,14 +3095,14 @@ func BenchmarkResponse_GetExecutors_ExecutorProtoUnmarshal(b *testing.B) { func TestResponse_GetTasksProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetTasks(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetTasks{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3124,13 +3123,13 @@ func TestResponse_GetTasksProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetTasksMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetTasks(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3142,7 +3141,7 @@ func TestResponse_GetTasksMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetTasks{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3157,7 +3156,7 @@ func TestResponse_GetTasksMarshalTo(t *testing.T) { } func BenchmarkResponse_GetTasksProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetTasks, 10000) for i := 0; i < 10000; i++ { @@ -3165,7 +3164,7 @@ func BenchmarkResponse_GetTasksProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3175,11 +3174,11 @@ func BenchmarkResponse_GetTasksProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetTasksProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetTasks(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetTasks(popr, false)) if err != nil { panic(err) } @@ -3189,7 +3188,7 @@ func BenchmarkResponse_GetTasksProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3198,14 +3197,14 @@ func BenchmarkResponse_GetTasksProtoUnmarshal(b *testing.B) { func TestResponse_GetRolesProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetRoles(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetRoles{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3226,13 +3225,13 @@ func TestResponse_GetRolesProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetRolesMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetRoles(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3244,7 +3243,7 @@ func TestResponse_GetRolesMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetRoles{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3259,7 +3258,7 @@ func TestResponse_GetRolesMarshalTo(t *testing.T) { } func BenchmarkResponse_GetRolesProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetRoles, 10000) for i := 0; i < 10000; i++ { @@ -3267,7 +3266,7 @@ func BenchmarkResponse_GetRolesProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3277,11 +3276,11 @@ func BenchmarkResponse_GetRolesProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetRolesProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetRoles(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetRoles(popr, false)) if err != nil { panic(err) } @@ -3291,7 +3290,7 @@ func BenchmarkResponse_GetRolesProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3300,14 +3299,14 @@ func BenchmarkResponse_GetRolesProtoUnmarshal(b *testing.B) { func TestResponse_GetWeightsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetWeights(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetWeights{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3328,13 +3327,13 @@ func TestResponse_GetWeightsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetWeightsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetWeights(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3346,7 +3345,7 @@ func TestResponse_GetWeightsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetWeights{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3361,7 +3360,7 @@ func TestResponse_GetWeightsMarshalTo(t *testing.T) { } func BenchmarkResponse_GetWeightsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetWeights, 10000) for i := 0; i < 10000; i++ { @@ -3369,7 +3368,7 @@ func BenchmarkResponse_GetWeightsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3379,11 +3378,11 @@ func BenchmarkResponse_GetWeightsProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetWeightsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetWeights(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetWeights(popr, false)) if err != nil { panic(err) } @@ -3393,7 +3392,7 @@ func BenchmarkResponse_GetWeightsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3402,14 +3401,14 @@ func BenchmarkResponse_GetWeightsProtoUnmarshal(b *testing.B) { func TestResponse_GetMasterProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaster(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetMaster{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3430,13 +3429,13 @@ func TestResponse_GetMasterProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetMasterMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaster(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3448,7 +3447,7 @@ func TestResponse_GetMasterMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetMaster{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3463,7 +3462,7 @@ func TestResponse_GetMasterMarshalTo(t *testing.T) { } func BenchmarkResponse_GetMasterProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetMaster, 10000) for i := 0; i < 10000; i++ { @@ -3471,7 +3470,7 @@ func BenchmarkResponse_GetMasterProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3481,11 +3480,11 @@ func BenchmarkResponse_GetMasterProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetMasterProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetMaster(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetMaster(popr, false)) if err != nil { panic(err) } @@ -3495,7 +3494,7 @@ func BenchmarkResponse_GetMasterProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3504,14 +3503,14 @@ func BenchmarkResponse_GetMasterProtoUnmarshal(b *testing.B) { func TestResponse_GetMaintenanceStatusProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaintenanceStatus(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetMaintenanceStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3532,13 +3531,13 @@ func TestResponse_GetMaintenanceStatusProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetMaintenanceStatusMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaintenanceStatus(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3550,7 +3549,7 @@ func TestResponse_GetMaintenanceStatusMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetMaintenanceStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3565,7 +3564,7 @@ func TestResponse_GetMaintenanceStatusMarshalTo(t *testing.T) { } func BenchmarkResponse_GetMaintenanceStatusProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetMaintenanceStatus, 10000) for i := 0; i < 10000; i++ { @@ -3573,7 +3572,7 @@ func BenchmarkResponse_GetMaintenanceStatusProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3583,11 +3582,11 @@ func BenchmarkResponse_GetMaintenanceStatusProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetMaintenanceStatusProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetMaintenanceStatus(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetMaintenanceStatus(popr, false)) if err != nil { panic(err) } @@ -3597,7 +3596,7 @@ func BenchmarkResponse_GetMaintenanceStatusProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3606,14 +3605,14 @@ func BenchmarkResponse_GetMaintenanceStatusProtoUnmarshal(b *testing.B) { func TestResponse_GetMaintenanceScheduleProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaintenanceSchedule(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetMaintenanceSchedule{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3634,13 +3633,13 @@ func TestResponse_GetMaintenanceScheduleProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetMaintenanceScheduleMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaintenanceSchedule(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3652,7 +3651,7 @@ func TestResponse_GetMaintenanceScheduleMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetMaintenanceSchedule{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3667,7 +3666,7 @@ func TestResponse_GetMaintenanceScheduleMarshalTo(t *testing.T) { } func BenchmarkResponse_GetMaintenanceScheduleProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetMaintenanceSchedule, 10000) for i := 0; i < 10000; i++ { @@ -3675,7 +3674,7 @@ func BenchmarkResponse_GetMaintenanceScheduleProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3685,11 +3684,11 @@ func BenchmarkResponse_GetMaintenanceScheduleProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetMaintenanceScheduleProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetMaintenanceSchedule(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetMaintenanceSchedule(popr, false)) if err != nil { panic(err) } @@ -3699,7 +3698,7 @@ func BenchmarkResponse_GetMaintenanceScheduleProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3708,14 +3707,14 @@ func BenchmarkResponse_GetMaintenanceScheduleProtoUnmarshal(b *testing.B) { func TestResponse_GetQuotaProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetQuota(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetQuota{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3736,13 +3735,13 @@ func TestResponse_GetQuotaProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResponse_GetQuotaMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetQuota(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3754,7 +3753,7 @@ func TestResponse_GetQuotaMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetQuota{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3769,7 +3768,7 @@ func TestResponse_GetQuotaMarshalTo(t *testing.T) { } func BenchmarkResponse_GetQuotaProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetQuota, 10000) for i := 0; i < 10000; i++ { @@ -3777,7 +3776,7 @@ func BenchmarkResponse_GetQuotaProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3787,11 +3786,11 @@ func BenchmarkResponse_GetQuotaProtoMarshal(b *testing.B) { } func BenchmarkResponse_GetQuotaProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResponse_GetQuota(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResponse_GetQuota(popr, false)) if err != nil { panic(err) } @@ -3801,7 +3800,7 @@ func BenchmarkResponse_GetQuotaProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3810,14 +3809,14 @@ func BenchmarkResponse_GetQuotaProtoUnmarshal(b *testing.B) { func TestEventProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3838,13 +3837,13 @@ func TestEventProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEventMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3856,7 +3855,7 @@ func TestEventMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3871,7 +3870,7 @@ func TestEventMarshalTo(t *testing.T) { } func BenchmarkEventProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event, 10000) for i := 0; i < 10000; i++ { @@ -3879,7 +3878,7 @@ func BenchmarkEventProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3889,11 +3888,11 @@ func BenchmarkEventProtoMarshal(b *testing.B) { } func BenchmarkEventProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent(popr, false)) if err != nil { panic(err) } @@ -3903,7 +3902,7 @@ func BenchmarkEventProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3912,14 +3911,14 @@ func BenchmarkEventProtoUnmarshal(b *testing.B) { func TestEvent_SubscribedProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Subscribed{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3940,13 +3939,13 @@ func TestEvent_SubscribedProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_SubscribedMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3958,7 +3957,7 @@ func TestEvent_SubscribedMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Subscribed{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3973,7 +3972,7 @@ func TestEvent_SubscribedMarshalTo(t *testing.T) { } func BenchmarkEvent_SubscribedProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Subscribed, 10000) for i := 0; i < 10000; i++ { @@ -3981,7 +3980,7 @@ func BenchmarkEvent_SubscribedProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3991,11 +3990,11 @@ func BenchmarkEvent_SubscribedProtoMarshal(b *testing.B) { } func BenchmarkEvent_SubscribedProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_Subscribed(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_Subscribed(popr, false)) if err != nil { panic(err) } @@ -4005,7 +4004,7 @@ func BenchmarkEvent_SubscribedProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -4014,14 +4013,14 @@ func BenchmarkEvent_SubscribedProtoUnmarshal(b *testing.B) { func TestEvent_TaskAddedProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_TaskAdded(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_TaskAdded{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -4042,13 +4041,13 @@ func TestEvent_TaskAddedProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_TaskAddedMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_TaskAdded(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -4060,7 +4059,7 @@ func TestEvent_TaskAddedMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_TaskAdded{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -4075,7 +4074,7 @@ func TestEvent_TaskAddedMarshalTo(t *testing.T) { } func BenchmarkEvent_TaskAddedProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_TaskAdded, 10000) for i := 0; i < 10000; i++ { @@ -4083,7 +4082,7 @@ func BenchmarkEvent_TaskAddedProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -4093,11 +4092,11 @@ func BenchmarkEvent_TaskAddedProtoMarshal(b *testing.B) { } func BenchmarkEvent_TaskAddedProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_TaskAdded(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_TaskAdded(popr, false)) if err != nil { panic(err) } @@ -4107,7 +4106,7 @@ func BenchmarkEvent_TaskAddedProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -4116,14 +4115,14 @@ func BenchmarkEvent_TaskAddedProtoUnmarshal(b *testing.B) { func TestEvent_TaskUpdatedProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_TaskUpdated(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_TaskUpdated{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -4144,13 +4143,13 @@ func TestEvent_TaskUpdatedProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_TaskUpdatedMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_TaskUpdated(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -4162,7 +4161,7 @@ func TestEvent_TaskUpdatedMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_TaskUpdated{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -4177,7 +4176,7 @@ func TestEvent_TaskUpdatedMarshalTo(t *testing.T) { } func BenchmarkEvent_TaskUpdatedProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_TaskUpdated, 10000) for i := 0; i < 10000; i++ { @@ -4185,7 +4184,7 @@ func BenchmarkEvent_TaskUpdatedProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -4195,11 +4194,11 @@ func BenchmarkEvent_TaskUpdatedProtoMarshal(b *testing.B) { } func BenchmarkEvent_TaskUpdatedProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_TaskUpdated(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_TaskUpdated(popr, false)) if err != nil { panic(err) } @@ -4209,7 +4208,7 @@ func BenchmarkEvent_TaskUpdatedProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -4218,14 +4217,14 @@ func BenchmarkEvent_TaskUpdatedProtoUnmarshal(b *testing.B) { func TestEvent_FrameworkAddedProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkAdded(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_FrameworkAdded{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -4246,13 +4245,13 @@ func TestEvent_FrameworkAddedProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_FrameworkAddedMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkAdded(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -4264,7 +4263,7 @@ func TestEvent_FrameworkAddedMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_FrameworkAdded{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -4279,7 +4278,7 @@ func TestEvent_FrameworkAddedMarshalTo(t *testing.T) { } func BenchmarkEvent_FrameworkAddedProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_FrameworkAdded, 10000) for i := 0; i < 10000; i++ { @@ -4287,7 +4286,7 @@ func BenchmarkEvent_FrameworkAddedProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -4297,11 +4296,11 @@ func BenchmarkEvent_FrameworkAddedProtoMarshal(b *testing.B) { } func BenchmarkEvent_FrameworkAddedProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_FrameworkAdded(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_FrameworkAdded(popr, false)) if err != nil { panic(err) } @@ -4311,7 +4310,7 @@ func BenchmarkEvent_FrameworkAddedProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -4320,14 +4319,14 @@ func BenchmarkEvent_FrameworkAddedProtoUnmarshal(b *testing.B) { func TestEvent_FrameworkUpdatedProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkUpdated(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_FrameworkUpdated{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -4348,13 +4347,13 @@ func TestEvent_FrameworkUpdatedProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_FrameworkUpdatedMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkUpdated(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -4366,7 +4365,7 @@ func TestEvent_FrameworkUpdatedMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_FrameworkUpdated{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -4381,7 +4380,7 @@ func TestEvent_FrameworkUpdatedMarshalTo(t *testing.T) { } func BenchmarkEvent_FrameworkUpdatedProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_FrameworkUpdated, 10000) for i := 0; i < 10000; i++ { @@ -4389,7 +4388,7 @@ func BenchmarkEvent_FrameworkUpdatedProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -4399,11 +4398,11 @@ func BenchmarkEvent_FrameworkUpdatedProtoMarshal(b *testing.B) { } func BenchmarkEvent_FrameworkUpdatedProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_FrameworkUpdated(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_FrameworkUpdated(popr, false)) if err != nil { panic(err) } @@ -4413,7 +4412,7 @@ func BenchmarkEvent_FrameworkUpdatedProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -4422,14 +4421,14 @@ func BenchmarkEvent_FrameworkUpdatedProtoUnmarshal(b *testing.B) { func TestEvent_FrameworkRemovedProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkRemoved(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_FrameworkRemoved{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -4450,13 +4449,13 @@ func TestEvent_FrameworkRemovedProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_FrameworkRemovedMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkRemoved(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -4468,7 +4467,7 @@ func TestEvent_FrameworkRemovedMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_FrameworkRemoved{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -4483,7 +4482,7 @@ func TestEvent_FrameworkRemovedMarshalTo(t *testing.T) { } func BenchmarkEvent_FrameworkRemovedProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_FrameworkRemoved, 10000) for i := 0; i < 10000; i++ { @@ -4491,7 +4490,7 @@ func BenchmarkEvent_FrameworkRemovedProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -4501,11 +4500,11 @@ func BenchmarkEvent_FrameworkRemovedProtoMarshal(b *testing.B) { } func BenchmarkEvent_FrameworkRemovedProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_FrameworkRemoved(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_FrameworkRemoved(popr, false)) if err != nil { panic(err) } @@ -4515,7 +4514,7 @@ func BenchmarkEvent_FrameworkRemovedProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -4524,14 +4523,14 @@ func BenchmarkEvent_FrameworkRemovedProtoUnmarshal(b *testing.B) { func TestEvent_AgentAddedProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_AgentAdded(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_AgentAdded{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -4552,13 +4551,13 @@ func TestEvent_AgentAddedProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_AgentAddedMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_AgentAdded(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -4570,7 +4569,7 @@ func TestEvent_AgentAddedMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_AgentAdded{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -4585,7 +4584,7 @@ func TestEvent_AgentAddedMarshalTo(t *testing.T) { } func BenchmarkEvent_AgentAddedProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_AgentAdded, 10000) for i := 0; i < 10000; i++ { @@ -4593,7 +4592,7 @@ func BenchmarkEvent_AgentAddedProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -4603,11 +4602,11 @@ func BenchmarkEvent_AgentAddedProtoMarshal(b *testing.B) { } func BenchmarkEvent_AgentAddedProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_AgentAdded(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_AgentAdded(popr, false)) if err != nil { panic(err) } @@ -4617,7 +4616,7 @@ func BenchmarkEvent_AgentAddedProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -4626,14 +4625,14 @@ func BenchmarkEvent_AgentAddedProtoUnmarshal(b *testing.B) { func TestEvent_AgentRemovedProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_AgentRemoved(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_AgentRemoved{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -4654,13 +4653,13 @@ func TestEvent_AgentRemovedProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_AgentRemovedMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_AgentRemoved(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -4672,7 +4671,7 @@ func TestEvent_AgentRemovedMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_AgentRemoved{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -4687,7 +4686,7 @@ func TestEvent_AgentRemovedMarshalTo(t *testing.T) { } func BenchmarkEvent_AgentRemovedProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_AgentRemoved, 10000) for i := 0; i < 10000; i++ { @@ -4695,7 +4694,7 @@ func BenchmarkEvent_AgentRemovedProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -4705,11 +4704,11 @@ func BenchmarkEvent_AgentRemovedProtoMarshal(b *testing.B) { } func BenchmarkEvent_AgentRemovedProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_AgentRemoved(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_AgentRemoved(popr, false)) if err != nil { panic(err) } @@ -4719,7 +4718,7 @@ func BenchmarkEvent_AgentRemovedProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -4728,15 +4727,15 @@ func BenchmarkEvent_AgentRemovedProtoUnmarshal(b *testing.B) { func TestCallJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4749,15 +4748,15 @@ func TestCallJSON(t *testing.T) { } func TestCall_GetMetricsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_GetMetrics(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_GetMetrics{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4770,15 +4769,15 @@ func TestCall_GetMetricsJSON(t *testing.T) { } func TestCall_SetLoggingLevelJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetLoggingLevel(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_SetLoggingLevel{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4791,15 +4790,15 @@ func TestCall_SetLoggingLevelJSON(t *testing.T) { } func TestCall_ListFilesJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ListFiles(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_ListFiles{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4812,15 +4811,15 @@ func TestCall_ListFilesJSON(t *testing.T) { } func TestCall_ReadFileJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReadFile(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_ReadFile{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4833,15 +4832,15 @@ func TestCall_ReadFileJSON(t *testing.T) { } func TestCall_UpdateWeightsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UpdateWeights(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_UpdateWeights{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4854,15 +4853,15 @@ func TestCall_UpdateWeightsJSON(t *testing.T) { } func TestCall_ReserveResourcesJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReserveResources(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_ReserveResources{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4875,15 +4874,15 @@ func TestCall_ReserveResourcesJSON(t *testing.T) { } func TestCall_UnreserveResourcesJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UnreserveResources(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_UnreserveResources{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4896,15 +4895,15 @@ func TestCall_UnreserveResourcesJSON(t *testing.T) { } func TestCall_CreateVolumesJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_CreateVolumes(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_CreateVolumes{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4917,15 +4916,15 @@ func TestCall_CreateVolumesJSON(t *testing.T) { } func TestCall_DestroyVolumesJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_DestroyVolumes(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_DestroyVolumes{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4938,15 +4937,15 @@ func TestCall_DestroyVolumesJSON(t *testing.T) { } func TestCall_UpdateMaintenanceScheduleJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UpdateMaintenanceSchedule(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_UpdateMaintenanceSchedule{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4959,15 +4958,15 @@ func TestCall_UpdateMaintenanceScheduleJSON(t *testing.T) { } func TestCall_StartMaintenanceJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_StartMaintenance(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_StartMaintenance{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4980,15 +4979,15 @@ func TestCall_StartMaintenanceJSON(t *testing.T) { } func TestCall_StopMaintenanceJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_StopMaintenance(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_StopMaintenance{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5001,15 +5000,15 @@ func TestCall_StopMaintenanceJSON(t *testing.T) { } func TestCall_SetQuotaJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetQuota(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_SetQuota{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5022,15 +5021,15 @@ func TestCall_SetQuotaJSON(t *testing.T) { } func TestCall_RemoveQuotaJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_RemoveQuota(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_RemoveQuota{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5043,15 +5042,15 @@ func TestCall_RemoveQuotaJSON(t *testing.T) { } func TestResponseJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5064,15 +5063,15 @@ func TestResponseJSON(t *testing.T) { } func TestResponse_GetHealthJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetHealth(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetHealth{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5085,15 +5084,15 @@ func TestResponse_GetHealthJSON(t *testing.T) { } func TestResponse_GetFlagsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFlags(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFlags{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5106,15 +5105,15 @@ func TestResponse_GetFlagsJSON(t *testing.T) { } func TestResponse_GetVersionJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetVersion(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetVersion{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5127,15 +5126,15 @@ func TestResponse_GetVersionJSON(t *testing.T) { } func TestResponse_GetMetricsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMetrics(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetMetrics{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5148,15 +5147,15 @@ func TestResponse_GetMetricsJSON(t *testing.T) { } func TestResponse_GetLoggingLevelJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetLoggingLevel(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetLoggingLevel{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5169,15 +5168,15 @@ func TestResponse_GetLoggingLevelJSON(t *testing.T) { } func TestResponse_ListFilesJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ListFiles(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_ListFiles{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5190,15 +5189,15 @@ func TestResponse_ListFilesJSON(t *testing.T) { } func TestResponse_ReadFileJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ReadFile(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_ReadFile{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5211,15 +5210,15 @@ func TestResponse_ReadFileJSON(t *testing.T) { } func TestResponse_GetStateJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetState(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetState{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5232,15 +5231,15 @@ func TestResponse_GetStateJSON(t *testing.T) { } func TestResponse_GetAgentsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgents(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetAgents{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5253,15 +5252,15 @@ func TestResponse_GetAgentsJSON(t *testing.T) { } func TestResponse_GetAgents_AgentJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgents_Agent(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetAgents_Agent{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5274,15 +5273,15 @@ func TestResponse_GetAgents_AgentJSON(t *testing.T) { } func TestResponse_GetFrameworksJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFrameworks{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5295,15 +5294,15 @@ func TestResponse_GetFrameworksJSON(t *testing.T) { } func TestResponse_GetFrameworks_FrameworkJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks_Framework(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetFrameworks_Framework{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5316,15 +5315,15 @@ func TestResponse_GetFrameworks_FrameworkJSON(t *testing.T) { } func TestResponse_GetExecutorsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetExecutors{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5337,15 +5336,15 @@ func TestResponse_GetExecutorsJSON(t *testing.T) { } func TestResponse_GetExecutors_ExecutorJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors_Executor(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetExecutors_Executor{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5358,15 +5357,15 @@ func TestResponse_GetExecutors_ExecutorJSON(t *testing.T) { } func TestResponse_GetTasksJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetTasks(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetTasks{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5379,15 +5378,15 @@ func TestResponse_GetTasksJSON(t *testing.T) { } func TestResponse_GetRolesJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetRoles(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetRoles{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5400,15 +5399,15 @@ func TestResponse_GetRolesJSON(t *testing.T) { } func TestResponse_GetWeightsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetWeights(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetWeights{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5421,15 +5420,15 @@ func TestResponse_GetWeightsJSON(t *testing.T) { } func TestResponse_GetMasterJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaster(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetMaster{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5442,15 +5441,15 @@ func TestResponse_GetMasterJSON(t *testing.T) { } func TestResponse_GetMaintenanceStatusJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaintenanceStatus(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetMaintenanceStatus{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5463,15 +5462,15 @@ func TestResponse_GetMaintenanceStatusJSON(t *testing.T) { } func TestResponse_GetMaintenanceScheduleJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaintenanceSchedule(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetMaintenanceSchedule{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5484,15 +5483,15 @@ func TestResponse_GetMaintenanceScheduleJSON(t *testing.T) { } func TestResponse_GetQuotaJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetQuota(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Response_GetQuota{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5505,15 +5504,15 @@ func TestResponse_GetQuotaJSON(t *testing.T) { } func TestEventJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5526,15 +5525,15 @@ func TestEventJSON(t *testing.T) { } func TestEvent_SubscribedJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Subscribed{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5547,15 +5546,15 @@ func TestEvent_SubscribedJSON(t *testing.T) { } func TestEvent_TaskAddedJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_TaskAdded(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_TaskAdded{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5568,15 +5567,15 @@ func TestEvent_TaskAddedJSON(t *testing.T) { } func TestEvent_TaskUpdatedJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_TaskUpdated(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_TaskUpdated{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5589,15 +5588,15 @@ func TestEvent_TaskUpdatedJSON(t *testing.T) { } func TestEvent_FrameworkAddedJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkAdded(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_FrameworkAdded{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5610,15 +5609,15 @@ func TestEvent_FrameworkAddedJSON(t *testing.T) { } func TestEvent_FrameworkUpdatedJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkUpdated(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_FrameworkUpdated{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5631,15 +5630,15 @@ func TestEvent_FrameworkUpdatedJSON(t *testing.T) { } func TestEvent_FrameworkRemovedJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkRemoved(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_FrameworkRemoved{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5652,15 +5651,15 @@ func TestEvent_FrameworkRemovedJSON(t *testing.T) { } func TestEvent_AgentAddedJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_AgentAdded(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_AgentAdded{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5673,15 +5672,15 @@ func TestEvent_AgentAddedJSON(t *testing.T) { } func TestEvent_AgentRemovedJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_AgentRemoved(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_AgentRemoved{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5694,11 +5693,11 @@ func TestEvent_AgentRemovedJSON(t *testing.T) { } func TestCallProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5711,11 +5710,11 @@ func TestCallProtoText(t *testing.T) { func TestCallProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5728,11 +5727,11 @@ func TestCallProtoCompactText(t *testing.T) { func TestCall_GetMetricsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_GetMetrics(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_GetMetrics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5745,11 +5744,11 @@ func TestCall_GetMetricsProtoText(t *testing.T) { func TestCall_GetMetricsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_GetMetrics(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_GetMetrics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5762,11 +5761,11 @@ func TestCall_GetMetricsProtoCompactText(t *testing.T) { func TestCall_SetLoggingLevelProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetLoggingLevel(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_SetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5779,11 +5778,11 @@ func TestCall_SetLoggingLevelProtoText(t *testing.T) { func TestCall_SetLoggingLevelProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetLoggingLevel(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_SetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5796,11 +5795,11 @@ func TestCall_SetLoggingLevelProtoCompactText(t *testing.T) { func TestCall_ListFilesProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ListFiles(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_ListFiles{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5813,11 +5812,11 @@ func TestCall_ListFilesProtoText(t *testing.T) { func TestCall_ListFilesProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ListFiles(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_ListFiles{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5830,11 +5829,11 @@ func TestCall_ListFilesProtoCompactText(t *testing.T) { func TestCall_ReadFileProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReadFile(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_ReadFile{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5847,11 +5846,11 @@ func TestCall_ReadFileProtoText(t *testing.T) { func TestCall_ReadFileProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReadFile(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_ReadFile{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5864,11 +5863,11 @@ func TestCall_ReadFileProtoCompactText(t *testing.T) { func TestCall_UpdateWeightsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UpdateWeights(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_UpdateWeights{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5881,11 +5880,11 @@ func TestCall_UpdateWeightsProtoText(t *testing.T) { func TestCall_UpdateWeightsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UpdateWeights(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_UpdateWeights{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5898,11 +5897,11 @@ func TestCall_UpdateWeightsProtoCompactText(t *testing.T) { func TestCall_ReserveResourcesProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReserveResources(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_ReserveResources{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5915,11 +5914,11 @@ func TestCall_ReserveResourcesProtoText(t *testing.T) { func TestCall_ReserveResourcesProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReserveResources(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_ReserveResources{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5932,11 +5931,11 @@ func TestCall_ReserveResourcesProtoCompactText(t *testing.T) { func TestCall_UnreserveResourcesProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UnreserveResources(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_UnreserveResources{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5949,11 +5948,11 @@ func TestCall_UnreserveResourcesProtoText(t *testing.T) { func TestCall_UnreserveResourcesProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UnreserveResources(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_UnreserveResources{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5966,11 +5965,11 @@ func TestCall_UnreserveResourcesProtoCompactText(t *testing.T) { func TestCall_CreateVolumesProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_CreateVolumes(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_CreateVolumes{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -5983,11 +5982,11 @@ func TestCall_CreateVolumesProtoText(t *testing.T) { func TestCall_CreateVolumesProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_CreateVolumes(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_CreateVolumes{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6000,11 +5999,11 @@ func TestCall_CreateVolumesProtoCompactText(t *testing.T) { func TestCall_DestroyVolumesProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_DestroyVolumes(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_DestroyVolumes{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6017,11 +6016,11 @@ func TestCall_DestroyVolumesProtoText(t *testing.T) { func TestCall_DestroyVolumesProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_DestroyVolumes(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_DestroyVolumes{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6034,11 +6033,11 @@ func TestCall_DestroyVolumesProtoCompactText(t *testing.T) { func TestCall_UpdateMaintenanceScheduleProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UpdateMaintenanceSchedule(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_UpdateMaintenanceSchedule{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6051,11 +6050,11 @@ func TestCall_UpdateMaintenanceScheduleProtoText(t *testing.T) { func TestCall_UpdateMaintenanceScheduleProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UpdateMaintenanceSchedule(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_UpdateMaintenanceSchedule{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6068,11 +6067,11 @@ func TestCall_UpdateMaintenanceScheduleProtoCompactText(t *testing.T) { func TestCall_StartMaintenanceProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_StartMaintenance(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_StartMaintenance{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6085,11 +6084,11 @@ func TestCall_StartMaintenanceProtoText(t *testing.T) { func TestCall_StartMaintenanceProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_StartMaintenance(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_StartMaintenance{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6102,11 +6101,11 @@ func TestCall_StartMaintenanceProtoCompactText(t *testing.T) { func TestCall_StopMaintenanceProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_StopMaintenance(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_StopMaintenance{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6119,11 +6118,11 @@ func TestCall_StopMaintenanceProtoText(t *testing.T) { func TestCall_StopMaintenanceProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_StopMaintenance(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_StopMaintenance{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6136,11 +6135,11 @@ func TestCall_StopMaintenanceProtoCompactText(t *testing.T) { func TestCall_SetQuotaProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetQuota(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_SetQuota{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6153,11 +6152,11 @@ func TestCall_SetQuotaProtoText(t *testing.T) { func TestCall_SetQuotaProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetQuota(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_SetQuota{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6170,11 +6169,11 @@ func TestCall_SetQuotaProtoCompactText(t *testing.T) { func TestCall_RemoveQuotaProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_RemoveQuota(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_RemoveQuota{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6187,11 +6186,11 @@ func TestCall_RemoveQuotaProtoText(t *testing.T) { func TestCall_RemoveQuotaProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_RemoveQuota(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_RemoveQuota{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6204,11 +6203,11 @@ func TestCall_RemoveQuotaProtoCompactText(t *testing.T) { func TestResponseProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6221,11 +6220,11 @@ func TestResponseProtoText(t *testing.T) { func TestResponseProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6238,11 +6237,11 @@ func TestResponseProtoCompactText(t *testing.T) { func TestResponse_GetHealthProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetHealth(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetHealth{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6255,11 +6254,11 @@ func TestResponse_GetHealthProtoText(t *testing.T) { func TestResponse_GetHealthProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetHealth(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetHealth{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6272,11 +6271,11 @@ func TestResponse_GetHealthProtoCompactText(t *testing.T) { func TestResponse_GetFlagsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFlags(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetFlags{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6289,11 +6288,11 @@ func TestResponse_GetFlagsProtoText(t *testing.T) { func TestResponse_GetFlagsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFlags(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetFlags{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6306,11 +6305,11 @@ func TestResponse_GetFlagsProtoCompactText(t *testing.T) { func TestResponse_GetVersionProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetVersion(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetVersion{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6323,11 +6322,11 @@ func TestResponse_GetVersionProtoText(t *testing.T) { func TestResponse_GetVersionProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetVersion(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetVersion{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6340,11 +6339,11 @@ func TestResponse_GetVersionProtoCompactText(t *testing.T) { func TestResponse_GetMetricsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMetrics(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetMetrics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6357,11 +6356,11 @@ func TestResponse_GetMetricsProtoText(t *testing.T) { func TestResponse_GetMetricsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMetrics(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetMetrics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6374,11 +6373,11 @@ func TestResponse_GetMetricsProtoCompactText(t *testing.T) { func TestResponse_GetLoggingLevelProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetLoggingLevel(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6391,11 +6390,11 @@ func TestResponse_GetLoggingLevelProtoText(t *testing.T) { func TestResponse_GetLoggingLevelProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetLoggingLevel(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6408,11 +6407,11 @@ func TestResponse_GetLoggingLevelProtoCompactText(t *testing.T) { func TestResponse_ListFilesProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ListFiles(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_ListFiles{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6425,11 +6424,11 @@ func TestResponse_ListFilesProtoText(t *testing.T) { func TestResponse_ListFilesProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ListFiles(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_ListFiles{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6442,11 +6441,11 @@ func TestResponse_ListFilesProtoCompactText(t *testing.T) { func TestResponse_ReadFileProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ReadFile(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_ReadFile{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6459,11 +6458,11 @@ func TestResponse_ReadFileProtoText(t *testing.T) { func TestResponse_ReadFileProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ReadFile(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_ReadFile{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6476,11 +6475,11 @@ func TestResponse_ReadFileProtoCompactText(t *testing.T) { func TestResponse_GetStateProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetState(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetState{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6493,11 +6492,11 @@ func TestResponse_GetStateProtoText(t *testing.T) { func TestResponse_GetStateProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetState(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetState{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6510,11 +6509,11 @@ func TestResponse_GetStateProtoCompactText(t *testing.T) { func TestResponse_GetAgentsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgents(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetAgents{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6527,11 +6526,11 @@ func TestResponse_GetAgentsProtoText(t *testing.T) { func TestResponse_GetAgentsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgents(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetAgents{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6544,11 +6543,11 @@ func TestResponse_GetAgentsProtoCompactText(t *testing.T) { func TestResponse_GetAgents_AgentProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgents_Agent(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetAgents_Agent{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6561,11 +6560,11 @@ func TestResponse_GetAgents_AgentProtoText(t *testing.T) { func TestResponse_GetAgents_AgentProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgents_Agent(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetAgents_Agent{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6578,11 +6577,11 @@ func TestResponse_GetAgents_AgentProtoCompactText(t *testing.T) { func TestResponse_GetFrameworksProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetFrameworks{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6595,11 +6594,11 @@ func TestResponse_GetFrameworksProtoText(t *testing.T) { func TestResponse_GetFrameworksProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetFrameworks{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6612,11 +6611,11 @@ func TestResponse_GetFrameworksProtoCompactText(t *testing.T) { func TestResponse_GetFrameworks_FrameworkProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks_Framework(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetFrameworks_Framework{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6629,11 +6628,11 @@ func TestResponse_GetFrameworks_FrameworkProtoText(t *testing.T) { func TestResponse_GetFrameworks_FrameworkProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks_Framework(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetFrameworks_Framework{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6646,11 +6645,11 @@ func TestResponse_GetFrameworks_FrameworkProtoCompactText(t *testing.T) { func TestResponse_GetExecutorsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetExecutors{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6663,11 +6662,11 @@ func TestResponse_GetExecutorsProtoText(t *testing.T) { func TestResponse_GetExecutorsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetExecutors{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6680,11 +6679,11 @@ func TestResponse_GetExecutorsProtoCompactText(t *testing.T) { func TestResponse_GetExecutors_ExecutorProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors_Executor(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetExecutors_Executor{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6697,11 +6696,11 @@ func TestResponse_GetExecutors_ExecutorProtoText(t *testing.T) { func TestResponse_GetExecutors_ExecutorProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors_Executor(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetExecutors_Executor{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6714,11 +6713,11 @@ func TestResponse_GetExecutors_ExecutorProtoCompactText(t *testing.T) { func TestResponse_GetTasksProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetTasks(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetTasks{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6731,11 +6730,11 @@ func TestResponse_GetTasksProtoText(t *testing.T) { func TestResponse_GetTasksProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetTasks(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetTasks{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6748,11 +6747,11 @@ func TestResponse_GetTasksProtoCompactText(t *testing.T) { func TestResponse_GetRolesProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetRoles(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetRoles{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6765,11 +6764,11 @@ func TestResponse_GetRolesProtoText(t *testing.T) { func TestResponse_GetRolesProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetRoles(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetRoles{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6782,11 +6781,11 @@ func TestResponse_GetRolesProtoCompactText(t *testing.T) { func TestResponse_GetWeightsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetWeights(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetWeights{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6799,11 +6798,11 @@ func TestResponse_GetWeightsProtoText(t *testing.T) { func TestResponse_GetWeightsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetWeights(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetWeights{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6816,11 +6815,11 @@ func TestResponse_GetWeightsProtoCompactText(t *testing.T) { func TestResponse_GetMasterProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaster(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetMaster{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6833,11 +6832,11 @@ func TestResponse_GetMasterProtoText(t *testing.T) { func TestResponse_GetMasterProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaster(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetMaster{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6850,11 +6849,11 @@ func TestResponse_GetMasterProtoCompactText(t *testing.T) { func TestResponse_GetMaintenanceStatusProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaintenanceStatus(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetMaintenanceStatus{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6867,11 +6866,11 @@ func TestResponse_GetMaintenanceStatusProtoText(t *testing.T) { func TestResponse_GetMaintenanceStatusProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaintenanceStatus(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetMaintenanceStatus{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6884,11 +6883,11 @@ func TestResponse_GetMaintenanceStatusProtoCompactText(t *testing.T) { func TestResponse_GetMaintenanceScheduleProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaintenanceSchedule(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetMaintenanceSchedule{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6901,11 +6900,11 @@ func TestResponse_GetMaintenanceScheduleProtoText(t *testing.T) { func TestResponse_GetMaintenanceScheduleProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaintenanceSchedule(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetMaintenanceSchedule{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6918,11 +6917,11 @@ func TestResponse_GetMaintenanceScheduleProtoCompactText(t *testing.T) { func TestResponse_GetQuotaProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetQuota(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Response_GetQuota{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6935,11 +6934,11 @@ func TestResponse_GetQuotaProtoText(t *testing.T) { func TestResponse_GetQuotaProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetQuota(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Response_GetQuota{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6952,11 +6951,11 @@ func TestResponse_GetQuotaProtoCompactText(t *testing.T) { func TestEventProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6969,11 +6968,11 @@ func TestEventProtoText(t *testing.T) { func TestEventProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -6986,11 +6985,11 @@ func TestEventProtoCompactText(t *testing.T) { func TestEvent_SubscribedProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_Subscribed{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -7003,11 +7002,11 @@ func TestEvent_SubscribedProtoText(t *testing.T) { func TestEvent_SubscribedProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_Subscribed{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -7020,11 +7019,11 @@ func TestEvent_SubscribedProtoCompactText(t *testing.T) { func TestEvent_TaskAddedProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_TaskAdded(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_TaskAdded{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -7037,11 +7036,11 @@ func TestEvent_TaskAddedProtoText(t *testing.T) { func TestEvent_TaskAddedProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_TaskAdded(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_TaskAdded{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -7054,11 +7053,11 @@ func TestEvent_TaskAddedProtoCompactText(t *testing.T) { func TestEvent_TaskUpdatedProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_TaskUpdated(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_TaskUpdated{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -7071,11 +7070,11 @@ func TestEvent_TaskUpdatedProtoText(t *testing.T) { func TestEvent_TaskUpdatedProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_TaskUpdated(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_TaskUpdated{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -7088,11 +7087,11 @@ func TestEvent_TaskUpdatedProtoCompactText(t *testing.T) { func TestEvent_FrameworkAddedProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkAdded(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_FrameworkAdded{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -7105,11 +7104,11 @@ func TestEvent_FrameworkAddedProtoText(t *testing.T) { func TestEvent_FrameworkAddedProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkAdded(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_FrameworkAdded{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -7122,11 +7121,11 @@ func TestEvent_FrameworkAddedProtoCompactText(t *testing.T) { func TestEvent_FrameworkUpdatedProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkUpdated(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_FrameworkUpdated{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -7139,11 +7138,11 @@ func TestEvent_FrameworkUpdatedProtoText(t *testing.T) { func TestEvent_FrameworkUpdatedProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkUpdated(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_FrameworkUpdated{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -7156,11 +7155,11 @@ func TestEvent_FrameworkUpdatedProtoCompactText(t *testing.T) { func TestEvent_FrameworkRemovedProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkRemoved(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_FrameworkRemoved{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -7173,11 +7172,11 @@ func TestEvent_FrameworkRemovedProtoText(t *testing.T) { func TestEvent_FrameworkRemovedProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkRemoved(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_FrameworkRemoved{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -7190,11 +7189,11 @@ func TestEvent_FrameworkRemovedProtoCompactText(t *testing.T) { func TestEvent_AgentAddedProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_AgentAdded(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_AgentAdded{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -7207,11 +7206,11 @@ func TestEvent_AgentAddedProtoText(t *testing.T) { func TestEvent_AgentAddedProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_AgentAdded(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_AgentAdded{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -7224,11 +7223,11 @@ func TestEvent_AgentAddedProtoCompactText(t *testing.T) { func TestEvent_AgentRemovedProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_AgentRemoved(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_AgentRemoved{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -7241,11 +7240,11 @@ func TestEvent_AgentRemovedProtoText(t *testing.T) { func TestEvent_AgentRemovedProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_AgentRemoved(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_AgentRemoved{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -7257,14 +7256,14 @@ func TestEvent_AgentRemovedProtoCompactText(t *testing.T) { } func TestCallVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7272,14 +7271,14 @@ func TestCallVerboseEqual(t *testing.T) { } } func TestCall_GetMetricsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_GetMetrics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_GetMetrics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7287,14 +7286,14 @@ func TestCall_GetMetricsVerboseEqual(t *testing.T) { } } func TestCall_SetLoggingLevelVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_SetLoggingLevel(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_SetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7302,14 +7301,14 @@ func TestCall_SetLoggingLevelVerboseEqual(t *testing.T) { } } func TestCall_ListFilesVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_ListFiles(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_ListFiles{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7317,14 +7316,14 @@ func TestCall_ListFilesVerboseEqual(t *testing.T) { } } func TestCall_ReadFileVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_ReadFile(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_ReadFile{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7332,14 +7331,14 @@ func TestCall_ReadFileVerboseEqual(t *testing.T) { } } func TestCall_UpdateWeightsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_UpdateWeights(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_UpdateWeights{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7347,14 +7346,14 @@ func TestCall_UpdateWeightsVerboseEqual(t *testing.T) { } } func TestCall_ReserveResourcesVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_ReserveResources(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_ReserveResources{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7362,14 +7361,14 @@ func TestCall_ReserveResourcesVerboseEqual(t *testing.T) { } } func TestCall_UnreserveResourcesVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_UnreserveResources(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_UnreserveResources{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7377,14 +7376,14 @@ func TestCall_UnreserveResourcesVerboseEqual(t *testing.T) { } } func TestCall_CreateVolumesVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_CreateVolumes(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_CreateVolumes{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7392,14 +7391,14 @@ func TestCall_CreateVolumesVerboseEqual(t *testing.T) { } } func TestCall_DestroyVolumesVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_DestroyVolumes(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_DestroyVolumes{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7407,14 +7406,14 @@ func TestCall_DestroyVolumesVerboseEqual(t *testing.T) { } } func TestCall_UpdateMaintenanceScheduleVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_UpdateMaintenanceSchedule(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_UpdateMaintenanceSchedule{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7422,14 +7421,14 @@ func TestCall_UpdateMaintenanceScheduleVerboseEqual(t *testing.T) { } } func TestCall_StartMaintenanceVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_StartMaintenance(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_StartMaintenance{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7437,14 +7436,14 @@ func TestCall_StartMaintenanceVerboseEqual(t *testing.T) { } } func TestCall_StopMaintenanceVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_StopMaintenance(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_StopMaintenance{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7452,14 +7451,14 @@ func TestCall_StopMaintenanceVerboseEqual(t *testing.T) { } } func TestCall_SetQuotaVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_SetQuota(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_SetQuota{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7467,14 +7466,14 @@ func TestCall_SetQuotaVerboseEqual(t *testing.T) { } } func TestCall_RemoveQuotaVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_RemoveQuota(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_RemoveQuota{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7482,14 +7481,14 @@ func TestCall_RemoveQuotaVerboseEqual(t *testing.T) { } } func TestResponseVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7497,14 +7496,14 @@ func TestResponseVerboseEqual(t *testing.T) { } } func TestResponse_GetHealthVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetHealth(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetHealth{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7512,14 +7511,14 @@ func TestResponse_GetHealthVerboseEqual(t *testing.T) { } } func TestResponse_GetFlagsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFlags(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetFlags{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7527,14 +7526,14 @@ func TestResponse_GetFlagsVerboseEqual(t *testing.T) { } } func TestResponse_GetVersionVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetVersion(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetVersion{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7542,14 +7541,14 @@ func TestResponse_GetVersionVerboseEqual(t *testing.T) { } } func TestResponse_GetMetricsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetMetrics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetMetrics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7557,14 +7556,14 @@ func TestResponse_GetMetricsVerboseEqual(t *testing.T) { } } func TestResponse_GetLoggingLevelVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetLoggingLevel(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetLoggingLevel{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7572,14 +7571,14 @@ func TestResponse_GetLoggingLevelVerboseEqual(t *testing.T) { } } func TestResponse_ListFilesVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_ListFiles(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_ListFiles{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7587,14 +7586,14 @@ func TestResponse_ListFilesVerboseEqual(t *testing.T) { } } func TestResponse_ReadFileVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_ReadFile(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_ReadFile{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7602,14 +7601,14 @@ func TestResponse_ReadFileVerboseEqual(t *testing.T) { } } func TestResponse_GetStateVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetState(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetState{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7617,14 +7616,14 @@ func TestResponse_GetStateVerboseEqual(t *testing.T) { } } func TestResponse_GetAgentsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetAgents(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetAgents{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7632,14 +7631,14 @@ func TestResponse_GetAgentsVerboseEqual(t *testing.T) { } } func TestResponse_GetAgents_AgentVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetAgents_Agent(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetAgents_Agent{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7647,14 +7646,14 @@ func TestResponse_GetAgents_AgentVerboseEqual(t *testing.T) { } } func TestResponse_GetFrameworksVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFrameworks(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetFrameworks{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7662,14 +7661,14 @@ func TestResponse_GetFrameworksVerboseEqual(t *testing.T) { } } func TestResponse_GetFrameworks_FrameworkVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFrameworks_Framework(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetFrameworks_Framework{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7677,14 +7676,14 @@ func TestResponse_GetFrameworks_FrameworkVerboseEqual(t *testing.T) { } } func TestResponse_GetExecutorsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetExecutors(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetExecutors{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7692,14 +7691,14 @@ func TestResponse_GetExecutorsVerboseEqual(t *testing.T) { } } func TestResponse_GetExecutors_ExecutorVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetExecutors_Executor(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetExecutors_Executor{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7707,14 +7706,14 @@ func TestResponse_GetExecutors_ExecutorVerboseEqual(t *testing.T) { } } func TestResponse_GetTasksVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetTasks(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetTasks{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7722,14 +7721,14 @@ func TestResponse_GetTasksVerboseEqual(t *testing.T) { } } func TestResponse_GetRolesVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetRoles(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetRoles{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7737,14 +7736,14 @@ func TestResponse_GetRolesVerboseEqual(t *testing.T) { } } func TestResponse_GetWeightsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetWeights(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetWeights{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7752,14 +7751,14 @@ func TestResponse_GetWeightsVerboseEqual(t *testing.T) { } } func TestResponse_GetMasterVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetMaster(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetMaster{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7767,14 +7766,14 @@ func TestResponse_GetMasterVerboseEqual(t *testing.T) { } } func TestResponse_GetMaintenanceStatusVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetMaintenanceStatus(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetMaintenanceStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7782,14 +7781,14 @@ func TestResponse_GetMaintenanceStatusVerboseEqual(t *testing.T) { } } func TestResponse_GetMaintenanceScheduleVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetMaintenanceSchedule(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetMaintenanceSchedule{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7797,14 +7796,14 @@ func TestResponse_GetMaintenanceScheduleVerboseEqual(t *testing.T) { } } func TestResponse_GetQuotaVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetQuota(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Response_GetQuota{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7812,14 +7811,14 @@ func TestResponse_GetQuotaVerboseEqual(t *testing.T) { } } func TestEventVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7827,14 +7826,14 @@ func TestEventVerboseEqual(t *testing.T) { } } func TestEvent_SubscribedVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Subscribed(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_Subscribed{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7842,14 +7841,14 @@ func TestEvent_SubscribedVerboseEqual(t *testing.T) { } } func TestEvent_TaskAddedVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_TaskAdded(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_TaskAdded{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7857,14 +7856,14 @@ func TestEvent_TaskAddedVerboseEqual(t *testing.T) { } } func TestEvent_TaskUpdatedVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_TaskUpdated(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_TaskUpdated{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7872,14 +7871,14 @@ func TestEvent_TaskUpdatedVerboseEqual(t *testing.T) { } } func TestEvent_FrameworkAddedVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_FrameworkAdded(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_FrameworkAdded{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7887,14 +7886,14 @@ func TestEvent_FrameworkAddedVerboseEqual(t *testing.T) { } } func TestEvent_FrameworkUpdatedVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_FrameworkUpdated(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_FrameworkUpdated{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7902,14 +7901,14 @@ func TestEvent_FrameworkUpdatedVerboseEqual(t *testing.T) { } } func TestEvent_FrameworkRemovedVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_FrameworkRemoved(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_FrameworkRemoved{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7917,14 +7916,14 @@ func TestEvent_FrameworkRemovedVerboseEqual(t *testing.T) { } } func TestEvent_AgentAddedVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_AgentAdded(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_AgentAdded{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7932,14 +7931,14 @@ func TestEvent_AgentAddedVerboseEqual(t *testing.T) { } } func TestEvent_AgentRemovedVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_AgentRemoved(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_AgentRemoved{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -7947,609 +7946,609 @@ func TestEvent_AgentRemovedVerboseEqual(t *testing.T) { } } func TestCallGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_GetMetricsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_GetMetrics(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_SetLoggingLevelGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_SetLoggingLevel(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_ListFilesGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_ListFiles(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_ReadFileGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_ReadFile(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_UpdateWeightsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_UpdateWeights(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_ReserveResourcesGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_ReserveResources(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_UnreserveResourcesGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_UnreserveResources(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_CreateVolumesGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_CreateVolumes(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_DestroyVolumesGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_DestroyVolumes(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_UpdateMaintenanceScheduleGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_UpdateMaintenanceSchedule(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_StartMaintenanceGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_StartMaintenance(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_StopMaintenanceGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_StopMaintenance(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_SetQuotaGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_SetQuota(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_RemoveQuotaGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_RemoveQuota(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponseGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetHealthGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetHealth(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetFlagsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFlags(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetVersionGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetVersion(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetMetricsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetMetrics(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetLoggingLevelGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetLoggingLevel(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_ListFilesGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_ListFiles(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_ReadFileGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_ReadFile(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetStateGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetState(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetAgentsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetAgents(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetAgents_AgentGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetAgents_Agent(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetFrameworksGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFrameworks(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetFrameworks_FrameworkGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFrameworks_Framework(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetExecutorsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetExecutors(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetExecutors_ExecutorGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetExecutors_Executor(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetTasksGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetTasks(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetRolesGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetRoles(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetWeightsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetWeights(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetMasterGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetMaster(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetMaintenanceStatusGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetMaintenanceStatus(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetMaintenanceScheduleGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetMaintenanceSchedule(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResponse_GetQuotaGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetQuota(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEventGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_SubscribedGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Subscribed(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_TaskAddedGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_TaskAdded(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_TaskUpdatedGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_TaskUpdated(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_FrameworkAddedGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_FrameworkAdded(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_FrameworkUpdatedGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_FrameworkUpdated(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_FrameworkRemovedGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_FrameworkRemoved(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_AgentAddedGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_AgentAdded(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_AgentRemovedGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_AgentRemoved(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCallProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -8560,14 +8559,14 @@ func TestCallProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCallProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call, 1000) for i := 0; i < 1000; i++ { @@ -8582,10 +8581,10 @@ func BenchmarkCallProtoSize(b *testing.B) { func TestCall_GetMetricsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_GetMetrics(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -8596,14 +8595,14 @@ func TestCall_GetMetricsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_GetMetricsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_GetMetrics, 1000) for i := 0; i < 1000; i++ { @@ -8618,10 +8617,10 @@ func BenchmarkCall_GetMetricsProtoSize(b *testing.B) { func TestCall_SetLoggingLevelProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetLoggingLevel(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -8632,14 +8631,14 @@ func TestCall_SetLoggingLevelProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_SetLoggingLevelProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_SetLoggingLevel, 1000) for i := 0; i < 1000; i++ { @@ -8654,10 +8653,10 @@ func BenchmarkCall_SetLoggingLevelProtoSize(b *testing.B) { func TestCall_ListFilesProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ListFiles(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -8668,14 +8667,14 @@ func TestCall_ListFilesProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_ListFilesProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_ListFiles, 1000) for i := 0; i < 1000; i++ { @@ -8690,10 +8689,10 @@ func BenchmarkCall_ListFilesProtoSize(b *testing.B) { func TestCall_ReadFileProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReadFile(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -8704,14 +8703,14 @@ func TestCall_ReadFileProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_ReadFileProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_ReadFile, 1000) for i := 0; i < 1000; i++ { @@ -8726,10 +8725,10 @@ func BenchmarkCall_ReadFileProtoSize(b *testing.B) { func TestCall_UpdateWeightsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UpdateWeights(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -8740,14 +8739,14 @@ func TestCall_UpdateWeightsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_UpdateWeightsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_UpdateWeights, 1000) for i := 0; i < 1000; i++ { @@ -8762,10 +8761,10 @@ func BenchmarkCall_UpdateWeightsProtoSize(b *testing.B) { func TestCall_ReserveResourcesProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_ReserveResources(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -8776,14 +8775,14 @@ func TestCall_ReserveResourcesProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_ReserveResourcesProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_ReserveResources, 1000) for i := 0; i < 1000; i++ { @@ -8798,10 +8797,10 @@ func BenchmarkCall_ReserveResourcesProtoSize(b *testing.B) { func TestCall_UnreserveResourcesProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UnreserveResources(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -8812,14 +8811,14 @@ func TestCall_UnreserveResourcesProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_UnreserveResourcesProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_UnreserveResources, 1000) for i := 0; i < 1000; i++ { @@ -8834,10 +8833,10 @@ func BenchmarkCall_UnreserveResourcesProtoSize(b *testing.B) { func TestCall_CreateVolumesProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_CreateVolumes(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -8848,14 +8847,14 @@ func TestCall_CreateVolumesProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_CreateVolumesProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_CreateVolumes, 1000) for i := 0; i < 1000; i++ { @@ -8870,10 +8869,10 @@ func BenchmarkCall_CreateVolumesProtoSize(b *testing.B) { func TestCall_DestroyVolumesProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_DestroyVolumes(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -8884,14 +8883,14 @@ func TestCall_DestroyVolumesProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_DestroyVolumesProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_DestroyVolumes, 1000) for i := 0; i < 1000; i++ { @@ -8906,10 +8905,10 @@ func BenchmarkCall_DestroyVolumesProtoSize(b *testing.B) { func TestCall_UpdateMaintenanceScheduleProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_UpdateMaintenanceSchedule(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -8920,14 +8919,14 @@ func TestCall_UpdateMaintenanceScheduleProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_UpdateMaintenanceScheduleProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_UpdateMaintenanceSchedule, 1000) for i := 0; i < 1000; i++ { @@ -8942,10 +8941,10 @@ func BenchmarkCall_UpdateMaintenanceScheduleProtoSize(b *testing.B) { func TestCall_StartMaintenanceProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_StartMaintenance(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -8956,14 +8955,14 @@ func TestCall_StartMaintenanceProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_StartMaintenanceProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_StartMaintenance, 1000) for i := 0; i < 1000; i++ { @@ -8978,10 +8977,10 @@ func BenchmarkCall_StartMaintenanceProtoSize(b *testing.B) { func TestCall_StopMaintenanceProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_StopMaintenance(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -8992,14 +8991,14 @@ func TestCall_StopMaintenanceProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_StopMaintenanceProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_StopMaintenance, 1000) for i := 0; i < 1000; i++ { @@ -9014,10 +9013,10 @@ func BenchmarkCall_StopMaintenanceProtoSize(b *testing.B) { func TestCall_SetQuotaProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_SetQuota(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9028,14 +9027,14 @@ func TestCall_SetQuotaProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_SetQuotaProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_SetQuota, 1000) for i := 0; i < 1000; i++ { @@ -9050,10 +9049,10 @@ func BenchmarkCall_SetQuotaProtoSize(b *testing.B) { func TestCall_RemoveQuotaProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_RemoveQuota(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9064,14 +9063,14 @@ func TestCall_RemoveQuotaProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_RemoveQuotaProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_RemoveQuota, 1000) for i := 0; i < 1000; i++ { @@ -9086,10 +9085,10 @@ func BenchmarkCall_RemoveQuotaProtoSize(b *testing.B) { func TestResponseProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9100,14 +9099,14 @@ func TestResponseProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponseProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response, 1000) for i := 0; i < 1000; i++ { @@ -9122,10 +9121,10 @@ func BenchmarkResponseProtoSize(b *testing.B) { func TestResponse_GetHealthProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetHealth(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9136,14 +9135,14 @@ func TestResponse_GetHealthProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetHealthProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetHealth, 1000) for i := 0; i < 1000; i++ { @@ -9158,10 +9157,10 @@ func BenchmarkResponse_GetHealthProtoSize(b *testing.B) { func TestResponse_GetFlagsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFlags(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9172,14 +9171,14 @@ func TestResponse_GetFlagsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetFlagsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetFlags, 1000) for i := 0; i < 1000; i++ { @@ -9194,10 +9193,10 @@ func BenchmarkResponse_GetFlagsProtoSize(b *testing.B) { func TestResponse_GetVersionProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetVersion(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9208,14 +9207,14 @@ func TestResponse_GetVersionProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetVersionProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetVersion, 1000) for i := 0; i < 1000; i++ { @@ -9230,10 +9229,10 @@ func BenchmarkResponse_GetVersionProtoSize(b *testing.B) { func TestResponse_GetMetricsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMetrics(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9244,14 +9243,14 @@ func TestResponse_GetMetricsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetMetricsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetMetrics, 1000) for i := 0; i < 1000; i++ { @@ -9266,10 +9265,10 @@ func BenchmarkResponse_GetMetricsProtoSize(b *testing.B) { func TestResponse_GetLoggingLevelProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetLoggingLevel(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9280,14 +9279,14 @@ func TestResponse_GetLoggingLevelProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetLoggingLevelProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetLoggingLevel, 1000) for i := 0; i < 1000; i++ { @@ -9302,10 +9301,10 @@ func BenchmarkResponse_GetLoggingLevelProtoSize(b *testing.B) { func TestResponse_ListFilesProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ListFiles(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9316,14 +9315,14 @@ func TestResponse_ListFilesProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_ListFilesProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_ListFiles, 1000) for i := 0; i < 1000; i++ { @@ -9338,10 +9337,10 @@ func BenchmarkResponse_ListFilesProtoSize(b *testing.B) { func TestResponse_ReadFileProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_ReadFile(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9352,14 +9351,14 @@ func TestResponse_ReadFileProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_ReadFileProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_ReadFile, 1000) for i := 0; i < 1000; i++ { @@ -9374,10 +9373,10 @@ func BenchmarkResponse_ReadFileProtoSize(b *testing.B) { func TestResponse_GetStateProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetState(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9388,14 +9387,14 @@ func TestResponse_GetStateProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetStateProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetState, 1000) for i := 0; i < 1000; i++ { @@ -9410,10 +9409,10 @@ func BenchmarkResponse_GetStateProtoSize(b *testing.B) { func TestResponse_GetAgentsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgents(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9424,14 +9423,14 @@ func TestResponse_GetAgentsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetAgentsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetAgents, 1000) for i := 0; i < 1000; i++ { @@ -9446,10 +9445,10 @@ func BenchmarkResponse_GetAgentsProtoSize(b *testing.B) { func TestResponse_GetAgents_AgentProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetAgents_Agent(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9460,14 +9459,14 @@ func TestResponse_GetAgents_AgentProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetAgents_AgentProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetAgents_Agent, 1000) for i := 0; i < 1000; i++ { @@ -9482,10 +9481,10 @@ func BenchmarkResponse_GetAgents_AgentProtoSize(b *testing.B) { func TestResponse_GetFrameworksProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9496,14 +9495,14 @@ func TestResponse_GetFrameworksProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetFrameworksProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetFrameworks, 1000) for i := 0; i < 1000; i++ { @@ -9518,10 +9517,10 @@ func BenchmarkResponse_GetFrameworksProtoSize(b *testing.B) { func TestResponse_GetFrameworks_FrameworkProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetFrameworks_Framework(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9532,14 +9531,14 @@ func TestResponse_GetFrameworks_FrameworkProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetFrameworks_FrameworkProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetFrameworks_Framework, 1000) for i := 0; i < 1000; i++ { @@ -9554,10 +9553,10 @@ func BenchmarkResponse_GetFrameworks_FrameworkProtoSize(b *testing.B) { func TestResponse_GetExecutorsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9568,14 +9567,14 @@ func TestResponse_GetExecutorsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetExecutorsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetExecutors, 1000) for i := 0; i < 1000; i++ { @@ -9590,10 +9589,10 @@ func BenchmarkResponse_GetExecutorsProtoSize(b *testing.B) { func TestResponse_GetExecutors_ExecutorProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetExecutors_Executor(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9604,14 +9603,14 @@ func TestResponse_GetExecutors_ExecutorProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetExecutors_ExecutorProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetExecutors_Executor, 1000) for i := 0; i < 1000; i++ { @@ -9626,10 +9625,10 @@ func BenchmarkResponse_GetExecutors_ExecutorProtoSize(b *testing.B) { func TestResponse_GetTasksProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetTasks(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9640,14 +9639,14 @@ func TestResponse_GetTasksProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetTasksProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetTasks, 1000) for i := 0; i < 1000; i++ { @@ -9662,10 +9661,10 @@ func BenchmarkResponse_GetTasksProtoSize(b *testing.B) { func TestResponse_GetRolesProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetRoles(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9676,14 +9675,14 @@ func TestResponse_GetRolesProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetRolesProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetRoles, 1000) for i := 0; i < 1000; i++ { @@ -9698,10 +9697,10 @@ func BenchmarkResponse_GetRolesProtoSize(b *testing.B) { func TestResponse_GetWeightsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetWeights(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9712,14 +9711,14 @@ func TestResponse_GetWeightsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetWeightsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetWeights, 1000) for i := 0; i < 1000; i++ { @@ -9734,10 +9733,10 @@ func BenchmarkResponse_GetWeightsProtoSize(b *testing.B) { func TestResponse_GetMasterProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaster(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9748,14 +9747,14 @@ func TestResponse_GetMasterProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetMasterProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetMaster, 1000) for i := 0; i < 1000; i++ { @@ -9770,10 +9769,10 @@ func BenchmarkResponse_GetMasterProtoSize(b *testing.B) { func TestResponse_GetMaintenanceStatusProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaintenanceStatus(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9784,14 +9783,14 @@ func TestResponse_GetMaintenanceStatusProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetMaintenanceStatusProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetMaintenanceStatus, 1000) for i := 0; i < 1000; i++ { @@ -9806,10 +9805,10 @@ func BenchmarkResponse_GetMaintenanceStatusProtoSize(b *testing.B) { func TestResponse_GetMaintenanceScheduleProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetMaintenanceSchedule(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9820,14 +9819,14 @@ func TestResponse_GetMaintenanceScheduleProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetMaintenanceScheduleProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetMaintenanceSchedule, 1000) for i := 0; i < 1000; i++ { @@ -9842,10 +9841,10 @@ func BenchmarkResponse_GetMaintenanceScheduleProtoSize(b *testing.B) { func TestResponse_GetQuotaProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResponse_GetQuota(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9856,14 +9855,14 @@ func TestResponse_GetQuotaProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResponse_GetQuotaProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Response_GetQuota, 1000) for i := 0; i < 1000; i++ { @@ -9878,10 +9877,10 @@ func BenchmarkResponse_GetQuotaProtoSize(b *testing.B) { func TestEventProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9892,14 +9891,14 @@ func TestEventProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEventProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event, 1000) for i := 0; i < 1000; i++ { @@ -9914,10 +9913,10 @@ func BenchmarkEventProtoSize(b *testing.B) { func TestEvent_SubscribedProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9928,14 +9927,14 @@ func TestEvent_SubscribedProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_SubscribedProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Subscribed, 1000) for i := 0; i < 1000; i++ { @@ -9950,10 +9949,10 @@ func BenchmarkEvent_SubscribedProtoSize(b *testing.B) { func TestEvent_TaskAddedProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_TaskAdded(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -9964,14 +9963,14 @@ func TestEvent_TaskAddedProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_TaskAddedProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_TaskAdded, 1000) for i := 0; i < 1000; i++ { @@ -9986,10 +9985,10 @@ func BenchmarkEvent_TaskAddedProtoSize(b *testing.B) { func TestEvent_TaskUpdatedProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_TaskUpdated(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -10000,14 +9999,14 @@ func TestEvent_TaskUpdatedProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_TaskUpdatedProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_TaskUpdated, 1000) for i := 0; i < 1000; i++ { @@ -10022,10 +10021,10 @@ func BenchmarkEvent_TaskUpdatedProtoSize(b *testing.B) { func TestEvent_FrameworkAddedProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkAdded(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -10036,14 +10035,14 @@ func TestEvent_FrameworkAddedProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_FrameworkAddedProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_FrameworkAdded, 1000) for i := 0; i < 1000; i++ { @@ -10058,10 +10057,10 @@ func BenchmarkEvent_FrameworkAddedProtoSize(b *testing.B) { func TestEvent_FrameworkUpdatedProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkUpdated(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -10072,14 +10071,14 @@ func TestEvent_FrameworkUpdatedProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_FrameworkUpdatedProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_FrameworkUpdated, 1000) for i := 0; i < 1000; i++ { @@ -10094,10 +10093,10 @@ func BenchmarkEvent_FrameworkUpdatedProtoSize(b *testing.B) { func TestEvent_FrameworkRemovedProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_FrameworkRemoved(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -10108,14 +10107,14 @@ func TestEvent_FrameworkRemovedProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_FrameworkRemovedProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_FrameworkRemoved, 1000) for i := 0; i < 1000; i++ { @@ -10130,10 +10129,10 @@ func BenchmarkEvent_FrameworkRemovedProtoSize(b *testing.B) { func TestEvent_AgentAddedProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_AgentAdded(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -10144,14 +10143,14 @@ func TestEvent_AgentAddedProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_AgentAddedProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_AgentAdded, 1000) for i := 0; i < 1000; i++ { @@ -10166,10 +10165,10 @@ func BenchmarkEvent_AgentAddedProtoSize(b *testing.B) { func TestEvent_AgentRemovedProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_AgentRemoved(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -10180,14 +10179,14 @@ func TestEvent_AgentRemovedProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_AgentRemovedProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_AgentRemoved, 1000) for i := 0; i < 1000; i++ { @@ -10201,7 +10200,7 @@ func BenchmarkEvent_AgentRemovedProtoSize(b *testing.B) { } func TestCallStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10210,7 +10209,7 @@ func TestCallStringer(t *testing.T) { } } func TestCall_GetMetricsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_GetMetrics(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10219,7 +10218,7 @@ func TestCall_GetMetricsStringer(t *testing.T) { } } func TestCall_SetLoggingLevelStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_SetLoggingLevel(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10228,7 +10227,7 @@ func TestCall_SetLoggingLevelStringer(t *testing.T) { } } func TestCall_ListFilesStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_ListFiles(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10237,7 +10236,7 @@ func TestCall_ListFilesStringer(t *testing.T) { } } func TestCall_ReadFileStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_ReadFile(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10246,7 +10245,7 @@ func TestCall_ReadFileStringer(t *testing.T) { } } func TestCall_UpdateWeightsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_UpdateWeights(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10255,7 +10254,7 @@ func TestCall_UpdateWeightsStringer(t *testing.T) { } } func TestCall_ReserveResourcesStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_ReserveResources(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10264,7 +10263,7 @@ func TestCall_ReserveResourcesStringer(t *testing.T) { } } func TestCall_UnreserveResourcesStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_UnreserveResources(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10273,7 +10272,7 @@ func TestCall_UnreserveResourcesStringer(t *testing.T) { } } func TestCall_CreateVolumesStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_CreateVolumes(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10282,7 +10281,7 @@ func TestCall_CreateVolumesStringer(t *testing.T) { } } func TestCall_DestroyVolumesStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_DestroyVolumes(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10291,7 +10290,7 @@ func TestCall_DestroyVolumesStringer(t *testing.T) { } } func TestCall_UpdateMaintenanceScheduleStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_UpdateMaintenanceSchedule(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10300,7 +10299,7 @@ func TestCall_UpdateMaintenanceScheduleStringer(t *testing.T) { } } func TestCall_StartMaintenanceStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_StartMaintenance(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10309,7 +10308,7 @@ func TestCall_StartMaintenanceStringer(t *testing.T) { } } func TestCall_StopMaintenanceStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_StopMaintenance(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10318,7 +10317,7 @@ func TestCall_StopMaintenanceStringer(t *testing.T) { } } func TestCall_SetQuotaStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_SetQuota(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10327,7 +10326,7 @@ func TestCall_SetQuotaStringer(t *testing.T) { } } func TestCall_RemoveQuotaStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_RemoveQuota(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10336,7 +10335,7 @@ func TestCall_RemoveQuotaStringer(t *testing.T) { } } func TestResponseStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10345,7 +10344,7 @@ func TestResponseStringer(t *testing.T) { } } func TestResponse_GetHealthStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetHealth(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10354,7 +10353,7 @@ func TestResponse_GetHealthStringer(t *testing.T) { } } func TestResponse_GetFlagsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFlags(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10363,7 +10362,7 @@ func TestResponse_GetFlagsStringer(t *testing.T) { } } func TestResponse_GetVersionStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetVersion(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10372,7 +10371,7 @@ func TestResponse_GetVersionStringer(t *testing.T) { } } func TestResponse_GetMetricsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetMetrics(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10381,7 +10380,7 @@ func TestResponse_GetMetricsStringer(t *testing.T) { } } func TestResponse_GetLoggingLevelStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetLoggingLevel(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10390,7 +10389,7 @@ func TestResponse_GetLoggingLevelStringer(t *testing.T) { } } func TestResponse_ListFilesStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_ListFiles(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10399,7 +10398,7 @@ func TestResponse_ListFilesStringer(t *testing.T) { } } func TestResponse_ReadFileStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_ReadFile(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10408,7 +10407,7 @@ func TestResponse_ReadFileStringer(t *testing.T) { } } func TestResponse_GetStateStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetState(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10417,7 +10416,7 @@ func TestResponse_GetStateStringer(t *testing.T) { } } func TestResponse_GetAgentsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetAgents(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10426,7 +10425,7 @@ func TestResponse_GetAgentsStringer(t *testing.T) { } } func TestResponse_GetAgents_AgentStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetAgents_Agent(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10435,7 +10434,7 @@ func TestResponse_GetAgents_AgentStringer(t *testing.T) { } } func TestResponse_GetFrameworksStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFrameworks(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10444,7 +10443,7 @@ func TestResponse_GetFrameworksStringer(t *testing.T) { } } func TestResponse_GetFrameworks_FrameworkStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetFrameworks_Framework(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10453,7 +10452,7 @@ func TestResponse_GetFrameworks_FrameworkStringer(t *testing.T) { } } func TestResponse_GetExecutorsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetExecutors(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10462,7 +10461,7 @@ func TestResponse_GetExecutorsStringer(t *testing.T) { } } func TestResponse_GetExecutors_ExecutorStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetExecutors_Executor(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10471,7 +10470,7 @@ func TestResponse_GetExecutors_ExecutorStringer(t *testing.T) { } } func TestResponse_GetTasksStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetTasks(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10480,7 +10479,7 @@ func TestResponse_GetTasksStringer(t *testing.T) { } } func TestResponse_GetRolesStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetRoles(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10489,7 +10488,7 @@ func TestResponse_GetRolesStringer(t *testing.T) { } } func TestResponse_GetWeightsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetWeights(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10498,7 +10497,7 @@ func TestResponse_GetWeightsStringer(t *testing.T) { } } func TestResponse_GetMasterStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetMaster(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10507,7 +10506,7 @@ func TestResponse_GetMasterStringer(t *testing.T) { } } func TestResponse_GetMaintenanceStatusStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetMaintenanceStatus(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10516,7 +10515,7 @@ func TestResponse_GetMaintenanceStatusStringer(t *testing.T) { } } func TestResponse_GetMaintenanceScheduleStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetMaintenanceSchedule(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10525,7 +10524,7 @@ func TestResponse_GetMaintenanceScheduleStringer(t *testing.T) { } } func TestResponse_GetQuotaStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResponse_GetQuota(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10534,7 +10533,7 @@ func TestResponse_GetQuotaStringer(t *testing.T) { } } func TestEventStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10543,7 +10542,7 @@ func TestEventStringer(t *testing.T) { } } func TestEvent_SubscribedStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Subscribed(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10552,7 +10551,7 @@ func TestEvent_SubscribedStringer(t *testing.T) { } } func TestEvent_TaskAddedStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_TaskAdded(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10561,7 +10560,7 @@ func TestEvent_TaskAddedStringer(t *testing.T) { } } func TestEvent_TaskUpdatedStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_TaskUpdated(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10570,7 +10569,7 @@ func TestEvent_TaskUpdatedStringer(t *testing.T) { } } func TestEvent_FrameworkAddedStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_FrameworkAdded(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10579,7 +10578,7 @@ func TestEvent_FrameworkAddedStringer(t *testing.T) { } } func TestEvent_FrameworkUpdatedStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_FrameworkUpdated(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10588,7 +10587,7 @@ func TestEvent_FrameworkUpdatedStringer(t *testing.T) { } } func TestEvent_FrameworkRemovedStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_FrameworkRemoved(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10597,7 +10596,7 @@ func TestEvent_FrameworkRemovedStringer(t *testing.T) { } } func TestEvent_AgentAddedStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_AgentAdded(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -10606,7 +10605,7 @@ func TestEvent_AgentAddedStringer(t *testing.T) { } } func TestEvent_AgentRemovedStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_AgentRemoved(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) diff --git a/api/v1/lib/mesos.pb.go b/api/v1/lib/mesos.pb.go index 791bf869..9e3f9c83 100644 --- a/api/v1/lib/mesos.pb.go +++ b/api/v1/lib/mesos.pb.go @@ -101,7 +101,7 @@ import bytes "bytes" import strings "strings" import reflect "reflect" -import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto" +import binary "encoding/binary" import io "io" @@ -3591,7 +3591,7 @@ func (m *Resource_AllocationInfo) GetRole() string { type Resource_ReservationInfo struct { // The type of this reservation. // NOTE: This field must not be set for `Resource.reservation`. - Type Resource_ReservationInfo_Type `protobuf:"varint,4,opt,name=type,enum=mesos.Resource_ReservationInfo_Type" json:"type"` + Type *Resource_ReservationInfo_Type `protobuf:"varint,4,opt,name=type,enum=mesos.Resource_ReservationInfo_Type" json:"type,omitempty"` // The role to which this reservation is made for. // NOTE: This field must not be set for `Resource.reservation`. Role *string `protobuf:"bytes,3,opt,name=role" json:"role,omitempty"` @@ -3618,8 +3618,8 @@ func (*Resource_ReservationInfo) Descriptor() ([]byte, []int) { } func (m *Resource_ReservationInfo) GetType() Resource_ReservationInfo_Type { - if m != nil { - return m.Type + if m != nil && m.Type != nil { + return *m.Type } return Resource_ReservationInfo_UNKNOWN } @@ -9002,10 +9002,7 @@ func (this *FrameworkID) VerboseEqual(that interface{}) error { } func (this *FrameworkID) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*FrameworkID) @@ -9018,10 +9015,7 @@ func (this *FrameworkID) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -9062,10 +9056,7 @@ func (this *OfferID) VerboseEqual(that interface{}) error { } func (this *OfferID) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*OfferID) @@ -9078,10 +9069,7 @@ func (this *OfferID) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -9122,10 +9110,7 @@ func (this *AgentID) VerboseEqual(that interface{}) error { } func (this *AgentID) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*AgentID) @@ -9138,10 +9123,7 @@ func (this *AgentID) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -9182,10 +9164,7 @@ func (this *TaskID) VerboseEqual(that interface{}) error { } func (this *TaskID) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*TaskID) @@ -9198,10 +9177,7 @@ func (this *TaskID) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -9242,10 +9218,7 @@ func (this *ExecutorID) VerboseEqual(that interface{}) error { } func (this *ExecutorID) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ExecutorID) @@ -9258,10 +9231,7 @@ func (this *ExecutorID) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -9305,10 +9275,7 @@ func (this *ContainerID) VerboseEqual(that interface{}) error { } func (this *ContainerID) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ContainerID) @@ -9321,10 +9288,7 @@ func (this *ContainerID) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -9368,10 +9332,7 @@ func (this *ResourceProviderID) VerboseEqual(that interface{}) error { } func (this *ResourceProviderID) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ResourceProviderID) @@ -9384,10 +9345,7 @@ func (this *ResourceProviderID) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -9428,10 +9386,7 @@ func (this *TimeInfo) VerboseEqual(that interface{}) error { } func (this *TimeInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*TimeInfo) @@ -9444,10 +9399,7 @@ func (this *TimeInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -9488,10 +9440,7 @@ func (this *DurationInfo) VerboseEqual(that interface{}) error { } func (this *DurationInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*DurationInfo) @@ -9504,10 +9453,7 @@ func (this *DurationInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -9566,10 +9512,7 @@ func (this *Address) VerboseEqual(that interface{}) error { } func (this *Address) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Address) @@ -9582,10 +9525,7 @@ func (this *Address) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -9673,10 +9613,7 @@ func (this *URL) VerboseEqual(that interface{}) error { } func (this *URL) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*URL) @@ -9689,10 +9626,7 @@ func (this *URL) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -9765,10 +9699,7 @@ func (this *Unavailability) VerboseEqual(that interface{}) error { } func (this *Unavailability) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Unavailability) @@ -9781,10 +9712,7 @@ func (this *Unavailability) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -9843,10 +9771,7 @@ func (this *MachineID) VerboseEqual(that interface{}) error { } func (this *MachineID) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*MachineID) @@ -9859,10 +9784,7 @@ func (this *MachineID) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -9930,10 +9852,7 @@ func (this *MachineInfo) VerboseEqual(that interface{}) error { } func (this *MachineInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*MachineInfo) @@ -9946,10 +9865,7 @@ func (this *MachineInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -10081,10 +9997,7 @@ func (this *FrameworkInfo) VerboseEqual(that interface{}) error { } func (this *FrameworkInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*FrameworkInfo) @@ -10097,10 +10010,7 @@ func (this *FrameworkInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -10220,10 +10130,7 @@ func (this *FrameworkInfo_Capability) VerboseEqual(that interface{}) error { } func (this *FrameworkInfo_Capability) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*FrameworkInfo_Capability) @@ -10236,10 +10143,7 @@ func (this *FrameworkInfo_Capability) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -10316,10 +10220,7 @@ func (this *CheckInfo) VerboseEqual(that interface{}) error { } func (this *CheckInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CheckInfo) @@ -10332,10 +10233,7 @@ func (this *CheckInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -10412,10 +10310,7 @@ func (this *CheckInfo_Command) VerboseEqual(that interface{}) error { } func (this *CheckInfo_Command) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CheckInfo_Command) @@ -10428,10 +10323,7 @@ func (this *CheckInfo_Command) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -10481,10 +10373,7 @@ func (this *CheckInfo_Http) VerboseEqual(that interface{}) error { } func (this *CheckInfo_Http) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CheckInfo_Http) @@ -10497,10 +10386,7 @@ func (this *CheckInfo_Http) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -10550,10 +10436,7 @@ func (this *CheckInfo_Tcp) VerboseEqual(that interface{}) error { } func (this *CheckInfo_Tcp) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CheckInfo_Tcp) @@ -10566,10 +10449,7 @@ func (this *CheckInfo_Tcp) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -10664,10 +10544,7 @@ func (this *HealthCheck) VerboseEqual(that interface{}) error { } func (this *HealthCheck) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*HealthCheck) @@ -10680,10 +10557,7 @@ func (this *HealthCheck) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -10804,10 +10678,7 @@ func (this *HealthCheck_HTTPCheckInfo) VerboseEqual(that interface{}) error { } func (this *HealthCheck_HTTPCheckInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*HealthCheck_HTTPCheckInfo) @@ -10820,10 +10691,7 @@ func (this *HealthCheck_HTTPCheckInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -10890,10 +10758,7 @@ func (this *HealthCheck_TCPCheckInfo) VerboseEqual(that interface{}) error { } func (this *HealthCheck_TCPCheckInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*HealthCheck_TCPCheckInfo) @@ -10906,10 +10771,7 @@ func (this *HealthCheck_TCPCheckInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -10950,10 +10812,7 @@ func (this *KillPolicy) VerboseEqual(that interface{}) error { } func (this *KillPolicy) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*KillPolicy) @@ -10966,10 +10825,7 @@ func (this *KillPolicy) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -11053,10 +10909,7 @@ func (this *CommandInfo) VerboseEqual(that interface{}) error { } func (this *CommandInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CommandInfo) @@ -11069,10 +10922,7 @@ func (this *CommandInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -11192,10 +11042,7 @@ func (this *CommandInfo_URI) VerboseEqual(that interface{}) error { } func (this *CommandInfo_URI) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CommandInfo_URI) @@ -11208,10 +11055,7 @@ func (this *CommandInfo_URI) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -11338,10 +11182,7 @@ func (this *ExecutorInfo) VerboseEqual(that interface{}) error { } func (this *ExecutorInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ExecutorInfo) @@ -11354,10 +11195,7 @@ func (this *ExecutorInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -11448,10 +11286,7 @@ func (this *DomainInfo) VerboseEqual(that interface{}) error { } func (this *DomainInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*DomainInfo) @@ -11464,10 +11299,7 @@ func (this *DomainInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -11511,10 +11343,7 @@ func (this *DomainInfo_FaultDomain) VerboseEqual(that interface{}) error { } func (this *DomainInfo_FaultDomain) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*DomainInfo_FaultDomain) @@ -11527,10 +11356,7 @@ func (this *DomainInfo_FaultDomain) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -11574,10 +11400,7 @@ func (this *DomainInfo_FaultDomain_RegionInfo) VerboseEqual(that interface{}) er } func (this *DomainInfo_FaultDomain_RegionInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*DomainInfo_FaultDomain_RegionInfo) @@ -11590,10 +11413,7 @@ func (this *DomainInfo_FaultDomain_RegionInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -11634,10 +11454,7 @@ func (this *DomainInfo_FaultDomain_ZoneInfo) VerboseEqual(that interface{}) erro } func (this *DomainInfo_FaultDomain_ZoneInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*DomainInfo_FaultDomain_ZoneInfo) @@ -11650,10 +11467,7 @@ func (this *DomainInfo_FaultDomain_ZoneInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -11739,10 +11553,7 @@ func (this *MasterInfo) VerboseEqual(that interface{}) error { } func (this *MasterInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*MasterInfo) @@ -11755,10 +11566,7 @@ func (this *MasterInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -11875,10 +11683,7 @@ func (this *AgentInfo) VerboseEqual(that interface{}) error { } func (this *AgentInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*AgentInfo) @@ -11891,10 +11696,7 @@ func (this *AgentInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -11966,10 +11768,7 @@ func (this *AgentInfo_Capability) VerboseEqual(that interface{}) error { } func (this *AgentInfo_Capability) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*AgentInfo_Capability) @@ -11982,10 +11781,7 @@ func (this *AgentInfo_Capability) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -12040,10 +11836,7 @@ func (this *ResourceProviderInfo) VerboseEqual(that interface{}) error { } func (this *ResourceProviderInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ResourceProviderInfo) @@ -12056,10 +11849,7 @@ func (this *ResourceProviderInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -12126,10 +11916,7 @@ func (this *Value) VerboseEqual(that interface{}) error { } func (this *Value) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Value) @@ -12142,10 +11929,7 @@ func (this *Value) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -12198,10 +11982,7 @@ func (this *Value_Scalar) VerboseEqual(that interface{}) error { } func (this *Value_Scalar) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Value_Scalar) @@ -12214,10 +11995,7 @@ func (this *Value_Scalar) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -12261,10 +12039,7 @@ func (this *Value_Range) VerboseEqual(that interface{}) error { } func (this *Value_Range) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Value_Range) @@ -12277,10 +12052,7 @@ func (this *Value_Range) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -12329,10 +12101,7 @@ func (this *Value_Ranges) VerboseEqual(that interface{}) error { } func (this *Value_Ranges) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Value_Ranges) @@ -12345,10 +12114,7 @@ func (this *Value_Ranges) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -12399,10 +12165,7 @@ func (this *Value_Set) VerboseEqual(that interface{}) error { } func (this *Value_Set) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Value_Set) @@ -12415,10 +12178,7 @@ func (this *Value_Set) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -12464,10 +12224,7 @@ func (this *Value_Text) VerboseEqual(that interface{}) error { } func (this *Value_Text) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Value_Text) @@ -12480,10 +12237,7 @@ func (this *Value_Text) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -12539,10 +12293,7 @@ func (this *Attribute) VerboseEqual(that interface{}) error { } func (this *Attribute) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Attribute) @@ -12555,10 +12306,7 @@ func (this *Attribute) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -12667,10 +12415,7 @@ func (this *Resource) VerboseEqual(that interface{}) error { } func (this *Resource) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Resource) @@ -12683,10 +12428,7 @@ func (this *Resource) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -12786,10 +12528,7 @@ func (this *Resource_AllocationInfo) VerboseEqual(that interface{}) error { } func (this *Resource_AllocationInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Resource_AllocationInfo) @@ -12802,10 +12541,7 @@ func (this *Resource_AllocationInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -12845,7 +12581,13 @@ func (this *Resource_ReservationInfo) VerboseEqual(that interface{}) error { } else if this == nil { return fmt.Errorf("that is type *Resource_ReservationInfo but is not nil && this == nil") } - if this.Type != that1.Type { + if this.Type != nil && that1.Type != nil { + if *this.Type != *that1.Type { + return fmt.Errorf("Type this(%v) Not Equal that(%v)", *this.Type, *that1.Type) + } + } else if this.Type != nil { + return fmt.Errorf("this.Type == nil && that.Type != nil") + } else if that1.Type != nil { return fmt.Errorf("Type this(%v) Not Equal that(%v)", this.Type, that1.Type) } if this.Role != nil && that1.Role != nil { @@ -12873,10 +12615,7 @@ func (this *Resource_ReservationInfo) VerboseEqual(that interface{}) error { } func (this *Resource_ReservationInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Resource_ReservationInfo) @@ -12889,14 +12628,17 @@ func (this *Resource_ReservationInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } - if this.Type != that1.Type { + if this.Type != nil && that1.Type != nil { + if *this.Type != *that1.Type { + return false + } + } else if this.Type != nil { + return false + } else if that1.Type != nil { return false } if this.Role != nil && that1.Role != nil { @@ -12960,10 +12702,7 @@ func (this *Resource_DiskInfo) VerboseEqual(that interface{}) error { } func (this *Resource_DiskInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Resource_DiskInfo) @@ -12976,10 +12715,7 @@ func (this *Resource_DiskInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -13035,10 +12771,7 @@ func (this *Resource_DiskInfo_Persistence) VerboseEqual(that interface{}) error } func (this *Resource_DiskInfo_Persistence) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Resource_DiskInfo_Persistence) @@ -13051,10 +12784,7 @@ func (this *Resource_DiskInfo_Persistence) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -13110,10 +12840,7 @@ func (this *Resource_DiskInfo_Source) VerboseEqual(that interface{}) error { } func (this *Resource_DiskInfo_Source) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Resource_DiskInfo_Source) @@ -13126,10 +12853,7 @@ func (this *Resource_DiskInfo_Source) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -13182,10 +12906,7 @@ func (this *Resource_DiskInfo_Source_Path) VerboseEqual(that interface{}) error } func (this *Resource_DiskInfo_Source_Path) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Resource_DiskInfo_Source_Path) @@ -13198,10 +12919,7 @@ func (this *Resource_DiskInfo_Source_Path) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -13254,10 +12972,7 @@ func (this *Resource_DiskInfo_Source_Mount) VerboseEqual(that interface{}) error } func (this *Resource_DiskInfo_Source_Mount) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Resource_DiskInfo_Source_Mount) @@ -13270,10 +12985,7 @@ func (this *Resource_DiskInfo_Source_Mount) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -13317,10 +13029,7 @@ func (this *Resource_RevocableInfo) VerboseEqual(that interface{}) error { } func (this *Resource_RevocableInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Resource_RevocableInfo) @@ -13333,10 +13042,7 @@ func (this *Resource_RevocableInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -13371,10 +13077,7 @@ func (this *Resource_SharedInfo) VerboseEqual(that interface{}) error { } func (this *Resource_SharedInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Resource_SharedInfo) @@ -13387,10 +13090,7 @@ func (this *Resource_SharedInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -13509,10 +13209,7 @@ func (this *TrafficControlStatistics) VerboseEqual(that interface{}) error { } func (this *TrafficControlStatistics) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*TrafficControlStatistics) @@ -13525,10 +13222,7 @@ func (this *TrafficControlStatistics) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -13818,10 +13512,7 @@ func (this *IpStatistics) VerboseEqual(that interface{}) error { } func (this *IpStatistics) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*IpStatistics) @@ -13834,10 +13525,7 @@ func (this *IpStatistics) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -14286,10 +13974,7 @@ func (this *IcmpStatistics) VerboseEqual(that interface{}) error { } func (this *IcmpStatistics) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*IcmpStatistics) @@ -14302,10 +13987,7 @@ func (this *IcmpStatistics) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -14718,10 +14400,7 @@ func (this *TcpStatistics) VerboseEqual(that interface{}) error { } func (this *TcpStatistics) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*TcpStatistics) @@ -14734,10 +14413,7 @@ func (this *TcpStatistics) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -14979,10 +14655,7 @@ func (this *UdpStatistics) VerboseEqual(that interface{}) error { } func (this *UdpStatistics) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*UdpStatistics) @@ -14995,10 +14668,7 @@ func (this *UdpStatistics) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -15117,10 +14787,7 @@ func (this *SNMPStatistics) VerboseEqual(that interface{}) error { } func (this *SNMPStatistics) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*SNMPStatistics) @@ -15133,10 +14800,7 @@ func (this *SNMPStatistics) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -15207,10 +14871,7 @@ func (this *DiskStatistics) VerboseEqual(that interface{}) error { } func (this *DiskStatistics) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*DiskStatistics) @@ -15223,10 +14884,7 @@ func (this *DiskStatistics) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -15655,10 +15313,7 @@ func (this *ResourceStatistics) VerboseEqual(that interface{}) error { } func (this *ResourceStatistics) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ResourceStatistics) @@ -15671,10 +15326,7 @@ func (this *ResourceStatistics) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -16095,10 +15747,7 @@ func (this *ResourceUsage) VerboseEqual(that interface{}) error { } func (this *ResourceUsage) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ResourceUsage) @@ -16111,10 +15760,7 @@ func (this *ResourceUsage) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -16190,10 +15836,7 @@ func (this *ResourceUsage_Executor) VerboseEqual(that interface{}) error { } func (this *ResourceUsage_Executor) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ResourceUsage_Executor) @@ -16206,10 +15849,7 @@ func (this *ResourceUsage_Executor) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -16286,10 +15926,7 @@ func (this *ResourceUsage_Executor_Task) VerboseEqual(that interface{}) error { } func (this *ResourceUsage_Executor_Task) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ResourceUsage_Executor_Task) @@ -16302,10 +15939,7 @@ func (this *ResourceUsage_Executor_Task) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -16822,10 +16456,7 @@ func (this *PerfStatistics) VerboseEqual(that interface{}) error { } func (this *PerfStatistics) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*PerfStatistics) @@ -16838,10 +16469,7 @@ func (this *PerfStatistics) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -17352,10 +16980,7 @@ func (this *Request) VerboseEqual(that interface{}) error { } func (this *Request) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Request) @@ -17368,10 +16993,7 @@ func (this *Request) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -17465,10 +17087,7 @@ func (this *Offer) VerboseEqual(that interface{}) error { } func (this *Offer) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Offer) @@ -17481,10 +17100,7 @@ func (this *Offer) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -17588,10 +17204,7 @@ func (this *Offer_Operation) VerboseEqual(that interface{}) error { } func (this *Offer_Operation) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Offer_Operation) @@ -17604,10 +17217,7 @@ func (this *Offer_Operation) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -17671,10 +17281,7 @@ func (this *Offer_Operation_Launch) VerboseEqual(that interface{}) error { } func (this *Offer_Operation_Launch) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Offer_Operation_Launch) @@ -17687,10 +17294,7 @@ func (this *Offer_Operation_Launch) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -17739,10 +17343,7 @@ func (this *Offer_Operation_LaunchGroup) VerboseEqual(that interface{}) error { } func (this *Offer_Operation_LaunchGroup) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Offer_Operation_LaunchGroup) @@ -17755,10 +17356,7 @@ func (this *Offer_Operation_LaunchGroup) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -17807,10 +17405,7 @@ func (this *Offer_Operation_Reserve) VerboseEqual(that interface{}) error { } func (this *Offer_Operation_Reserve) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Offer_Operation_Reserve) @@ -17823,10 +17418,7 @@ func (this *Offer_Operation_Reserve) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -17877,10 +17469,7 @@ func (this *Offer_Operation_Unreserve) VerboseEqual(that interface{}) error { } func (this *Offer_Operation_Unreserve) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Offer_Operation_Unreserve) @@ -17893,10 +17482,7 @@ func (this *Offer_Operation_Unreserve) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -17947,10 +17533,7 @@ func (this *Offer_Operation_Create) VerboseEqual(that interface{}) error { } func (this *Offer_Operation_Create) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Offer_Operation_Create) @@ -17963,10 +17546,7 @@ func (this *Offer_Operation_Create) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -18017,10 +17597,7 @@ func (this *Offer_Operation_Destroy) VerboseEqual(that interface{}) error { } func (this *Offer_Operation_Destroy) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Offer_Operation_Destroy) @@ -18033,10 +17610,7 @@ func (this *Offer_Operation_Destroy) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -18102,10 +17676,7 @@ func (this *InverseOffer) VerboseEqual(that interface{}) error { } func (this *InverseOffer) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*InverseOffer) @@ -18118,10 +17689,7 @@ func (this *InverseOffer) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -18223,10 +17791,7 @@ func (this *TaskInfo) VerboseEqual(that interface{}) error { } func (this *TaskInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*TaskInfo) @@ -18239,10 +17804,7 @@ func (this *TaskInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -18329,10 +17891,7 @@ func (this *TaskGroupInfo) VerboseEqual(that interface{}) error { } func (this *TaskGroupInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*TaskGroupInfo) @@ -18345,10 +17904,7 @@ func (this *TaskGroupInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -18461,10 +18017,7 @@ func (this *Task) VerboseEqual(that interface{}) error { } func (this *Task) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Task) @@ -18477,10 +18030,7 @@ func (this *Task) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -18603,10 +18153,7 @@ func (this *CheckStatusInfo) VerboseEqual(that interface{}) error { } func (this *CheckStatusInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CheckStatusInfo) @@ -18619,10 +18166,7 @@ func (this *CheckStatusInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -18684,10 +18228,7 @@ func (this *CheckStatusInfo_Command) VerboseEqual(that interface{}) error { } func (this *CheckStatusInfo_Command) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CheckStatusInfo_Command) @@ -18700,10 +18241,7 @@ func (this *CheckStatusInfo_Command) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -18756,10 +18294,7 @@ func (this *CheckStatusInfo_Http) VerboseEqual(that interface{}) error { } func (this *CheckStatusInfo_Http) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CheckStatusInfo_Http) @@ -18772,10 +18307,7 @@ func (this *CheckStatusInfo_Http) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -18828,10 +18360,7 @@ func (this *CheckStatusInfo_Tcp) VerboseEqual(that interface{}) error { } func (this *CheckStatusInfo_Tcp) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CheckStatusInfo_Tcp) @@ -18844,10 +18373,7 @@ func (this *CheckStatusInfo_Tcp) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -18972,10 +18498,7 @@ func (this *TaskStatus) VerboseEqual(that interface{}) error { } func (this *TaskStatus) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*TaskStatus) @@ -18988,10 +18511,7 @@ func (this *TaskStatus) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -19116,10 +18636,7 @@ func (this *Filters) VerboseEqual(that interface{}) error { } func (this *Filters) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Filters) @@ -19132,10 +18649,7 @@ func (this *Filters) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -19187,10 +18701,7 @@ func (this *Environment) VerboseEqual(that interface{}) error { } func (this *Environment) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Environment) @@ -19203,10 +18714,7 @@ func (this *Environment) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -19273,10 +18781,7 @@ func (this *Environment_Variable) VerboseEqual(that interface{}) error { } func (this *Environment_Variable) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Environment_Variable) @@ -19289,10 +18794,7 @@ func (this *Environment_Variable) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -19357,10 +18859,7 @@ func (this *Parameter) VerboseEqual(that interface{}) error { } func (this *Parameter) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Parameter) @@ -19373,10 +18872,7 @@ func (this *Parameter) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -19425,10 +18921,7 @@ func (this *Parameters) VerboseEqual(that interface{}) error { } func (this *Parameters) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Parameters) @@ -19441,10 +18934,7 @@ func (this *Parameters) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -19499,10 +18989,7 @@ func (this *Credential) VerboseEqual(that interface{}) error { } func (this *Credential) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Credential) @@ -19515,10 +19002,7 @@ func (this *Credential) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -19573,10 +19057,7 @@ func (this *Credentials) VerboseEqual(that interface{}) error { } func (this *Credentials) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Credentials) @@ -19589,10 +19070,7 @@ func (this *Credentials) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -19644,10 +19122,7 @@ func (this *Secret) VerboseEqual(that interface{}) error { } func (this *Secret) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Secret) @@ -19660,10 +19135,7 @@ func (this *Secret) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -19719,10 +19191,7 @@ func (this *Secret_Reference) VerboseEqual(that interface{}) error { } func (this *Secret_Reference) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Secret_Reference) @@ -19735,10 +19204,7 @@ func (this *Secret_Reference) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -19788,10 +19254,7 @@ func (this *Secret_Value) VerboseEqual(that interface{}) error { } func (this *Secret_Value) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Secret_Value) @@ -19804,10 +19267,7 @@ func (this *Secret_Value) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -19866,10 +19326,7 @@ func (this *RateLimit) VerboseEqual(that interface{}) error { } func (this *RateLimit) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*RateLimit) @@ -19882,10 +19339,7 @@ func (this *RateLimit) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -19967,10 +19421,7 @@ func (this *RateLimits) VerboseEqual(that interface{}) error { } func (this *RateLimits) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*RateLimits) @@ -19983,10 +19434,7 @@ func (this *RateLimits) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -20071,10 +19519,7 @@ func (this *Image) VerboseEqual(that interface{}) error { } func (this *Image) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Image) @@ -20087,10 +19532,7 @@ func (this *Image) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -20164,10 +19606,7 @@ func (this *Image_Appc) VerboseEqual(that interface{}) error { } func (this *Image_Appc) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Image_Appc) @@ -20180,10 +19619,7 @@ func (this *Image_Appc) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -20242,10 +19678,7 @@ func (this *Image_Docker) VerboseEqual(that interface{}) error { } func (this *Image_Docker) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Image_Docker) @@ -20258,10 +19691,7 @@ func (this *Image_Docker) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -20332,10 +19762,7 @@ func (this *Volume) VerboseEqual(that interface{}) error { } func (this *Volume) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Volume) @@ -20348,10 +19775,7 @@ func (this *Volume) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -20425,10 +19849,7 @@ func (this *Volume_Source) VerboseEqual(that interface{}) error { } func (this *Volume_Source) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Volume_Source) @@ -20441,10 +19862,7 @@ func (this *Volume_Source) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -20506,10 +19924,7 @@ func (this *Volume_Source_DockerVolume) VerboseEqual(that interface{}) error { } func (this *Volume_Source_DockerVolume) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Volume_Source_DockerVolume) @@ -20522,10 +19937,7 @@ func (this *Volume_Source_DockerVolume) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -20581,10 +19993,7 @@ func (this *Volume_Source_SandboxPath) VerboseEqual(that interface{}) error { } func (this *Volume_Source_SandboxPath) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Volume_Source_SandboxPath) @@ -20597,10 +20006,7 @@ func (this *Volume_Source_SandboxPath) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -20677,10 +20083,7 @@ func (this *NetworkInfo) VerboseEqual(that interface{}) error { } func (this *NetworkInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*NetworkInfo) @@ -20693,10 +20096,7 @@ func (this *NetworkInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -20785,10 +20185,7 @@ func (this *NetworkInfo_IPAddress) VerboseEqual(that interface{}) error { } func (this *NetworkInfo_IPAddress) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*NetworkInfo_IPAddress) @@ -20801,10 +20198,7 @@ func (this *NetworkInfo_IPAddress) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -20872,10 +20266,7 @@ func (this *NetworkInfo_PortMapping) VerboseEqual(that interface{}) error { } func (this *NetworkInfo_PortMapping) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*NetworkInfo_PortMapping) @@ -20888,10 +20279,7 @@ func (this *NetworkInfo_PortMapping) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -20949,10 +20337,7 @@ func (this *CapabilityInfo) VerboseEqual(that interface{}) error { } func (this *CapabilityInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CapabilityInfo) @@ -20965,10 +20350,7 @@ func (this *CapabilityInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -21029,10 +20411,7 @@ func (this *LinuxInfo) VerboseEqual(that interface{}) error { } func (this *LinuxInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*LinuxInfo) @@ -21045,10 +20424,7 @@ func (this *LinuxInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -21109,10 +20485,7 @@ func (this *RLimitInfo) VerboseEqual(that interface{}) error { } func (this *RLimitInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*RLimitInfo) @@ -21125,10 +20498,7 @@ func (this *RLimitInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -21192,10 +20562,7 @@ func (this *RLimitInfo_RLimit) VerboseEqual(that interface{}) error { } func (this *RLimitInfo_RLimit) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*RLimitInfo_RLimit) @@ -21208,10 +20575,7 @@ func (this *RLimitInfo_RLimit) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -21270,10 +20634,7 @@ func (this *TTYInfo) VerboseEqual(that interface{}) error { } func (this *TTYInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*TTYInfo) @@ -21286,10 +20647,7 @@ func (this *TTYInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -21333,10 +20691,7 @@ func (this *TTYInfo_WindowSize) VerboseEqual(that interface{}) error { } func (this *TTYInfo_WindowSize) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*TTYInfo_WindowSize) @@ -21349,10 +20704,7 @@ func (this *TTYInfo_WindowSize) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -21442,10 +20794,7 @@ func (this *ContainerInfo) VerboseEqual(that interface{}) error { } func (this *ContainerInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ContainerInfo) @@ -21458,10 +20807,7 @@ func (this *ContainerInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -21600,10 +20946,7 @@ func (this *ContainerInfo_DockerInfo) VerboseEqual(that interface{}) error { } func (this *ContainerInfo_DockerInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ContainerInfo_DockerInfo) @@ -21616,10 +20959,7 @@ func (this *ContainerInfo_DockerInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -21724,10 +21064,7 @@ func (this *ContainerInfo_DockerInfo_PortMapping) VerboseEqual(that interface{}) } func (this *ContainerInfo_DockerInfo_PortMapping) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ContainerInfo_DockerInfo_PortMapping) @@ -21740,10 +21077,7 @@ func (this *ContainerInfo_DockerInfo_PortMapping) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -21796,10 +21130,7 @@ func (this *ContainerInfo_MesosInfo) VerboseEqual(that interface{}) error { } func (this *ContainerInfo_MesosInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ContainerInfo_MesosInfo) @@ -21812,10 +21143,7 @@ func (this *ContainerInfo_MesosInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -21876,10 +21204,7 @@ func (this *ContainerStatus) VerboseEqual(that interface{}) error { } func (this *ContainerStatus) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*ContainerStatus) @@ -21892,10 +21217,7 @@ func (this *ContainerStatus) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -21956,10 +21278,7 @@ func (this *CgroupInfo) VerboseEqual(that interface{}) error { } func (this *CgroupInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CgroupInfo) @@ -21972,10 +21291,7 @@ func (this *CgroupInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -22013,10 +21329,7 @@ func (this *CgroupInfo_Blkio) VerboseEqual(that interface{}) error { } func (this *CgroupInfo_Blkio) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CgroupInfo_Blkio) @@ -22029,10 +21342,7 @@ func (this *CgroupInfo_Blkio) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -22085,10 +21395,7 @@ func (this *CgroupInfo_Blkio_Value) VerboseEqual(that interface{}) error { } func (this *CgroupInfo_Blkio_Value) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CgroupInfo_Blkio_Value) @@ -22101,10 +21408,7 @@ func (this *CgroupInfo_Blkio_Value) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -22157,10 +21461,7 @@ func (this *CgroupInfo_Blkio_CFQ) VerboseEqual(that interface{}) error { } func (this *CgroupInfo_Blkio_CFQ) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CgroupInfo_Blkio_CFQ) @@ -22173,10 +21474,7 @@ func (this *CgroupInfo_Blkio_CFQ) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -22280,10 +21578,7 @@ func (this *CgroupInfo_Blkio_CFQ_Statistics) VerboseEqual(that interface{}) erro } func (this *CgroupInfo_Blkio_CFQ_Statistics) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CgroupInfo_Blkio_CFQ_Statistics) @@ -22296,10 +21591,7 @@ func (this *CgroupInfo_Blkio_CFQ_Statistics) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -22403,10 +21695,7 @@ func (this *CgroupInfo_Blkio_Throttling) VerboseEqual(that interface{}) error { } func (this *CgroupInfo_Blkio_Throttling) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CgroupInfo_Blkio_Throttling) @@ -22419,10 +21708,7 @@ func (this *CgroupInfo_Blkio_Throttling) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -22476,10 +21762,7 @@ func (this *CgroupInfo_Blkio_Throttling_Statistics) VerboseEqual(that interface{ } func (this *CgroupInfo_Blkio_Throttling_Statistics) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CgroupInfo_Blkio_Throttling_Statistics) @@ -22492,10 +21775,7 @@ func (this *CgroupInfo_Blkio_Throttling_Statistics) Equal(that interface{}) bool } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -22573,10 +21853,7 @@ func (this *CgroupInfo_Blkio_Statistics) VerboseEqual(that interface{}) error { } func (this *CgroupInfo_Blkio_Statistics) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CgroupInfo_Blkio_Statistics) @@ -22589,10 +21866,7 @@ func (this *CgroupInfo_Blkio_Statistics) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -22660,10 +21934,7 @@ func (this *CgroupInfo_NetCls) VerboseEqual(that interface{}) error { } func (this *CgroupInfo_NetCls) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*CgroupInfo_NetCls) @@ -22676,10 +21947,7 @@ func (this *CgroupInfo_NetCls) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -22731,10 +21999,7 @@ func (this *Labels) VerboseEqual(that interface{}) error { } func (this *Labels) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Labels) @@ -22747,10 +22012,7 @@ func (this *Labels) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -22805,10 +22067,7 @@ func (this *Label) VerboseEqual(that interface{}) error { } func (this *Label) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Label) @@ -22821,10 +22080,7 @@ func (this *Label) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -22904,10 +22160,7 @@ func (this *Port) VerboseEqual(that interface{}) error { } func (this *Port) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Port) @@ -22920,10 +22173,7 @@ func (this *Port) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -22999,10 +22249,7 @@ func (this *Ports) VerboseEqual(that interface{}) error { } func (this *Ports) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Ports) @@ -23015,10 +22262,7 @@ func (this *Ports) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -23106,10 +22350,7 @@ func (this *DiscoveryInfo) VerboseEqual(that interface{}) error { } func (this *DiscoveryInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*DiscoveryInfo) @@ -23122,10 +22363,7 @@ func (this *DiscoveryInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -23217,10 +22455,7 @@ func (this *WeightInfo) VerboseEqual(that interface{}) error { } func (this *WeightInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*WeightInfo) @@ -23233,10 +22468,7 @@ func (this *WeightInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -23340,10 +22572,7 @@ func (this *VersionInfo) VerboseEqual(that interface{}) error { } func (this *VersionInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*VersionInfo) @@ -23356,10 +22585,7 @@ func (this *VersionInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -23463,10 +22689,7 @@ func (this *Flag) VerboseEqual(that interface{}) error { } func (this *Flag) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Flag) @@ -23479,10 +22702,7 @@ func (this *Flag) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -23551,10 +22771,7 @@ func (this *Role) VerboseEqual(that interface{}) error { } func (this *Role) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Role) @@ -23567,10 +22784,7 @@ func (this *Role) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -23639,10 +22853,7 @@ func (this *Metric) VerboseEqual(that interface{}) error { } func (this *Metric) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Metric) @@ -23655,10 +22866,7 @@ func (this *Metric) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -23756,10 +22964,7 @@ func (this *FileInfo) VerboseEqual(that interface{}) error { } func (this *FileInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*FileInfo) @@ -23772,10 +22977,7 @@ func (this *FileInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -23873,10 +23075,7 @@ func (this *Device) VerboseEqual(that interface{}) error { } func (this *Device) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Device) @@ -23889,10 +23088,7 @@ func (this *Device) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -23957,10 +23153,7 @@ func (this *Device_Number) VerboseEqual(that interface{}) error { } func (this *Device_Number) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Device_Number) @@ -23973,10 +23166,7 @@ func (this *Device_Number) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -24035,10 +23225,7 @@ func (this *DeviceAccess) VerboseEqual(that interface{}) error { } func (this *DeviceAccess) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*DeviceAccess) @@ -24051,10 +23238,7 @@ func (this *DeviceAccess) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -24122,10 +23306,7 @@ func (this *DeviceAccess_Access) VerboseEqual(that interface{}) error { } func (this *DeviceAccess_Access) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*DeviceAccess_Access) @@ -24138,10 +23319,7 @@ func (this *DeviceAccess_Access) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -24211,10 +23389,7 @@ func (this *DeviceWhitelist) VerboseEqual(that interface{}) error { } func (this *DeviceWhitelist) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*DeviceWhitelist) @@ -24227,10 +23402,7 @@ func (this *DeviceWhitelist) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -24365,7 +23537,11 @@ func (this *URL) GoString() string { s = append(s, "Path: "+valueToGoStringMesos(this.Path, "string")+",\n") } if this.Query != nil { - s = append(s, "Query: "+fmt.Sprintf("%#v", this.Query)+",\n") + vs := make([]*Parameter, len(this.Query)) + for i := range vs { + vs[i] = &this.Query[i] + } + s = append(s, "Query: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Fragment != nil { s = append(s, "Fragment: "+valueToGoStringMesos(this.Fragment, "string")+",\n") @@ -24450,7 +23626,11 @@ func (this *FrameworkInfo) GoString() string { s = append(s, "WebUiURL: "+valueToGoStringMesos(this.WebUiURL, "string")+",\n") } if this.Capabilities != nil { - s = append(s, "Capabilities: "+fmt.Sprintf("%#v", this.Capabilities)+",\n") + vs := make([]*FrameworkInfo_Capability, len(this.Capabilities)) + for i := range vs { + vs[i] = &this.Capabilities[i] + } + s = append(s, "Capabilities: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Labels != nil { s = append(s, "Labels: "+fmt.Sprintf("%#v", this.Labels)+",\n") @@ -24611,7 +23791,11 @@ func (this *CommandInfo) GoString() string { s := make([]string, 0, 10) s = append(s, "&mesos.CommandInfo{") if this.URIs != nil { - s = append(s, "URIs: "+fmt.Sprintf("%#v", this.URIs)+",\n") + vs := make([]*CommandInfo_URI, len(this.URIs)) + for i := range vs { + vs[i] = &this.URIs[i] + } + s = append(s, "URIs: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Environment != nil { s = append(s, "Environment: "+fmt.Sprintf("%#v", this.Environment)+",\n") @@ -24671,7 +23855,11 @@ func (this *ExecutorInfo) GoString() string { s = append(s, "Container: "+fmt.Sprintf("%#v", this.Container)+",\n") } if this.Resources != nil { - s = append(s, "Resources: "+fmt.Sprintf("%#v", this.Resources)+",\n") + vs := make([]*Resource, len(this.Resources)) + for i := range vs { + vs[i] = &this.Resources[i] + } + s = append(s, "Resources: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Name != nil { s = append(s, "Name: "+valueToGoStringMesos(this.Name, "string")+",\n") @@ -24777,10 +23965,18 @@ func (this *AgentInfo) GoString() string { s = append(s, "Port: "+valueToGoStringMesos(this.Port, "int32")+",\n") } if this.Resources != nil { - s = append(s, "Resources: "+fmt.Sprintf("%#v", this.Resources)+",\n") + vs := make([]*Resource, len(this.Resources)) + for i := range vs { + vs[i] = &this.Resources[i] + } + s = append(s, "Resources: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Attributes != nil { - s = append(s, "Attributes: "+fmt.Sprintf("%#v", this.Attributes)+",\n") + vs := make([]*Attribute, len(this.Attributes)) + for i := range vs { + vs[i] = &this.Attributes[i] + } + s = append(s, "Attributes: "+fmt.Sprintf("%#v", vs)+",\n") } if this.ID != nil { s = append(s, "ID: "+fmt.Sprintf("%#v", this.ID)+",\n") @@ -24811,7 +24007,11 @@ func (this *ResourceProviderInfo) GoString() string { s = append(s, "ID: "+fmt.Sprintf("%#v", this.ID)+",\n") } if this.Attributes != nil { - s = append(s, "Attributes: "+fmt.Sprintf("%#v", this.Attributes)+",\n") + vs := make([]*Attribute, len(this.Attributes)) + for i := range vs { + vs[i] = &this.Attributes[i] + } + s = append(s, "Attributes: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "Type: "+fmt.Sprintf("%#v", this.Type)+",\n") s = append(s, "Name: "+fmt.Sprintf("%#v", this.Name)+",\n") @@ -24868,7 +24068,11 @@ func (this *Value_Ranges) GoString() string { s := make([]string, 0, 5) s = append(s, "&mesos.Value_Ranges{") if this.Range != nil { - s = append(s, "Range: "+fmt.Sprintf("%#v", this.Range)+",\n") + vs := make([]*Value_Range, len(this.Range)) + for i := range vs { + vs[i] = &this.Range[i] + } + s = append(s, "Range: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -24950,7 +24154,11 @@ func (this *Resource) GoString() string { s = append(s, "Reservation: "+fmt.Sprintf("%#v", this.Reservation)+",\n") } if this.Reservations != nil { - s = append(s, "Reservations: "+fmt.Sprintf("%#v", this.Reservations)+",\n") + vs := make([]*Resource_ReservationInfo, len(this.Reservations)) + for i := range vs { + vs[i] = &this.Reservations[i] + } + s = append(s, "Reservations: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Disk != nil { s = append(s, "Disk: "+fmt.Sprintf("%#v", this.Disk)+",\n") @@ -24982,7 +24190,9 @@ func (this *Resource_ReservationInfo) GoString() string { } s := make([]string, 0, 8) s = append(s, "&mesos.Resource_ReservationInfo{") - s = append(s, "Type: "+fmt.Sprintf("%#v", this.Type)+",\n") + if this.Type != nil { + s = append(s, "Type: "+valueToGoStringMesos(this.Type, "Resource_ReservationInfo_Type")+",\n") + } if this.Role != nil { s = append(s, "Role: "+valueToGoStringMesos(this.Role, "string")+",\n") } @@ -25486,7 +24696,11 @@ func (this *ResourceStatistics) GoString() string { s = append(s, "DiskUsedBytes: "+valueToGoStringMesos(this.DiskUsedBytes, "uint64")+",\n") } if this.DiskStatistics != nil { - s = append(s, "DiskStatistics: "+fmt.Sprintf("%#v", this.DiskStatistics)+",\n") + vs := make([]*DiskStatistics, len(this.DiskStatistics)) + for i := range vs { + vs[i] = &this.DiskStatistics[i] + } + s = append(s, "DiskStatistics: "+fmt.Sprintf("%#v", vs)+",\n") } if this.BlkioStatistics != nil { s = append(s, "BlkioStatistics: "+fmt.Sprintf("%#v", this.BlkioStatistics)+",\n") @@ -25537,7 +24751,11 @@ func (this *ResourceStatistics) GoString() string { s = append(s, "NetTCPTimeWaitConnections: "+valueToGoStringMesos(this.NetTCPTimeWaitConnections, "float64")+",\n") } if this.NetTrafficControlStatistics != nil { - s = append(s, "NetTrafficControlStatistics: "+fmt.Sprintf("%#v", this.NetTrafficControlStatistics)+",\n") + vs := make([]*TrafficControlStatistics, len(this.NetTrafficControlStatistics)) + for i := range vs { + vs[i] = &this.NetTrafficControlStatistics[i] + } + s = append(s, "NetTrafficControlStatistics: "+fmt.Sprintf("%#v", vs)+",\n") } if this.NetSNMPStatistics != nil { s = append(s, "NetSNMPStatistics: "+fmt.Sprintf("%#v", this.NetSNMPStatistics)+",\n") @@ -25552,10 +24770,18 @@ func (this *ResourceUsage) GoString() string { s := make([]string, 0, 6) s = append(s, "&mesos.ResourceUsage{") if this.Executors != nil { - s = append(s, "Executors: "+fmt.Sprintf("%#v", this.Executors)+",\n") + vs := make([]*ResourceUsage_Executor, len(this.Executors)) + for i := range vs { + vs[i] = &this.Executors[i] + } + s = append(s, "Executors: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Total != nil { - s = append(s, "Total: "+fmt.Sprintf("%#v", this.Total)+",\n") + vs := make([]*Resource, len(this.Total)) + for i := range vs { + vs[i] = &this.Total[i] + } + s = append(s, "Total: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -25568,14 +24794,22 @@ func (this *ResourceUsage_Executor) GoString() string { s = append(s, "&mesos.ResourceUsage_Executor{") s = append(s, "ExecutorInfo: "+strings.Replace(this.ExecutorInfo.GoString(), `&`, ``, 1)+",\n") if this.Allocated != nil { - s = append(s, "Allocated: "+fmt.Sprintf("%#v", this.Allocated)+",\n") + vs := make([]*Resource, len(this.Allocated)) + for i := range vs { + vs[i] = &this.Allocated[i] + } + s = append(s, "Allocated: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Statistics != nil { s = append(s, "Statistics: "+fmt.Sprintf("%#v", this.Statistics)+",\n") } s = append(s, "ContainerID: "+strings.Replace(this.ContainerID.GoString(), `&`, ``, 1)+",\n") if this.Tasks != nil { - s = append(s, "Tasks: "+fmt.Sprintf("%#v", this.Tasks)+",\n") + vs := make([]*ResourceUsage_Executor_Task, len(this.Tasks)) + for i := range vs { + vs[i] = &this.Tasks[i] + } + s = append(s, "Tasks: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -25589,7 +24823,11 @@ func (this *ResourceUsage_Executor_Task) GoString() string { s = append(s, "Name: "+fmt.Sprintf("%#v", this.Name)+",\n") s = append(s, "ID: "+strings.Replace(this.ID.GoString(), `&`, ``, 1)+",\n") if this.Resources != nil { - s = append(s, "Resources: "+fmt.Sprintf("%#v", this.Resources)+",\n") + vs := make([]*Resource, len(this.Resources)) + for i := range vs { + vs[i] = &this.Resources[i] + } + s = append(s, "Resources: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Labels != nil { s = append(s, "Labels: "+fmt.Sprintf("%#v", this.Labels)+",\n") @@ -25771,7 +25009,11 @@ func (this *Request) GoString() string { s = append(s, "AgentID: "+fmt.Sprintf("%#v", this.AgentID)+",\n") } if this.Resources != nil { - s = append(s, "Resources: "+fmt.Sprintf("%#v", this.Resources)+",\n") + vs := make([]*Resource, len(this.Resources)) + for i := range vs { + vs[i] = &this.Resources[i] + } + s = append(s, "Resources: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -25793,13 +25035,25 @@ func (this *Offer) GoString() string { s = append(s, "Domain: "+fmt.Sprintf("%#v", this.Domain)+",\n") } if this.Resources != nil { - s = append(s, "Resources: "+fmt.Sprintf("%#v", this.Resources)+",\n") + vs := make([]*Resource, len(this.Resources)) + for i := range vs { + vs[i] = &this.Resources[i] + } + s = append(s, "Resources: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Attributes != nil { - s = append(s, "Attributes: "+fmt.Sprintf("%#v", this.Attributes)+",\n") + vs := make([]*Attribute, len(this.Attributes)) + for i := range vs { + vs[i] = &this.Attributes[i] + } + s = append(s, "Attributes: "+fmt.Sprintf("%#v", vs)+",\n") } if this.ExecutorIDs != nil { - s = append(s, "ExecutorIDs: "+fmt.Sprintf("%#v", this.ExecutorIDs)+",\n") + vs := make([]*ExecutorID, len(this.ExecutorIDs)) + for i := range vs { + vs[i] = &this.ExecutorIDs[i] + } + s = append(s, "ExecutorIDs: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Unavailability != nil { s = append(s, "Unavailability: "+fmt.Sprintf("%#v", this.Unavailability)+",\n") @@ -25845,7 +25099,11 @@ func (this *Offer_Operation_Launch) GoString() string { s := make([]string, 0, 5) s = append(s, "&mesos.Offer_Operation_Launch{") if this.TaskInfos != nil { - s = append(s, "TaskInfos: "+fmt.Sprintf("%#v", this.TaskInfos)+",\n") + vs := make([]*TaskInfo, len(this.TaskInfos)) + for i := range vs { + vs[i] = &this.TaskInfos[i] + } + s = append(s, "TaskInfos: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -25868,7 +25126,11 @@ func (this *Offer_Operation_Reserve) GoString() string { s := make([]string, 0, 5) s = append(s, "&mesos.Offer_Operation_Reserve{") if this.Resources != nil { - s = append(s, "Resources: "+fmt.Sprintf("%#v", this.Resources)+",\n") + vs := make([]*Resource, len(this.Resources)) + for i := range vs { + vs[i] = &this.Resources[i] + } + s = append(s, "Resources: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -25880,7 +25142,11 @@ func (this *Offer_Operation_Unreserve) GoString() string { s := make([]string, 0, 5) s = append(s, "&mesos.Offer_Operation_Unreserve{") if this.Resources != nil { - s = append(s, "Resources: "+fmt.Sprintf("%#v", this.Resources)+",\n") + vs := make([]*Resource, len(this.Resources)) + for i := range vs { + vs[i] = &this.Resources[i] + } + s = append(s, "Resources: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -25892,7 +25158,11 @@ func (this *Offer_Operation_Create) GoString() string { s := make([]string, 0, 5) s = append(s, "&mesos.Offer_Operation_Create{") if this.Volumes != nil { - s = append(s, "Volumes: "+fmt.Sprintf("%#v", this.Volumes)+",\n") + vs := make([]*Resource, len(this.Volumes)) + for i := range vs { + vs[i] = &this.Volumes[i] + } + s = append(s, "Volumes: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -25904,7 +25174,11 @@ func (this *Offer_Operation_Destroy) GoString() string { s := make([]string, 0, 5) s = append(s, "&mesos.Offer_Operation_Destroy{") if this.Volumes != nil { - s = append(s, "Volumes: "+fmt.Sprintf("%#v", this.Volumes)+",\n") + vs := make([]*Resource, len(this.Volumes)) + for i := range vs { + vs[i] = &this.Volumes[i] + } + s = append(s, "Volumes: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -25925,7 +25199,11 @@ func (this *InverseOffer) GoString() string { } s = append(s, "Unavailability: "+strings.Replace(this.Unavailability.GoString(), `&`, ``, 1)+",\n") if this.Resources != nil { - s = append(s, "Resources: "+fmt.Sprintf("%#v", this.Resources)+",\n") + vs := make([]*Resource, len(this.Resources)) + for i := range vs { + vs[i] = &this.Resources[i] + } + s = append(s, "Resources: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -25940,7 +25218,11 @@ func (this *TaskInfo) GoString() string { s = append(s, "TaskID: "+strings.Replace(this.TaskID.GoString(), `&`, ``, 1)+",\n") s = append(s, "AgentID: "+strings.Replace(this.AgentID.GoString(), `&`, ``, 1)+",\n") if this.Resources != nil { - s = append(s, "Resources: "+fmt.Sprintf("%#v", this.Resources)+",\n") + vs := make([]*Resource, len(this.Resources)) + for i := range vs { + vs[i] = &this.Resources[i] + } + s = append(s, "Resources: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Executor != nil { s = append(s, "Executor: "+fmt.Sprintf("%#v", this.Executor)+",\n") @@ -25979,7 +25261,11 @@ func (this *TaskGroupInfo) GoString() string { s := make([]string, 0, 5) s = append(s, "&mesos.TaskGroupInfo{") if this.Tasks != nil { - s = append(s, "Tasks: "+fmt.Sprintf("%#v", this.Tasks)+",\n") + vs := make([]*TaskInfo, len(this.Tasks)) + for i := range vs { + vs[i] = &this.Tasks[i] + } + s = append(s, "Tasks: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -26001,10 +25287,18 @@ func (this *Task) GoString() string { s = append(s, "State: "+valueToGoStringMesos(this.State, "TaskState")+",\n") } if this.Resources != nil { - s = append(s, "Resources: "+fmt.Sprintf("%#v", this.Resources)+",\n") + vs := make([]*Resource, len(this.Resources)) + for i := range vs { + vs[i] = &this.Resources[i] + } + s = append(s, "Resources: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Statuses != nil { - s = append(s, "Statuses: "+fmt.Sprintf("%#v", this.Statuses)+",\n") + vs := make([]*TaskStatus, len(this.Statuses)) + for i := range vs { + vs[i] = &this.Statuses[i] + } + s = append(s, "Statuses: "+fmt.Sprintf("%#v", vs)+",\n") } if this.StatusUpdateState != nil { s = append(s, "StatusUpdateState: "+valueToGoStringMesos(this.StatusUpdateState, "TaskState")+",\n") @@ -26155,7 +25449,11 @@ func (this *Environment) GoString() string { s := make([]string, 0, 5) s = append(s, "&mesos.Environment{") if this.Variables != nil { - s = append(s, "Variables: "+fmt.Sprintf("%#v", this.Variables)+",\n") + vs := make([]*Environment_Variable, len(this.Variables)) + for i := range vs { + vs[i] = &this.Variables[i] + } + s = append(s, "Variables: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -26197,7 +25495,11 @@ func (this *Parameters) GoString() string { s := make([]string, 0, 5) s = append(s, "&mesos.Parameters{") if this.Parameter != nil { - s = append(s, "Parameter: "+fmt.Sprintf("%#v", this.Parameter)+",\n") + vs := make([]*Parameter, len(this.Parameter)) + for i := range vs { + vs[i] = &this.Parameter[i] + } + s = append(s, "Parameter: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -26222,7 +25524,11 @@ func (this *Credentials) GoString() string { s := make([]string, 0, 5) s = append(s, "&mesos.Credentials{") if this.Credentials != nil { - s = append(s, "Credentials: "+fmt.Sprintf("%#v", this.Credentials)+",\n") + vs := make([]*Credential, len(this.Credentials)) + for i := range vs { + vs[i] = &this.Credentials[i] + } + s = append(s, "Credentials: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -26291,7 +25597,11 @@ func (this *RateLimits) GoString() string { s := make([]string, 0, 7) s = append(s, "&mesos.RateLimits{") if this.Limits != nil { - s = append(s, "Limits: "+fmt.Sprintf("%#v", this.Limits)+",\n") + vs := make([]*RateLimit, len(this.Limits)) + for i := range vs { + vs[i] = &this.Limits[i] + } + s = append(s, "Limits: "+fmt.Sprintf("%#v", vs)+",\n") } if this.AggregateDefaultQPS != nil { s = append(s, "AggregateDefaultQPS: "+valueToGoStringMesos(this.AggregateDefaultQPS, "float64")+",\n") @@ -26430,7 +25740,11 @@ func (this *NetworkInfo) GoString() string { s := make([]string, 0, 9) s = append(s, "&mesos.NetworkInfo{") if this.IPAddresses != nil { - s = append(s, "IPAddresses: "+fmt.Sprintf("%#v", this.IPAddresses)+",\n") + vs := make([]*NetworkInfo_IPAddress, len(this.IPAddresses)) + for i := range vs { + vs[i] = &this.IPAddresses[i] + } + s = append(s, "IPAddresses: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Name != nil { s = append(s, "Name: "+valueToGoStringMesos(this.Name, "string")+",\n") @@ -26442,7 +25756,11 @@ func (this *NetworkInfo) GoString() string { s = append(s, "Labels: "+fmt.Sprintf("%#v", this.Labels)+",\n") } if this.PortMappings != nil { - s = append(s, "PortMappings: "+fmt.Sprintf("%#v", this.PortMappings)+",\n") + vs := make([]*NetworkInfo_PortMapping, len(this.PortMappings)) + for i := range vs { + vs[i] = &this.PortMappings[i] + } + s = append(s, "PortMappings: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -26516,7 +25834,11 @@ func (this *RLimitInfo) GoString() string { s := make([]string, 0, 5) s = append(s, "&mesos.RLimitInfo{") if this.Rlimits != nil { - s = append(s, "Rlimits: "+fmt.Sprintf("%#v", this.Rlimits)+",\n") + vs := make([]*RLimitInfo_RLimit, len(this.Rlimits)) + for i := range vs { + vs[i] = &this.Rlimits[i] + } + s = append(s, "Rlimits: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -26570,7 +25892,11 @@ func (this *ContainerInfo) GoString() string { s = append(s, "Type: "+valueToGoStringMesos(this.Type, "ContainerInfo_Type")+",\n") } if this.Volumes != nil { - s = append(s, "Volumes: "+fmt.Sprintf("%#v", this.Volumes)+",\n") + vs := make([]*Volume, len(this.Volumes)) + for i := range vs { + vs[i] = &this.Volumes[i] + } + s = append(s, "Volumes: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Hostname != nil { s = append(s, "Hostname: "+valueToGoStringMesos(this.Hostname, "string")+",\n") @@ -26582,7 +25908,11 @@ func (this *ContainerInfo) GoString() string { s = append(s, "Mesos: "+fmt.Sprintf("%#v", this.Mesos)+",\n") } if this.NetworkInfos != nil { - s = append(s, "NetworkInfos: "+fmt.Sprintf("%#v", this.NetworkInfos)+",\n") + vs := make([]*NetworkInfo, len(this.NetworkInfos)) + for i := range vs { + vs[i] = &this.NetworkInfos[i] + } + s = append(s, "NetworkInfos: "+fmt.Sprintf("%#v", vs)+",\n") } if this.LinuxInfo != nil { s = append(s, "LinuxInfo: "+fmt.Sprintf("%#v", this.LinuxInfo)+",\n") @@ -26607,13 +25937,21 @@ func (this *ContainerInfo_DockerInfo) GoString() string { s = append(s, "Network: "+valueToGoStringMesos(this.Network, "ContainerInfo_DockerInfo_Network")+",\n") } if this.PortMappings != nil { - s = append(s, "PortMappings: "+fmt.Sprintf("%#v", this.PortMappings)+",\n") + vs := make([]*ContainerInfo_DockerInfo_PortMapping, len(this.PortMappings)) + for i := range vs { + vs[i] = &this.PortMappings[i] + } + s = append(s, "PortMappings: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Privileged != nil { s = append(s, "Privileged: "+valueToGoStringMesos(this.Privileged, "bool")+",\n") } if this.Parameters != nil { - s = append(s, "Parameters: "+fmt.Sprintf("%#v", this.Parameters)+",\n") + vs := make([]*Parameter, len(this.Parameters)) + for i := range vs { + vs[i] = &this.Parameters[i] + } + s = append(s, "Parameters: "+fmt.Sprintf("%#v", vs)+",\n") } if this.ForcePullImage != nil { s = append(s, "ForcePullImage: "+valueToGoStringMesos(this.ForcePullImage, "bool")+",\n") @@ -26660,7 +25998,11 @@ func (this *ContainerStatus) GoString() string { s = append(s, "ContainerID: "+fmt.Sprintf("%#v", this.ContainerID)+",\n") } if this.NetworkInfos != nil { - s = append(s, "NetworkInfos: "+fmt.Sprintf("%#v", this.NetworkInfos)+",\n") + vs := make([]*NetworkInfo, len(this.NetworkInfos)) + for i := range vs { + vs[i] = &this.NetworkInfos[i] + } + s = append(s, "NetworkInfos: "+fmt.Sprintf("%#v", vs)+",\n") } if this.CgroupInfo != nil { s = append(s, "CgroupInfo: "+fmt.Sprintf("%#v", this.CgroupInfo)+",\n") @@ -26732,22 +26074,46 @@ func (this *CgroupInfo_Blkio_CFQ_Statistics) GoString() string { s = append(s, "Time: "+valueToGoStringMesos(this.Time, "uint64")+",\n") } if this.IOServiced != nil { - s = append(s, "IOServiced: "+fmt.Sprintf("%#v", this.IOServiced)+",\n") + vs := make([]*CgroupInfo_Blkio_Value, len(this.IOServiced)) + for i := range vs { + vs[i] = &this.IOServiced[i] + } + s = append(s, "IOServiced: "+fmt.Sprintf("%#v", vs)+",\n") } if this.IOServiceBytes != nil { - s = append(s, "IOServiceBytes: "+fmt.Sprintf("%#v", this.IOServiceBytes)+",\n") + vs := make([]*CgroupInfo_Blkio_Value, len(this.IOServiceBytes)) + for i := range vs { + vs[i] = &this.IOServiceBytes[i] + } + s = append(s, "IOServiceBytes: "+fmt.Sprintf("%#v", vs)+",\n") } if this.IOServiceTime != nil { - s = append(s, "IOServiceTime: "+fmt.Sprintf("%#v", this.IOServiceTime)+",\n") + vs := make([]*CgroupInfo_Blkio_Value, len(this.IOServiceTime)) + for i := range vs { + vs[i] = &this.IOServiceTime[i] + } + s = append(s, "IOServiceTime: "+fmt.Sprintf("%#v", vs)+",\n") } if this.IOWaitTime != nil { - s = append(s, "IOWaitTime: "+fmt.Sprintf("%#v", this.IOWaitTime)+",\n") + vs := make([]*CgroupInfo_Blkio_Value, len(this.IOWaitTime)) + for i := range vs { + vs[i] = &this.IOWaitTime[i] + } + s = append(s, "IOWaitTime: "+fmt.Sprintf("%#v", vs)+",\n") } if this.IOMerged != nil { - s = append(s, "IOMerged: "+fmt.Sprintf("%#v", this.IOMerged)+",\n") + vs := make([]*CgroupInfo_Blkio_Value, len(this.IOMerged)) + for i := range vs { + vs[i] = &this.IOMerged[i] + } + s = append(s, "IOMerged: "+fmt.Sprintf("%#v", vs)+",\n") } if this.IOQueued != nil { - s = append(s, "IOQueued: "+fmt.Sprintf("%#v", this.IOQueued)+",\n") + vs := make([]*CgroupInfo_Blkio_Value, len(this.IOQueued)) + for i := range vs { + vs[i] = &this.IOQueued[i] + } + s = append(s, "IOQueued: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -26771,10 +26137,18 @@ func (this *CgroupInfo_Blkio_Throttling_Statistics) GoString() string { s = append(s, "Device: "+fmt.Sprintf("%#v", this.Device)+",\n") } if this.IOServiced != nil { - s = append(s, "IOServiced: "+fmt.Sprintf("%#v", this.IOServiced)+",\n") + vs := make([]*CgroupInfo_Blkio_Value, len(this.IOServiced)) + for i := range vs { + vs[i] = &this.IOServiced[i] + } + s = append(s, "IOServiced: "+fmt.Sprintf("%#v", vs)+",\n") } if this.IOServiceBytes != nil { - s = append(s, "IOServiceBytes: "+fmt.Sprintf("%#v", this.IOServiceBytes)+",\n") + vs := make([]*CgroupInfo_Blkio_Value, len(this.IOServiceBytes)) + for i := range vs { + vs[i] = &this.IOServiceBytes[i] + } + s = append(s, "IOServiceBytes: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -26786,10 +26160,18 @@ func (this *CgroupInfo_Blkio_Statistics) GoString() string { s := make([]string, 0, 7) s = append(s, "&mesos.CgroupInfo_Blkio_Statistics{") if this.CFQ != nil { - s = append(s, "CFQ: "+fmt.Sprintf("%#v", this.CFQ)+",\n") + vs := make([]*CgroupInfo_Blkio_CFQ_Statistics, len(this.CFQ)) + for i := range vs { + vs[i] = &this.CFQ[i] + } + s = append(s, "CFQ: "+fmt.Sprintf("%#v", vs)+",\n") } if this.CFQRecursive != nil { - s = append(s, "CFQRecursive: "+fmt.Sprintf("%#v", this.CFQRecursive)+",\n") + vs := make([]*CgroupInfo_Blkio_CFQ_Statistics, len(this.CFQRecursive)) + for i := range vs { + vs[i] = &this.CFQRecursive[i] + } + s = append(s, "CFQRecursive: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Throttling != nil { s = append(s, "Throttling: "+fmt.Sprintf("%#v", this.Throttling)+",\n") @@ -26816,7 +26198,11 @@ func (this *Labels) GoString() string { s := make([]string, 0, 5) s = append(s, "&mesos.Labels{") if this.Labels != nil { - s = append(s, "Labels: "+fmt.Sprintf("%#v", this.Labels)+",\n") + vs := make([]*Label, len(this.Labels)) + for i := range vs { + vs[i] = &this.Labels[i] + } + s = append(s, "Labels: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -26863,7 +26249,11 @@ func (this *Ports) GoString() string { s := make([]string, 0, 5) s = append(s, "&mesos.Ports{") if this.Ports != nil { - s = append(s, "Ports: "+fmt.Sprintf("%#v", this.Ports)+",\n") + vs := make([]*Port, len(this.Ports)) + for i := range vs { + vs[i] = &this.Ports[i] + } + s = append(s, "Ports: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -26959,10 +26349,18 @@ func (this *Role) GoString() string { s = append(s, "Name: "+fmt.Sprintf("%#v", this.Name)+",\n") s = append(s, "Weight: "+fmt.Sprintf("%#v", this.Weight)+",\n") if this.Frameworks != nil { - s = append(s, "Frameworks: "+fmt.Sprintf("%#v", this.Frameworks)+",\n") + vs := make([]*FrameworkID, len(this.Frameworks)) + for i := range vs { + vs[i] = &this.Frameworks[i] + } + s = append(s, "Frameworks: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Resources != nil { - s = append(s, "Resources: "+fmt.Sprintf("%#v", this.Resources)+",\n") + vs := make([]*Resource, len(this.Resources)) + for i := range vs { + vs[i] = &this.Resources[i] + } + s = append(s, "Resources: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -27074,7 +26472,11 @@ func (this *DeviceWhitelist) GoString() string { s := make([]string, 0, 5) s = append(s, "&mesos.DeviceWhitelist{") if this.AllowedDevices != nil { - s = append(s, "AllowedDevices: "+fmt.Sprintf("%#v", this.AllowedDevices)+",\n") + vs := make([]*DeviceAccess, len(this.AllowedDevices)) + for i := range vs { + vs[i] = &this.AllowedDevices[i] + } + s = append(s, "AllowedDevices: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -27523,7 +26925,8 @@ func (m *FrameworkInfo) MarshalTo(dAtA []byte) (int, error) { if m.FailoverTimeout != nil { dAtA[i] = 0x21 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.FailoverTimeout)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.FailoverTimeout)))) + i += 8 } if m.Checkpoint != nil { dAtA[i] = 0x28 @@ -27661,17 +27064,20 @@ func (m *CheckInfo) MarshalTo(dAtA []byte) (int, error) { if m.DelaySeconds != nil { dAtA[i] = 0x21 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.DelaySeconds)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.DelaySeconds)))) + i += 8 } if m.IntervalSeconds != nil { dAtA[i] = 0x29 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.IntervalSeconds)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.IntervalSeconds)))) + i += 8 } if m.TimeoutSeconds != nil { dAtA[i] = 0x31 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.TimeoutSeconds)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.TimeoutSeconds)))) + i += 8 } if m.TCP != nil { dAtA[i] = 0x3a @@ -27788,17 +27194,20 @@ func (m *HealthCheck) MarshalTo(dAtA []byte) (int, error) { if m.DelaySeconds != nil { dAtA[i] = 0x11 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.DelaySeconds)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.DelaySeconds)))) + i += 8 } if m.IntervalSeconds != nil { dAtA[i] = 0x19 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.IntervalSeconds)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.IntervalSeconds)))) + i += 8 } if m.TimeoutSeconds != nil { dAtA[i] = 0x21 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.TimeoutSeconds)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.TimeoutSeconds)))) + i += 8 } if m.ConsecutiveFailures != nil { dAtA[i] = 0x28 @@ -27808,7 +27217,8 @@ func (m *HealthCheck) MarshalTo(dAtA []byte) (int, error) { if m.GracePeriodSeconds != nil { dAtA[i] = 0x31 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.GracePeriodSeconds)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.GracePeriodSeconds)))) + i += 8 } if m.Command != nil { dAtA[i] = 0x3a @@ -28308,7 +27718,7 @@ func (m *MasterInfo) MarshalTo(dAtA []byte) (int, error) { i++ i = encodeVarintMesos(dAtA, i, uint64(m.IP)) if m.Port == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("port") + return 0, proto.NewRequiredNotSetError("port") } else { dAtA[i] = 0x18 i++ @@ -28573,7 +27983,8 @@ func (m *Value_Scalar) MarshalTo(dAtA []byte) (int, error) { _ = l dAtA[i] = 0x9 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(m.Value)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(m.Value)))) + i += 8 return i, nil } @@ -28771,7 +28182,7 @@ func (m *Resource) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMesos(dAtA, i, uint64(len(m.Name))) i += copy(dAtA[i:], m.Name) if m.Type == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("type") + return 0, proto.NewRequiredNotSetError("type") } else { dAtA[i] = 0x10 i++ @@ -28949,9 +28360,11 @@ func (m *Resource_ReservationInfo) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMesos(dAtA, i, uint64(len(*m.Role))) i += copy(dAtA[i:], *m.Role) } - dAtA[i] = 0x20 - i++ - i = encodeVarintMesos(dAtA, i, uint64(m.Type)) + if m.Type != nil { + dAtA[i] = 0x20 + i++ + i = encodeVarintMesos(dAtA, i, uint64(*m.Type)) + } return i, nil } @@ -29795,21 +29208,25 @@ func (m *ResourceStatistics) MarshalTo(dAtA []byte) (int, error) { _ = l dAtA[i] = 0x9 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(m.Timestamp)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(m.Timestamp)))) + i += 8 if m.CPUsUserTimeSecs != nil { dAtA[i] = 0x11 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.CPUsUserTimeSecs)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.CPUsUserTimeSecs)))) + i += 8 } if m.CPUsSystemTimeSecs != nil { dAtA[i] = 0x19 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.CPUsSystemTimeSecs)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.CPUsSystemTimeSecs)))) + i += 8 } if m.CPUsLimit != nil { dAtA[i] = 0x21 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.CPUsLimit)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.CPUsLimit)))) + i += 8 } if m.MemRSSBytes != nil { dAtA[i] = 0x28 @@ -29834,7 +29251,8 @@ func (m *ResourceStatistics) MarshalTo(dAtA []byte) (int, error) { if m.CPUsThrottledTimeSecs != nil { dAtA[i] = 0x49 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.CPUsThrottledTimeSecs)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.CPUsThrottledTimeSecs)))) + i += 8 } if m.MemFileBytes != nil { dAtA[i] = 0x50 @@ -29918,28 +29336,32 @@ func (m *ResourceStatistics) MarshalTo(dAtA []byte) (int, error) { i++ dAtA[i] = 0x1 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.NetTCPRttMicrosecsP50)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.NetTCPRttMicrosecsP50)))) + i += 8 } if m.NetTCPRttMicrosecsP90 != nil { dAtA[i] = 0xb9 i++ dAtA[i] = 0x1 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.NetTCPRttMicrosecsP90)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.NetTCPRttMicrosecsP90)))) + i += 8 } if m.NetTCPRttMicrosecsP95 != nil { dAtA[i] = 0xc1 i++ dAtA[i] = 0x1 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.NetTCPRttMicrosecsP95)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.NetTCPRttMicrosecsP95)))) + i += 8 } if m.NetTCPRttMicrosecsP99 != nil { dAtA[i] = 0xc9 i++ dAtA[i] = 0x1 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.NetTCPRttMicrosecsP99)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.NetTCPRttMicrosecsP99)))) + i += 8 } if m.DiskLimitBytes != nil { dAtA[i] = 0xd0 @@ -29960,14 +29382,16 @@ func (m *ResourceStatistics) MarshalTo(dAtA []byte) (int, error) { i++ dAtA[i] = 0x1 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.NetTCPActiveConnections)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.NetTCPActiveConnections)))) + i += 8 } if m.NetTCPTimeWaitConnections != nil { dAtA[i] = 0xe9 i++ dAtA[i] = 0x1 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.NetTCPTimeWaitConnections)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.NetTCPTimeWaitConnections)))) + i += 8 } if m.Processes != nil { dAtA[i] = 0xf0 @@ -30280,10 +29704,12 @@ func (m *PerfStatistics) MarshalTo(dAtA []byte) (int, error) { _ = l dAtA[i] = 0x9 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(m.Timestamp)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(m.Timestamp)))) + i += 8 dAtA[i] = 0x11 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(m.Duration)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(m.Duration)))) + i += 8 if m.Cycles != nil { dAtA[i] = 0x18 i++ @@ -30337,12 +29763,14 @@ func (m *PerfStatistics) MarshalTo(dAtA []byte) (int, error) { if m.CPUClock != nil { dAtA[i] = 0x69 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.CPUClock)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.CPUClock)))) + i += 8 } if m.TaskClock != nil { dAtA[i] = 0x71 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.TaskClock)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.TaskClock)))) + i += 8 } if m.PageFaults != nil { dAtA[i] = 0x78 @@ -31339,7 +30767,7 @@ func (m *Task) MarshalTo(dAtA []byte) (int, error) { } i += n104 if m.State == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("state") + return 0, proto.NewRequiredNotSetError("state") } else { dAtA[i] = 0x30 i++ @@ -31570,7 +30998,7 @@ func (m *TaskStatus) MarshalTo(dAtA []byte) (int, error) { } i += n111 if m.State == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("state") + return 0, proto.NewRequiredNotSetError("state") } else { dAtA[i] = 0x10 i++ @@ -31601,7 +31029,8 @@ func (m *TaskStatus) MarshalTo(dAtA []byte) (int, error) { if m.Timestamp != nil { dAtA[i] = 0x31 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.Timestamp)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.Timestamp)))) + i += 8 } if m.ExecutorID != nil { dAtA[i] = 0x3a @@ -31700,7 +31129,8 @@ func (m *Filters) MarshalTo(dAtA []byte) (int, error) { if m.RefuseSeconds != nil { dAtA[i] = 0x9 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.RefuseSeconds)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.RefuseSeconds)))) + i += 8 } return i, nil } @@ -31977,7 +31407,7 @@ func (m *Secret_Value) MarshalTo(dAtA []byte) (int, error) { var l int _ = l if m.Data == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("data") + return 0, proto.NewRequiredNotSetError("data") } else { dAtA[i] = 0xa i++ @@ -32005,7 +31435,8 @@ func (m *RateLimit) MarshalTo(dAtA []byte) (int, error) { if m.QPS != nil { dAtA[i] = 0x9 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.QPS)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.QPS)))) + i += 8 } dAtA[i] = 0x12 i++ @@ -32049,7 +31480,8 @@ func (m *RateLimits) MarshalTo(dAtA []byte) (int, error) { if m.AggregateDefaultQPS != nil { dAtA[i] = 0x11 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.AggregateDefaultQPS)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.AggregateDefaultQPS)))) + i += 8 } if m.AggregateDefaultCapacity != nil { dAtA[i] = 0x18 @@ -32075,7 +31507,7 @@ func (m *Image) MarshalTo(dAtA []byte) (int, error) { var l int _ = l if m.Type == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("type") + return 0, proto.NewRequiredNotSetError("type") } else { dAtA[i] = 0x8 i++ @@ -32220,7 +31652,7 @@ func (m *Volume) MarshalTo(dAtA []byte) (int, error) { i += copy(dAtA[i:], *m.HostPath) } if m.Mode == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("mode") + return 0, proto.NewRequiredNotSetError("mode") } else { dAtA[i] = 0x18 i++ @@ -32707,7 +32139,7 @@ func (m *ContainerInfo) MarshalTo(dAtA []byte) (int, error) { var l int _ = l if m.Type == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("type") + return 0, proto.NewRequiredNotSetError("type") } else { dAtA[i] = 0x8 i++ @@ -33553,7 +32985,8 @@ func (m *WeightInfo) MarshalTo(dAtA []byte) (int, error) { _ = l dAtA[i] = 0x9 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(m.Weight)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(m.Weight)))) + i += 8 if m.Role != nil { dAtA[i] = 0x12 i++ @@ -33591,7 +33024,8 @@ func (m *VersionInfo) MarshalTo(dAtA []byte) (int, error) { if m.BuildTime != nil { dAtA[i] = 0x19 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.BuildTime)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.BuildTime)))) + i += 8 } if m.BuildUser != nil { dAtA[i] = 0x22 @@ -33669,7 +33103,8 @@ func (m *Role) MarshalTo(dAtA []byte) (int, error) { i += copy(dAtA[i:], m.Name) dAtA[i] = 0x11 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(m.Weight)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(m.Weight)))) + i += 8 if len(m.Frameworks) > 0 { for _, msg := range m.Frameworks { dAtA[i] = 0x1a @@ -33719,7 +33154,8 @@ func (m *Metric) MarshalTo(dAtA []byte) (int, error) { if m.Value != nil { dAtA[i] = 0x11 i++ - i = encodeFixed64Mesos(dAtA, i, uint64(math.Float64bits(float64(*m.Value)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.Value)))) + i += 8 } return i, nil } @@ -33833,14 +33269,14 @@ func (m *Device_Number) MarshalTo(dAtA []byte) (int, error) { var l int _ = l if m.MajorNumber == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("major_number") + return 0, proto.NewRequiredNotSetError("major_number") } else { dAtA[i] = 0x8 i++ i = encodeVarintMesos(dAtA, i, uint64(*m.MajorNumber)) } if m.MinorNumber == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("minor_number") + return 0, proto.NewRequiredNotSetError("minor_number") } else { dAtA[i] = 0x10 i++ @@ -33961,24 +33397,6 @@ func (m *DeviceWhitelist) MarshalTo(dAtA []byte) (int, error) { return i, nil } -func encodeFixed64Mesos(dAtA []byte, offset int, v uint64) int { - dAtA[offset] = uint8(v) - dAtA[offset+1] = uint8(v >> 8) - dAtA[offset+2] = uint8(v >> 16) - dAtA[offset+3] = uint8(v >> 24) - dAtA[offset+4] = uint8(v >> 32) - dAtA[offset+5] = uint8(v >> 40) - dAtA[offset+6] = uint8(v >> 48) - dAtA[offset+7] = uint8(v >> 56) - return offset + 8 -} -func encodeFixed32Mesos(dAtA []byte, offset int, v uint32) int { - dAtA[offset] = uint8(v) - dAtA[offset+1] = uint8(v >> 8) - dAtA[offset+2] = uint8(v >> 16) - dAtA[offset+3] = uint8(v >> 24) - return offset + 4 -} func encodeVarintMesos(dAtA []byte, offset int, v uint64) int { for v >= 1<<7 { dAtA[offset] = uint8(v&0x7f | 0x80) @@ -34793,7 +34211,10 @@ func NewPopulatedResource_ReservationInfo(r randyMesos, easy bool) *Resource_Res v73 := string(randStringMesos(r)) this.Role = &v73 } - this.Type = Resource_ReservationInfo_Type([]int32{0, 1, 2}[r.Intn(3)]) + if r.Intn(10) != 0 { + v74 := Resource_ReservationInfo_Type([]int32{0, 1, 2}[r.Intn(3)]) + this.Type = &v74 + } if !easy && r.Intn(10) != 0 { } return this @@ -34819,8 +34240,8 @@ func NewPopulatedResource_DiskInfo_Persistence(r randyMesos, easy bool) *Resourc this := &Resource_DiskInfo_Persistence{} this.ID = string(randStringMesos(r)) if r.Intn(10) != 0 { - v74 := string(randStringMesos(r)) - this.Principal = &v74 + v75 := string(randStringMesos(r)) + this.Principal = &v75 } if !easy && r.Intn(10) != 0 { } @@ -34844,8 +34265,8 @@ func NewPopulatedResource_DiskInfo_Source(r randyMesos, easy bool) *Resource_Dis func NewPopulatedResource_DiskInfo_Source_Path(r randyMesos, easy bool) *Resource_DiskInfo_Source_Path { this := &Resource_DiskInfo_Source_Path{} if r.Intn(10) != 0 { - v75 := string(randStringMesos(r)) - this.Root = &v75 + v76 := string(randStringMesos(r)) + this.Root = &v76 } if !easy && r.Intn(10) != 0 { } @@ -34855,8 +34276,8 @@ func NewPopulatedResource_DiskInfo_Source_Path(r randyMesos, easy bool) *Resourc func NewPopulatedResource_DiskInfo_Source_Mount(r randyMesos, easy bool) *Resource_DiskInfo_Source_Mount { this := &Resource_DiskInfo_Source_Mount{} if r.Intn(10) != 0 { - v76 := string(randStringMesos(r)) - this.Root = &v76 + v77 := string(randStringMesos(r)) + this.Root = &v77 } if !easy && r.Intn(10) != 0 { } @@ -34880,41 +34301,41 @@ func NewPopulatedResource_SharedInfo(r randyMesos, easy bool) *Resource_SharedIn func NewPopulatedTrafficControlStatistics(r randyMesos, easy bool) *TrafficControlStatistics { this := &TrafficControlStatistics{} this.ID = string(randStringMesos(r)) - if r.Intn(10) != 0 { - v77 := uint64(uint64(r.Uint32())) - this.Backlog = &v77 - } if r.Intn(10) != 0 { v78 := uint64(uint64(r.Uint32())) - this.Bytes = &v78 + this.Backlog = &v78 } if r.Intn(10) != 0 { v79 := uint64(uint64(r.Uint32())) - this.Drops = &v79 + this.Bytes = &v79 } if r.Intn(10) != 0 { v80 := uint64(uint64(r.Uint32())) - this.Overlimits = &v80 + this.Drops = &v80 } if r.Intn(10) != 0 { v81 := uint64(uint64(r.Uint32())) - this.Packets = &v81 + this.Overlimits = &v81 } if r.Intn(10) != 0 { v82 := uint64(uint64(r.Uint32())) - this.Qlen = &v82 + this.Packets = &v82 } if r.Intn(10) != 0 { v83 := uint64(uint64(r.Uint32())) - this.RateBPS = &v83 + this.Qlen = &v83 } if r.Intn(10) != 0 { v84 := uint64(uint64(r.Uint32())) - this.RatePPS = &v84 + this.RateBPS = &v84 } if r.Intn(10) != 0 { v85 := uint64(uint64(r.Uint32())) - this.Requeues = &v85 + this.RatePPS = &v85 + } + if r.Intn(10) != 0 { + v86 := uint64(uint64(r.Uint32())) + this.Requeues = &v86 } if !easy && r.Intn(10) != 0 { } @@ -34923,138 +34344,138 @@ func NewPopulatedTrafficControlStatistics(r randyMesos, easy bool) *TrafficContr func NewPopulatedIpStatistics(r randyMesos, easy bool) *IpStatistics { this := &IpStatistics{} - if r.Intn(10) != 0 { - v86 := int64(r.Int63()) - if r.Intn(2) == 0 { - v86 *= -1 - } - this.Forwarding = &v86 - } if r.Intn(10) != 0 { v87 := int64(r.Int63()) if r.Intn(2) == 0 { v87 *= -1 } - this.DefaultTTL = &v87 + this.Forwarding = &v87 } if r.Intn(10) != 0 { v88 := int64(r.Int63()) if r.Intn(2) == 0 { v88 *= -1 } - this.InReceives = &v88 + this.DefaultTTL = &v88 } if r.Intn(10) != 0 { v89 := int64(r.Int63()) if r.Intn(2) == 0 { v89 *= -1 } - this.InHdrErrors = &v89 + this.InReceives = &v89 } if r.Intn(10) != 0 { v90 := int64(r.Int63()) if r.Intn(2) == 0 { v90 *= -1 } - this.InAddrErrors = &v90 + this.InHdrErrors = &v90 } if r.Intn(10) != 0 { v91 := int64(r.Int63()) if r.Intn(2) == 0 { v91 *= -1 } - this.ForwDatagrams = &v91 + this.InAddrErrors = &v91 } if r.Intn(10) != 0 { v92 := int64(r.Int63()) if r.Intn(2) == 0 { v92 *= -1 } - this.InUnknownProtos = &v92 + this.ForwDatagrams = &v92 } if r.Intn(10) != 0 { v93 := int64(r.Int63()) if r.Intn(2) == 0 { v93 *= -1 } - this.InDiscards = &v93 + this.InUnknownProtos = &v93 } if r.Intn(10) != 0 { v94 := int64(r.Int63()) if r.Intn(2) == 0 { v94 *= -1 } - this.InDelivers = &v94 + this.InDiscards = &v94 } if r.Intn(10) != 0 { v95 := int64(r.Int63()) if r.Intn(2) == 0 { v95 *= -1 } - this.OutRequests = &v95 + this.InDelivers = &v95 } if r.Intn(10) != 0 { v96 := int64(r.Int63()) if r.Intn(2) == 0 { v96 *= -1 } - this.OutDiscards = &v96 + this.OutRequests = &v96 } if r.Intn(10) != 0 { v97 := int64(r.Int63()) if r.Intn(2) == 0 { v97 *= -1 } - this.OutNoRoutes = &v97 + this.OutDiscards = &v97 } if r.Intn(10) != 0 { v98 := int64(r.Int63()) if r.Intn(2) == 0 { v98 *= -1 } - this.ReasmTimeout = &v98 + this.OutNoRoutes = &v98 } if r.Intn(10) != 0 { v99 := int64(r.Int63()) if r.Intn(2) == 0 { v99 *= -1 } - this.ReasmReqds = &v99 + this.ReasmTimeout = &v99 } if r.Intn(10) != 0 { v100 := int64(r.Int63()) if r.Intn(2) == 0 { v100 *= -1 } - this.ReasmOKs = &v100 + this.ReasmReqds = &v100 } if r.Intn(10) != 0 { v101 := int64(r.Int63()) if r.Intn(2) == 0 { v101 *= -1 } - this.ReasmFails = &v101 + this.ReasmOKs = &v101 } if r.Intn(10) != 0 { v102 := int64(r.Int63()) if r.Intn(2) == 0 { v102 *= -1 } - this.FragOKs = &v102 + this.ReasmFails = &v102 } if r.Intn(10) != 0 { v103 := int64(r.Int63()) if r.Intn(2) == 0 { v103 *= -1 } - this.FragFails = &v103 + this.FragOKs = &v103 } if r.Intn(10) != 0 { v104 := int64(r.Int63()) if r.Intn(2) == 0 { v104 *= -1 } - this.FragCreates = &v104 + this.FragFails = &v104 + } + if r.Intn(10) != 0 { + v105 := int64(r.Int63()) + if r.Intn(2) == 0 { + v105 *= -1 + } + this.FragCreates = &v105 } if !easy && r.Intn(10) != 0 { } @@ -35063,194 +34484,194 @@ func NewPopulatedIpStatistics(r randyMesos, easy bool) *IpStatistics { func NewPopulatedIcmpStatistics(r randyMesos, easy bool) *IcmpStatistics { this := &IcmpStatistics{} - if r.Intn(10) != 0 { - v105 := int64(r.Int63()) - if r.Intn(2) == 0 { - v105 *= -1 - } - this.InMsgs = &v105 - } if r.Intn(10) != 0 { v106 := int64(r.Int63()) if r.Intn(2) == 0 { v106 *= -1 } - this.InErrors = &v106 + this.InMsgs = &v106 } if r.Intn(10) != 0 { v107 := int64(r.Int63()) if r.Intn(2) == 0 { v107 *= -1 } - this.InCsumErrors = &v107 + this.InErrors = &v107 } if r.Intn(10) != 0 { v108 := int64(r.Int63()) if r.Intn(2) == 0 { v108 *= -1 } - this.InDestUnreachs = &v108 + this.InCsumErrors = &v108 } if r.Intn(10) != 0 { v109 := int64(r.Int63()) if r.Intn(2) == 0 { v109 *= -1 } - this.InTimeExcds = &v109 + this.InDestUnreachs = &v109 } if r.Intn(10) != 0 { v110 := int64(r.Int63()) if r.Intn(2) == 0 { v110 *= -1 } - this.InParmProbs = &v110 + this.InTimeExcds = &v110 } if r.Intn(10) != 0 { v111 := int64(r.Int63()) if r.Intn(2) == 0 { v111 *= -1 } - this.InSrcQuenchs = &v111 + this.InParmProbs = &v111 } if r.Intn(10) != 0 { v112 := int64(r.Int63()) if r.Intn(2) == 0 { v112 *= -1 } - this.InRedirects = &v112 + this.InSrcQuenchs = &v112 } if r.Intn(10) != 0 { v113 := int64(r.Int63()) if r.Intn(2) == 0 { v113 *= -1 } - this.InEchos = &v113 + this.InRedirects = &v113 } if r.Intn(10) != 0 { v114 := int64(r.Int63()) if r.Intn(2) == 0 { v114 *= -1 } - this.InEchoReps = &v114 + this.InEchos = &v114 } if r.Intn(10) != 0 { v115 := int64(r.Int63()) if r.Intn(2) == 0 { v115 *= -1 } - this.InTimestamps = &v115 + this.InEchoReps = &v115 } if r.Intn(10) != 0 { v116 := int64(r.Int63()) if r.Intn(2) == 0 { v116 *= -1 } - this.InTimestampReps = &v116 + this.InTimestamps = &v116 } if r.Intn(10) != 0 { v117 := int64(r.Int63()) if r.Intn(2) == 0 { v117 *= -1 } - this.InAddrMasks = &v117 + this.InTimestampReps = &v117 } if r.Intn(10) != 0 { v118 := int64(r.Int63()) if r.Intn(2) == 0 { v118 *= -1 } - this.InAddrMaskReps = &v118 + this.InAddrMasks = &v118 } if r.Intn(10) != 0 { v119 := int64(r.Int63()) if r.Intn(2) == 0 { v119 *= -1 } - this.OutMsgs = &v119 + this.InAddrMaskReps = &v119 } if r.Intn(10) != 0 { v120 := int64(r.Int63()) if r.Intn(2) == 0 { v120 *= -1 } - this.OutErrors = &v120 + this.OutMsgs = &v120 } if r.Intn(10) != 0 { v121 := int64(r.Int63()) if r.Intn(2) == 0 { v121 *= -1 } - this.OutDestUnreachs = &v121 + this.OutErrors = &v121 } if r.Intn(10) != 0 { v122 := int64(r.Int63()) if r.Intn(2) == 0 { v122 *= -1 } - this.OutTimeExcds = &v122 + this.OutDestUnreachs = &v122 } if r.Intn(10) != 0 { v123 := int64(r.Int63()) if r.Intn(2) == 0 { v123 *= -1 } - this.OutParmProbs = &v123 + this.OutTimeExcds = &v123 } if r.Intn(10) != 0 { v124 := int64(r.Int63()) if r.Intn(2) == 0 { v124 *= -1 } - this.OutSrcQuenchs = &v124 + this.OutParmProbs = &v124 } if r.Intn(10) != 0 { v125 := int64(r.Int63()) if r.Intn(2) == 0 { v125 *= -1 } - this.OutRedirects = &v125 + this.OutSrcQuenchs = &v125 } if r.Intn(10) != 0 { v126 := int64(r.Int63()) if r.Intn(2) == 0 { v126 *= -1 } - this.OutEchos = &v126 + this.OutRedirects = &v126 } if r.Intn(10) != 0 { v127 := int64(r.Int63()) if r.Intn(2) == 0 { v127 *= -1 } - this.OutEchoReps = &v127 + this.OutEchos = &v127 } if r.Intn(10) != 0 { v128 := int64(r.Int63()) if r.Intn(2) == 0 { v128 *= -1 } - this.OutTimestamps = &v128 + this.OutEchoReps = &v128 } if r.Intn(10) != 0 { v129 := int64(r.Int63()) if r.Intn(2) == 0 { v129 *= -1 } - this.OutTimestampReps = &v129 + this.OutTimestamps = &v129 } if r.Intn(10) != 0 { v130 := int64(r.Int63()) if r.Intn(2) == 0 { v130 *= -1 } - this.OutAddrMasks = &v130 + this.OutTimestampReps = &v130 } if r.Intn(10) != 0 { v131 := int64(r.Int63()) if r.Intn(2) == 0 { v131 *= -1 } - this.OutAddrMaskReps = &v131 + this.OutAddrMasks = &v131 + } + if r.Intn(10) != 0 { + v132 := int64(r.Int63()) + if r.Intn(2) == 0 { + v132 *= -1 + } + this.OutAddrMaskReps = &v132 } if !easy && r.Intn(10) != 0 { } @@ -35259,110 +34680,110 @@ func NewPopulatedIcmpStatistics(r randyMesos, easy bool) *IcmpStatistics { func NewPopulatedTcpStatistics(r randyMesos, easy bool) *TcpStatistics { this := &TcpStatistics{} - if r.Intn(10) != 0 { - v132 := int64(r.Int63()) - if r.Intn(2) == 0 { - v132 *= -1 - } - this.RtoAlgorithm = &v132 - } if r.Intn(10) != 0 { v133 := int64(r.Int63()) if r.Intn(2) == 0 { v133 *= -1 } - this.RtoMin = &v133 + this.RtoAlgorithm = &v133 } if r.Intn(10) != 0 { v134 := int64(r.Int63()) if r.Intn(2) == 0 { v134 *= -1 } - this.RtoMax = &v134 + this.RtoMin = &v134 } if r.Intn(10) != 0 { v135 := int64(r.Int63()) if r.Intn(2) == 0 { v135 *= -1 } - this.MaxConn = &v135 + this.RtoMax = &v135 } if r.Intn(10) != 0 { v136 := int64(r.Int63()) if r.Intn(2) == 0 { v136 *= -1 } - this.ActiveOpens = &v136 + this.MaxConn = &v136 } if r.Intn(10) != 0 { v137 := int64(r.Int63()) if r.Intn(2) == 0 { v137 *= -1 } - this.PassiveOpens = &v137 + this.ActiveOpens = &v137 } if r.Intn(10) != 0 { v138 := int64(r.Int63()) if r.Intn(2) == 0 { v138 *= -1 } - this.AttemptFails = &v138 + this.PassiveOpens = &v138 } if r.Intn(10) != 0 { v139 := int64(r.Int63()) if r.Intn(2) == 0 { v139 *= -1 } - this.EstabResets = &v139 + this.AttemptFails = &v139 } if r.Intn(10) != 0 { v140 := int64(r.Int63()) if r.Intn(2) == 0 { v140 *= -1 } - this.CurrEstab = &v140 + this.EstabResets = &v140 } if r.Intn(10) != 0 { v141 := int64(r.Int63()) if r.Intn(2) == 0 { v141 *= -1 } - this.InSegs = &v141 + this.CurrEstab = &v141 } if r.Intn(10) != 0 { v142 := int64(r.Int63()) if r.Intn(2) == 0 { v142 *= -1 } - this.OutSegs = &v142 + this.InSegs = &v142 } if r.Intn(10) != 0 { v143 := int64(r.Int63()) if r.Intn(2) == 0 { v143 *= -1 } - this.RetransSegs = &v143 + this.OutSegs = &v143 } if r.Intn(10) != 0 { v144 := int64(r.Int63()) if r.Intn(2) == 0 { v144 *= -1 } - this.InErrs = &v144 + this.RetransSegs = &v144 } if r.Intn(10) != 0 { v145 := int64(r.Int63()) if r.Intn(2) == 0 { v145 *= -1 } - this.OutRsts = &v145 + this.InErrs = &v145 } if r.Intn(10) != 0 { v146 := int64(r.Int63()) if r.Intn(2) == 0 { v146 *= -1 } - this.InCsumErrors = &v146 + this.OutRsts = &v146 + } + if r.Intn(10) != 0 { + v147 := int64(r.Int63()) + if r.Intn(2) == 0 { + v147 *= -1 + } + this.InCsumErrors = &v147 } if !easy && r.Intn(10) != 0 { } @@ -35371,61 +34792,61 @@ func NewPopulatedTcpStatistics(r randyMesos, easy bool) *TcpStatistics { func NewPopulatedUdpStatistics(r randyMesos, easy bool) *UdpStatistics { this := &UdpStatistics{} - if r.Intn(10) != 0 { - v147 := int64(r.Int63()) - if r.Intn(2) == 0 { - v147 *= -1 - } - this.InDatagrams = &v147 - } if r.Intn(10) != 0 { v148 := int64(r.Int63()) if r.Intn(2) == 0 { v148 *= -1 } - this.NoPorts = &v148 + this.InDatagrams = &v148 } if r.Intn(10) != 0 { v149 := int64(r.Int63()) if r.Intn(2) == 0 { v149 *= -1 } - this.InErrors = &v149 + this.NoPorts = &v149 } if r.Intn(10) != 0 { v150 := int64(r.Int63()) if r.Intn(2) == 0 { v150 *= -1 } - this.OutDatagrams = &v150 + this.InErrors = &v150 } if r.Intn(10) != 0 { v151 := int64(r.Int63()) if r.Intn(2) == 0 { v151 *= -1 } - this.RcvbufErrors = &v151 + this.OutDatagrams = &v151 } if r.Intn(10) != 0 { v152 := int64(r.Int63()) if r.Intn(2) == 0 { v152 *= -1 } - this.SndbufErrors = &v152 + this.RcvbufErrors = &v152 } if r.Intn(10) != 0 { v153 := int64(r.Int63()) if r.Intn(2) == 0 { v153 *= -1 } - this.InCsumErrors = &v153 + this.SndbufErrors = &v153 } if r.Intn(10) != 0 { v154 := int64(r.Int63()) if r.Intn(2) == 0 { v154 *= -1 } - this.IgnoredMulti = &v154 + this.InCsumErrors = &v154 + } + if r.Intn(10) != 0 { + v155 := int64(r.Int63()) + if r.Intn(2) == 0 { + v155 *= -1 + } + this.IgnoredMulti = &v155 } if !easy && r.Intn(10) != 0 { } @@ -35460,12 +34881,12 @@ func NewPopulatedDiskStatistics(r randyMesos, easy bool) *DiskStatistics { this.Persistence = NewPopulatedResource_DiskInfo_Persistence(r, easy) } if r.Intn(10) != 0 { - v155 := uint64(uint64(r.Uint32())) - this.LimitBytes = &v155 + v156 := uint64(uint64(r.Uint32())) + this.LimitBytes = &v156 } if r.Intn(10) != 0 { - v156 := uint64(uint64(r.Uint32())) - this.UsedBytes = &v156 + v157 := uint64(uint64(r.Uint32())) + this.UsedBytes = &v157 } if !easy && r.Intn(10) != 0 { } @@ -35478,208 +34899,208 @@ func NewPopulatedResourceStatistics(r randyMesos, easy bool) *ResourceStatistics if r.Intn(2) == 0 { this.Timestamp *= -1 } - if r.Intn(10) != 0 { - v157 := float64(r.Float64()) - if r.Intn(2) == 0 { - v157 *= -1 - } - this.CPUsUserTimeSecs = &v157 - } if r.Intn(10) != 0 { v158 := float64(r.Float64()) if r.Intn(2) == 0 { v158 *= -1 } - this.CPUsSystemTimeSecs = &v158 + this.CPUsUserTimeSecs = &v158 } if r.Intn(10) != 0 { v159 := float64(r.Float64()) if r.Intn(2) == 0 { v159 *= -1 } - this.CPUsLimit = &v159 + this.CPUsSystemTimeSecs = &v159 } if r.Intn(10) != 0 { - v160 := uint64(uint64(r.Uint32())) - this.MemRSSBytes = &v160 + v160 := float64(r.Float64()) + if r.Intn(2) == 0 { + v160 *= -1 + } + this.CPUsLimit = &v160 } if r.Intn(10) != 0 { v161 := uint64(uint64(r.Uint32())) - this.MemLimitBytes = &v161 + this.MemRSSBytes = &v161 } if r.Intn(10) != 0 { - v162 := uint32(r.Uint32()) - this.CPUsNrPeriods = &v162 + v162 := uint64(uint64(r.Uint32())) + this.MemLimitBytes = &v162 } if r.Intn(10) != 0 { v163 := uint32(r.Uint32()) - this.CPUsNrThrottled = &v163 + this.CPUsNrPeriods = &v163 } if r.Intn(10) != 0 { - v164 := float64(r.Float64()) - if r.Intn(2) == 0 { - v164 *= -1 - } - this.CPUsThrottledTimeSecs = &v164 + v164 := uint32(r.Uint32()) + this.CPUsNrThrottled = &v164 } if r.Intn(10) != 0 { - v165 := uint64(uint64(r.Uint32())) - this.MemFileBytes = &v165 + v165 := float64(r.Float64()) + if r.Intn(2) == 0 { + v165 *= -1 + } + this.CPUsThrottledTimeSecs = &v165 } if r.Intn(10) != 0 { v166 := uint64(uint64(r.Uint32())) - this.MemAnonBytes = &v166 + this.MemFileBytes = &v166 } if r.Intn(10) != 0 { v167 := uint64(uint64(r.Uint32())) - this.MemMappedFileBytes = &v167 + this.MemAnonBytes = &v167 } if r.Intn(10) != 0 { - this.Perf = NewPopulatedPerfStatistics(r, easy) + v168 := uint64(uint64(r.Uint32())) + this.MemMappedFileBytes = &v168 } if r.Intn(10) != 0 { - v168 := uint64(uint64(r.Uint32())) - this.NetRxPackets = &v168 + this.Perf = NewPopulatedPerfStatistics(r, easy) } if r.Intn(10) != 0 { v169 := uint64(uint64(r.Uint32())) - this.NetRxBytes = &v169 + this.NetRxPackets = &v169 } if r.Intn(10) != 0 { v170 := uint64(uint64(r.Uint32())) - this.NetRxErrors = &v170 + this.NetRxBytes = &v170 } if r.Intn(10) != 0 { v171 := uint64(uint64(r.Uint32())) - this.NetRxDropped = &v171 + this.NetRxErrors = &v171 } if r.Intn(10) != 0 { v172 := uint64(uint64(r.Uint32())) - this.NetTxPackets = &v172 + this.NetRxDropped = &v172 } if r.Intn(10) != 0 { v173 := uint64(uint64(r.Uint32())) - this.NetTxBytes = &v173 + this.NetTxPackets = &v173 } if r.Intn(10) != 0 { v174 := uint64(uint64(r.Uint32())) - this.NetTxErrors = &v174 + this.NetTxBytes = &v174 } if r.Intn(10) != 0 { v175 := uint64(uint64(r.Uint32())) - this.NetTxDropped = &v175 + this.NetTxErrors = &v175 } if r.Intn(10) != 0 { - v176 := float64(r.Float64()) - if r.Intn(2) == 0 { - v176 *= -1 - } - this.NetTCPRttMicrosecsP50 = &v176 + v176 := uint64(uint64(r.Uint32())) + this.NetTxDropped = &v176 } if r.Intn(10) != 0 { v177 := float64(r.Float64()) if r.Intn(2) == 0 { v177 *= -1 } - this.NetTCPRttMicrosecsP90 = &v177 + this.NetTCPRttMicrosecsP50 = &v177 } if r.Intn(10) != 0 { v178 := float64(r.Float64()) if r.Intn(2) == 0 { v178 *= -1 } - this.NetTCPRttMicrosecsP95 = &v178 + this.NetTCPRttMicrosecsP90 = &v178 } if r.Intn(10) != 0 { v179 := float64(r.Float64()) if r.Intn(2) == 0 { v179 *= -1 } - this.NetTCPRttMicrosecsP99 = &v179 + this.NetTCPRttMicrosecsP95 = &v179 } if r.Intn(10) != 0 { - v180 := uint64(uint64(r.Uint32())) - this.DiskLimitBytes = &v180 + v180 := float64(r.Float64()) + if r.Intn(2) == 0 { + v180 *= -1 + } + this.NetTCPRttMicrosecsP99 = &v180 } if r.Intn(10) != 0 { v181 := uint64(uint64(r.Uint32())) - this.DiskUsedBytes = &v181 + this.DiskLimitBytes = &v181 } if r.Intn(10) != 0 { - v182 := float64(r.Float64()) - if r.Intn(2) == 0 { - v182 *= -1 - } - this.NetTCPActiveConnections = &v182 + v182 := uint64(uint64(r.Uint32())) + this.DiskUsedBytes = &v182 } if r.Intn(10) != 0 { v183 := float64(r.Float64()) if r.Intn(2) == 0 { v183 *= -1 } - this.NetTCPTimeWaitConnections = &v183 + this.NetTCPActiveConnections = &v183 } if r.Intn(10) != 0 { - v184 := uint32(r.Uint32()) - this.Processes = &v184 + v184 := float64(r.Float64()) + if r.Intn(2) == 0 { + v184 *= -1 + } + this.NetTCPTimeWaitConnections = &v184 } if r.Intn(10) != 0 { v185 := uint32(r.Uint32()) - this.Threads = &v185 + this.Processes = &v185 } if r.Intn(10) != 0 { - v186 := uint64(uint64(r.Uint32())) - this.MemLowPressureCounter = &v186 + v186 := uint32(r.Uint32()) + this.Threads = &v186 } if r.Intn(10) != 0 { v187 := uint64(uint64(r.Uint32())) - this.MemMediumPressureCounter = &v187 + this.MemLowPressureCounter = &v187 } if r.Intn(10) != 0 { v188 := uint64(uint64(r.Uint32())) - this.MemCriticalPressureCounter = &v188 + this.MemMediumPressureCounter = &v188 } if r.Intn(10) != 0 { - v189 := r.Intn(5) - this.NetTrafficControlStatistics = make([]TrafficControlStatistics, v189) - for i := 0; i < v189; i++ { - v190 := NewPopulatedTrafficControlStatistics(r, easy) - this.NetTrafficControlStatistics[i] = *v190 - } + v189 := uint64(uint64(r.Uint32())) + this.MemCriticalPressureCounter = &v189 } if r.Intn(10) != 0 { - v191 := uint64(uint64(r.Uint32())) - this.MemTotalBytes = &v191 + v190 := r.Intn(5) + this.NetTrafficControlStatistics = make([]TrafficControlStatistics, v190) + for i := 0; i < v190; i++ { + v191 := NewPopulatedTrafficControlStatistics(r, easy) + this.NetTrafficControlStatistics[i] = *v191 + } } if r.Intn(10) != 0 { v192 := uint64(uint64(r.Uint32())) - this.MemTotalMemswBytes = &v192 + this.MemTotalBytes = &v192 } if r.Intn(10) != 0 { v193 := uint64(uint64(r.Uint32())) - this.MemSoftLimitBytes = &v193 + this.MemTotalMemswBytes = &v193 } if r.Intn(10) != 0 { v194 := uint64(uint64(r.Uint32())) - this.MemCacheBytes = &v194 + this.MemSoftLimitBytes = &v194 } if r.Intn(10) != 0 { v195 := uint64(uint64(r.Uint32())) - this.MemSwapBytes = &v195 + this.MemCacheBytes = &v195 } if r.Intn(10) != 0 { v196 := uint64(uint64(r.Uint32())) - this.MemUnevictableBytes = &v196 + this.MemSwapBytes = &v196 + } + if r.Intn(10) != 0 { + v197 := uint64(uint64(r.Uint32())) + this.MemUnevictableBytes = &v197 } if r.Intn(10) != 0 { this.NetSNMPStatistics = NewPopulatedSNMPStatistics(r, easy) } if r.Intn(10) != 0 { - v197 := r.Intn(5) - this.DiskStatistics = make([]DiskStatistics, v197) - for i := 0; i < v197; i++ { - v198 := NewPopulatedDiskStatistics(r, easy) - this.DiskStatistics[i] = *v198 + v198 := r.Intn(5) + this.DiskStatistics = make([]DiskStatistics, v198) + for i := 0; i < v198; i++ { + v199 := NewPopulatedDiskStatistics(r, easy) + this.DiskStatistics[i] = *v199 } } if r.Intn(10) != 0 { @@ -35693,19 +35114,19 @@ func NewPopulatedResourceStatistics(r randyMesos, easy bool) *ResourceStatistics func NewPopulatedResourceUsage(r randyMesos, easy bool) *ResourceUsage { this := &ResourceUsage{} if r.Intn(10) == 0 { - v199 := r.Intn(5) - this.Executors = make([]ResourceUsage_Executor, v199) - for i := 0; i < v199; i++ { - v200 := NewPopulatedResourceUsage_Executor(r, easy) - this.Executors[i] = *v200 + v200 := r.Intn(5) + this.Executors = make([]ResourceUsage_Executor, v200) + for i := 0; i < v200; i++ { + v201 := NewPopulatedResourceUsage_Executor(r, easy) + this.Executors[i] = *v201 } } if r.Intn(10) != 0 { - v201 := r.Intn(5) - this.Total = make([]Resource, v201) - for i := 0; i < v201; i++ { - v202 := NewPopulatedResource(r, easy) - this.Total[i] = *v202 + v202 := r.Intn(5) + this.Total = make([]Resource, v202) + for i := 0; i < v202; i++ { + v203 := NewPopulatedResource(r, easy) + this.Total[i] = *v203 } } if !easy && r.Intn(10) != 0 { @@ -35715,27 +35136,27 @@ func NewPopulatedResourceUsage(r randyMesos, easy bool) *ResourceUsage { func NewPopulatedResourceUsage_Executor(r randyMesos, easy bool) *ResourceUsage_Executor { this := &ResourceUsage_Executor{} - v203 := NewPopulatedExecutorInfo(r, easy) - this.ExecutorInfo = *v203 + v204 := NewPopulatedExecutorInfo(r, easy) + this.ExecutorInfo = *v204 if r.Intn(10) != 0 { - v204 := r.Intn(5) - this.Allocated = make([]Resource, v204) - for i := 0; i < v204; i++ { - v205 := NewPopulatedResource(r, easy) - this.Allocated[i] = *v205 + v205 := r.Intn(5) + this.Allocated = make([]Resource, v205) + for i := 0; i < v205; i++ { + v206 := NewPopulatedResource(r, easy) + this.Allocated[i] = *v206 } } if r.Intn(10) != 0 { this.Statistics = NewPopulatedResourceStatistics(r, easy) } - v206 := NewPopulatedContainerID(r, easy) - this.ContainerID = *v206 + v207 := NewPopulatedContainerID(r, easy) + this.ContainerID = *v207 if r.Intn(10) != 0 { - v207 := r.Intn(5) - this.Tasks = make([]ResourceUsage_Executor_Task, v207) - for i := 0; i < v207; i++ { - v208 := NewPopulatedResourceUsage_Executor_Task(r, easy) - this.Tasks[i] = *v208 + v208 := r.Intn(5) + this.Tasks = make([]ResourceUsage_Executor_Task, v208) + for i := 0; i < v208; i++ { + v209 := NewPopulatedResourceUsage_Executor_Task(r, easy) + this.Tasks[i] = *v209 } } if !easy && r.Intn(10) != 0 { @@ -35746,14 +35167,14 @@ func NewPopulatedResourceUsage_Executor(r randyMesos, easy bool) *ResourceUsage_ func NewPopulatedResourceUsage_Executor_Task(r randyMesos, easy bool) *ResourceUsage_Executor_Task { this := &ResourceUsage_Executor_Task{} this.Name = string(randStringMesos(r)) - v209 := NewPopulatedTaskID(r, easy) - this.ID = *v209 + v210 := NewPopulatedTaskID(r, easy) + this.ID = *v210 if r.Intn(10) != 0 { - v210 := r.Intn(5) - this.Resources = make([]Resource, v210) - for i := 0; i < v210; i++ { - v211 := NewPopulatedResource(r, easy) - this.Resources[i] = *v211 + v211 := r.Intn(5) + this.Resources = make([]Resource, v211) + for i := 0; i < v211; i++ { + v212 := NewPopulatedResource(r, easy) + this.Resources[i] = *v212 } } if r.Intn(10) != 0 { @@ -35774,215 +35195,215 @@ func NewPopulatedPerfStatistics(r randyMesos, easy bool) *PerfStatistics { if r.Intn(2) == 0 { this.Duration *= -1 } - if r.Intn(10) != 0 { - v212 := uint64(uint64(r.Uint32())) - this.Cycles = &v212 - } if r.Intn(10) != 0 { v213 := uint64(uint64(r.Uint32())) - this.StalledCyclesFrontend = &v213 + this.Cycles = &v213 } if r.Intn(10) != 0 { v214 := uint64(uint64(r.Uint32())) - this.StalledCyclesBackend = &v214 + this.StalledCyclesFrontend = &v214 } if r.Intn(10) != 0 { v215 := uint64(uint64(r.Uint32())) - this.Instructions = &v215 + this.StalledCyclesBackend = &v215 } if r.Intn(10) != 0 { v216 := uint64(uint64(r.Uint32())) - this.CacheReferences = &v216 + this.Instructions = &v216 } if r.Intn(10) != 0 { v217 := uint64(uint64(r.Uint32())) - this.CacheMisses = &v217 + this.CacheReferences = &v217 } if r.Intn(10) != 0 { v218 := uint64(uint64(r.Uint32())) - this.Branches = &v218 + this.CacheMisses = &v218 } if r.Intn(10) != 0 { v219 := uint64(uint64(r.Uint32())) - this.BranchMisses = &v219 + this.Branches = &v219 } if r.Intn(10) != 0 { v220 := uint64(uint64(r.Uint32())) - this.BusCycles = &v220 + this.BranchMisses = &v220 } if r.Intn(10) != 0 { v221 := uint64(uint64(r.Uint32())) - this.RefCycles = &v221 + this.BusCycles = &v221 } if r.Intn(10) != 0 { - v222 := float64(r.Float64()) - if r.Intn(2) == 0 { - v222 *= -1 - } - this.CPUClock = &v222 + v222 := uint64(uint64(r.Uint32())) + this.RefCycles = &v222 } if r.Intn(10) != 0 { v223 := float64(r.Float64()) if r.Intn(2) == 0 { v223 *= -1 } - this.TaskClock = &v223 + this.CPUClock = &v223 } if r.Intn(10) != 0 { - v224 := uint64(uint64(r.Uint32())) - this.PageFaults = &v224 + v224 := float64(r.Float64()) + if r.Intn(2) == 0 { + v224 *= -1 + } + this.TaskClock = &v224 } if r.Intn(10) != 0 { v225 := uint64(uint64(r.Uint32())) - this.MinorFaults = &v225 + this.PageFaults = &v225 } if r.Intn(10) != 0 { v226 := uint64(uint64(r.Uint32())) - this.MajorFaults = &v226 + this.MinorFaults = &v226 } if r.Intn(10) != 0 { v227 := uint64(uint64(r.Uint32())) - this.ContextSwitches = &v227 + this.MajorFaults = &v227 } if r.Intn(10) != 0 { v228 := uint64(uint64(r.Uint32())) - this.CPUMigrations = &v228 + this.ContextSwitches = &v228 } if r.Intn(10) != 0 { v229 := uint64(uint64(r.Uint32())) - this.AlignmentFaults = &v229 + this.CPUMigrations = &v229 } if r.Intn(10) != 0 { v230 := uint64(uint64(r.Uint32())) - this.EmulationFaults = &v230 + this.AlignmentFaults = &v230 } if r.Intn(10) != 0 { v231 := uint64(uint64(r.Uint32())) - this.L1DcacheLoads = &v231 + this.EmulationFaults = &v231 } if r.Intn(10) != 0 { v232 := uint64(uint64(r.Uint32())) - this.L1DcacheLoadMisses = &v232 + this.L1DcacheLoads = &v232 } if r.Intn(10) != 0 { v233 := uint64(uint64(r.Uint32())) - this.L1DcacheStores = &v233 + this.L1DcacheLoadMisses = &v233 } if r.Intn(10) != 0 { v234 := uint64(uint64(r.Uint32())) - this.L1DcacheStoreMisses = &v234 + this.L1DcacheStores = &v234 } if r.Intn(10) != 0 { v235 := uint64(uint64(r.Uint32())) - this.L1DcachePrefetches = &v235 + this.L1DcacheStoreMisses = &v235 } if r.Intn(10) != 0 { v236 := uint64(uint64(r.Uint32())) - this.L1DcachePrefetchMisses = &v236 + this.L1DcachePrefetches = &v236 } if r.Intn(10) != 0 { v237 := uint64(uint64(r.Uint32())) - this.L1IcacheLoads = &v237 + this.L1DcachePrefetchMisses = &v237 } if r.Intn(10) != 0 { v238 := uint64(uint64(r.Uint32())) - this.L1IcacheLoadMisses = &v238 + this.L1IcacheLoads = &v238 } if r.Intn(10) != 0 { v239 := uint64(uint64(r.Uint32())) - this.L1IcachePrefetches = &v239 + this.L1IcacheLoadMisses = &v239 } if r.Intn(10) != 0 { v240 := uint64(uint64(r.Uint32())) - this.L1IcachePrefetchMisses = &v240 + this.L1IcachePrefetches = &v240 } if r.Intn(10) != 0 { v241 := uint64(uint64(r.Uint32())) - this.LLCLoads = &v241 + this.L1IcachePrefetchMisses = &v241 } if r.Intn(10) != 0 { v242 := uint64(uint64(r.Uint32())) - this.LLCLoadMisses = &v242 + this.LLCLoads = &v242 } if r.Intn(10) != 0 { v243 := uint64(uint64(r.Uint32())) - this.LLCStores = &v243 + this.LLCLoadMisses = &v243 } if r.Intn(10) != 0 { v244 := uint64(uint64(r.Uint32())) - this.LLCStoreMisses = &v244 + this.LLCStores = &v244 } if r.Intn(10) != 0 { v245 := uint64(uint64(r.Uint32())) - this.LLCPrefetches = &v245 + this.LLCStoreMisses = &v245 } if r.Intn(10) != 0 { v246 := uint64(uint64(r.Uint32())) - this.LLCPrefetchMisses = &v246 + this.LLCPrefetches = &v246 } if r.Intn(10) != 0 { v247 := uint64(uint64(r.Uint32())) - this.DTLBLoads = &v247 + this.LLCPrefetchMisses = &v247 } if r.Intn(10) != 0 { v248 := uint64(uint64(r.Uint32())) - this.DTLBLoadMisses = &v248 + this.DTLBLoads = &v248 } if r.Intn(10) != 0 { v249 := uint64(uint64(r.Uint32())) - this.DTLBStores = &v249 + this.DTLBLoadMisses = &v249 } if r.Intn(10) != 0 { v250 := uint64(uint64(r.Uint32())) - this.DTLBStoreMisses = &v250 + this.DTLBStores = &v250 } if r.Intn(10) != 0 { v251 := uint64(uint64(r.Uint32())) - this.DTLBPrefetches = &v251 + this.DTLBStoreMisses = &v251 } if r.Intn(10) != 0 { v252 := uint64(uint64(r.Uint32())) - this.DTLBPrefetchMisses = &v252 + this.DTLBPrefetches = &v252 } if r.Intn(10) != 0 { v253 := uint64(uint64(r.Uint32())) - this.ITLBLoads = &v253 + this.DTLBPrefetchMisses = &v253 } if r.Intn(10) != 0 { v254 := uint64(uint64(r.Uint32())) - this.ITLBLoadMisses = &v254 + this.ITLBLoads = &v254 } if r.Intn(10) != 0 { v255 := uint64(uint64(r.Uint32())) - this.BranchLoads = &v255 + this.ITLBLoadMisses = &v255 } if r.Intn(10) != 0 { v256 := uint64(uint64(r.Uint32())) - this.BranchLoadMisses = &v256 + this.BranchLoads = &v256 } if r.Intn(10) != 0 { v257 := uint64(uint64(r.Uint32())) - this.NodeLoads = &v257 + this.BranchLoadMisses = &v257 } if r.Intn(10) != 0 { v258 := uint64(uint64(r.Uint32())) - this.NodeLoadMisses = &v258 + this.NodeLoads = &v258 } if r.Intn(10) != 0 { v259 := uint64(uint64(r.Uint32())) - this.NodeStores = &v259 + this.NodeLoadMisses = &v259 } if r.Intn(10) != 0 { v260 := uint64(uint64(r.Uint32())) - this.NodeStoreMisses = &v260 + this.NodeStores = &v260 } if r.Intn(10) != 0 { v261 := uint64(uint64(r.Uint32())) - this.NodePrefetches = &v261 + this.NodeStoreMisses = &v261 } if r.Intn(10) != 0 { v262 := uint64(uint64(r.Uint32())) - this.NodePrefetchMisses = &v262 + this.NodePrefetches = &v262 + } + if r.Intn(10) != 0 { + v263 := uint64(uint64(r.Uint32())) + this.NodePrefetchMisses = &v263 } if !easy && r.Intn(10) != 0 { } @@ -35995,11 +35416,11 @@ func NewPopulatedRequest(r randyMesos, easy bool) *Request { this.AgentID = NewPopulatedAgentID(r, easy) } if r.Intn(10) != 0 { - v263 := r.Intn(5) - this.Resources = make([]Resource, v263) - for i := 0; i < v263; i++ { - v264 := NewPopulatedResource(r, easy) - this.Resources[i] = *v264 + v264 := r.Intn(5) + this.Resources = make([]Resource, v264) + for i := 0; i < v264; i++ { + v265 := NewPopulatedResource(r, easy) + this.Resources[i] = *v265 } } if !easy && r.Intn(10) != 0 { @@ -36009,35 +35430,35 @@ func NewPopulatedRequest(r randyMesos, easy bool) *Request { func NewPopulatedOffer(r randyMesos, easy bool) *Offer { this := &Offer{} - v265 := NewPopulatedOfferID(r, easy) - this.ID = *v265 - v266 := NewPopulatedFrameworkID(r, easy) - this.FrameworkID = *v266 - v267 := NewPopulatedAgentID(r, easy) - this.AgentID = *v267 + v266 := NewPopulatedOfferID(r, easy) + this.ID = *v266 + v267 := NewPopulatedFrameworkID(r, easy) + this.FrameworkID = *v267 + v268 := NewPopulatedAgentID(r, easy) + this.AgentID = *v268 this.Hostname = string(randStringMesos(r)) if r.Intn(10) != 0 { - v268 := r.Intn(5) - this.Resources = make([]Resource, v268) - for i := 0; i < v268; i++ { - v269 := NewPopulatedResource(r, easy) - this.Resources[i] = *v269 + v269 := r.Intn(5) + this.Resources = make([]Resource, v269) + for i := 0; i < v269; i++ { + v270 := NewPopulatedResource(r, easy) + this.Resources[i] = *v270 } } if r.Intn(10) != 0 { - v270 := r.Intn(5) - this.ExecutorIDs = make([]ExecutorID, v270) - for i := 0; i < v270; i++ { - v271 := NewPopulatedExecutorID(r, easy) - this.ExecutorIDs[i] = *v271 + v271 := r.Intn(5) + this.ExecutorIDs = make([]ExecutorID, v271) + for i := 0; i < v271; i++ { + v272 := NewPopulatedExecutorID(r, easy) + this.ExecutorIDs[i] = *v272 } } if r.Intn(10) != 0 { - v272 := r.Intn(5) - this.Attributes = make([]Attribute, v272) - for i := 0; i < v272; i++ { - v273 := NewPopulatedAttribute(r, easy) - this.Attributes[i] = *v273 + v273 := r.Intn(5) + this.Attributes = make([]Attribute, v273) + for i := 0; i < v273; i++ { + v274 := NewPopulatedAttribute(r, easy) + this.Attributes[i] = *v274 } } if r.Intn(10) != 0 { @@ -36086,11 +35507,11 @@ func NewPopulatedOffer_Operation(r randyMesos, easy bool) *Offer_Operation { func NewPopulatedOffer_Operation_Launch(r randyMesos, easy bool) *Offer_Operation_Launch { this := &Offer_Operation_Launch{} if r.Intn(10) != 0 { - v274 := r.Intn(5) - this.TaskInfos = make([]TaskInfo, v274) - for i := 0; i < v274; i++ { - v275 := NewPopulatedTaskInfo(r, easy) - this.TaskInfos[i] = *v275 + v275 := r.Intn(5) + this.TaskInfos = make([]TaskInfo, v275) + for i := 0; i < v275; i++ { + v276 := NewPopulatedTaskInfo(r, easy) + this.TaskInfos[i] = *v276 } } if !easy && r.Intn(10) != 0 { @@ -36100,10 +35521,10 @@ func NewPopulatedOffer_Operation_Launch(r randyMesos, easy bool) *Offer_Operatio func NewPopulatedOffer_Operation_LaunchGroup(r randyMesos, easy bool) *Offer_Operation_LaunchGroup { this := &Offer_Operation_LaunchGroup{} - v276 := NewPopulatedExecutorInfo(r, easy) - this.Executor = *v276 - v277 := NewPopulatedTaskGroupInfo(r, easy) - this.TaskGroup = *v277 + v277 := NewPopulatedExecutorInfo(r, easy) + this.Executor = *v277 + v278 := NewPopulatedTaskGroupInfo(r, easy) + this.TaskGroup = *v278 if !easy && r.Intn(10) != 0 { } return this @@ -36112,11 +35533,11 @@ func NewPopulatedOffer_Operation_LaunchGroup(r randyMesos, easy bool) *Offer_Ope func NewPopulatedOffer_Operation_Reserve(r randyMesos, easy bool) *Offer_Operation_Reserve { this := &Offer_Operation_Reserve{} if r.Intn(10) != 0 { - v278 := r.Intn(5) - this.Resources = make([]Resource, v278) - for i := 0; i < v278; i++ { - v279 := NewPopulatedResource(r, easy) - this.Resources[i] = *v279 + v279 := r.Intn(5) + this.Resources = make([]Resource, v279) + for i := 0; i < v279; i++ { + v280 := NewPopulatedResource(r, easy) + this.Resources[i] = *v280 } } if !easy && r.Intn(10) != 0 { @@ -36127,11 +35548,11 @@ func NewPopulatedOffer_Operation_Reserve(r randyMesos, easy bool) *Offer_Operati func NewPopulatedOffer_Operation_Unreserve(r randyMesos, easy bool) *Offer_Operation_Unreserve { this := &Offer_Operation_Unreserve{} if r.Intn(10) != 0 { - v280 := r.Intn(5) - this.Resources = make([]Resource, v280) - for i := 0; i < v280; i++ { - v281 := NewPopulatedResource(r, easy) - this.Resources[i] = *v281 + v281 := r.Intn(5) + this.Resources = make([]Resource, v281) + for i := 0; i < v281; i++ { + v282 := NewPopulatedResource(r, easy) + this.Resources[i] = *v282 } } if !easy && r.Intn(10) != 0 { @@ -36142,11 +35563,11 @@ func NewPopulatedOffer_Operation_Unreserve(r randyMesos, easy bool) *Offer_Opera func NewPopulatedOffer_Operation_Create(r randyMesos, easy bool) *Offer_Operation_Create { this := &Offer_Operation_Create{} if r.Intn(10) != 0 { - v282 := r.Intn(5) - this.Volumes = make([]Resource, v282) - for i := 0; i < v282; i++ { - v283 := NewPopulatedResource(r, easy) - this.Volumes[i] = *v283 + v283 := r.Intn(5) + this.Volumes = make([]Resource, v283) + for i := 0; i < v283; i++ { + v284 := NewPopulatedResource(r, easy) + this.Volumes[i] = *v284 } } if !easy && r.Intn(10) != 0 { @@ -36157,11 +35578,11 @@ func NewPopulatedOffer_Operation_Create(r randyMesos, easy bool) *Offer_Operatio func NewPopulatedOffer_Operation_Destroy(r randyMesos, easy bool) *Offer_Operation_Destroy { this := &Offer_Operation_Destroy{} if r.Intn(10) != 0 { - v284 := r.Intn(5) - this.Volumes = make([]Resource, v284) - for i := 0; i < v284; i++ { - v285 := NewPopulatedResource(r, easy) - this.Volumes[i] = *v285 + v285 := r.Intn(5) + this.Volumes = make([]Resource, v285) + for i := 0; i < v285; i++ { + v286 := NewPopulatedResource(r, easy) + this.Volumes[i] = *v286 } } if !easy && r.Intn(10) != 0 { @@ -36171,24 +35592,24 @@ func NewPopulatedOffer_Operation_Destroy(r randyMesos, easy bool) *Offer_Operati func NewPopulatedInverseOffer(r randyMesos, easy bool) *InverseOffer { this := &InverseOffer{} - v286 := NewPopulatedOfferID(r, easy) - this.OfferID = *v286 + v287 := NewPopulatedOfferID(r, easy) + this.OfferID = *v287 if r.Intn(10) != 0 { this.URL = NewPopulatedURL(r, easy) } - v287 := NewPopulatedFrameworkID(r, easy) - this.FrameworkID = *v287 + v288 := NewPopulatedFrameworkID(r, easy) + this.FrameworkID = *v288 if r.Intn(10) != 0 { this.AgentID = NewPopulatedAgentID(r, easy) } - v288 := NewPopulatedUnavailability(r, easy) - this.Unavailability = *v288 + v289 := NewPopulatedUnavailability(r, easy) + this.Unavailability = *v289 if r.Intn(10) != 0 { - v289 := r.Intn(5) - this.Resources = make([]Resource, v289) - for i := 0; i < v289; i++ { - v290 := NewPopulatedResource(r, easy) - this.Resources[i] = *v290 + v290 := r.Intn(5) + this.Resources = make([]Resource, v290) + for i := 0; i < v290; i++ { + v291 := NewPopulatedResource(r, easy) + this.Resources[i] = *v291 } } if !easy && r.Intn(10) != 0 { @@ -36199,25 +35620,25 @@ func NewPopulatedInverseOffer(r randyMesos, easy bool) *InverseOffer { func NewPopulatedTaskInfo(r randyMesos, easy bool) *TaskInfo { this := &TaskInfo{} this.Name = string(randStringMesos(r)) - v291 := NewPopulatedTaskID(r, easy) - this.TaskID = *v291 - v292 := NewPopulatedAgentID(r, easy) - this.AgentID = *v292 + v292 := NewPopulatedTaskID(r, easy) + this.TaskID = *v292 + v293 := NewPopulatedAgentID(r, easy) + this.AgentID = *v293 if r.Intn(10) != 0 { - v293 := r.Intn(5) - this.Resources = make([]Resource, v293) - for i := 0; i < v293; i++ { - v294 := NewPopulatedResource(r, easy) - this.Resources[i] = *v294 + v294 := r.Intn(5) + this.Resources = make([]Resource, v294) + for i := 0; i < v294; i++ { + v295 := NewPopulatedResource(r, easy) + this.Resources[i] = *v295 } } if r.Intn(10) != 0 { this.Executor = NewPopulatedExecutorInfo(r, easy) } if r.Intn(10) != 0 { - v295 := r.Intn(100) - this.Data = make([]byte, v295) - for i := 0; i < v295; i++ { + v296 := r.Intn(100) + this.Data = make([]byte, v296) + for i := 0; i < v296; i++ { this.Data[i] = byte(r.Intn(256)) } } @@ -36250,11 +35671,11 @@ func NewPopulatedTaskInfo(r randyMesos, easy bool) *TaskInfo { func NewPopulatedTaskGroupInfo(r randyMesos, easy bool) *TaskGroupInfo { this := &TaskGroupInfo{} if r.Intn(10) != 0 { - v296 := r.Intn(5) - this.Tasks = make([]TaskInfo, v296) - for i := 0; i < v296; i++ { - v297 := NewPopulatedTaskInfo(r, easy) - this.Tasks[i] = *v297 + v297 := r.Intn(5) + this.Tasks = make([]TaskInfo, v297) + for i := 0; i < v297; i++ { + v298 := NewPopulatedTaskInfo(r, easy) + this.Tasks[i] = *v298 } } if !easy && r.Intn(10) != 0 { @@ -36265,41 +35686,41 @@ func NewPopulatedTaskGroupInfo(r randyMesos, easy bool) *TaskGroupInfo { func NewPopulatedTask(r randyMesos, easy bool) *Task { this := &Task{} this.Name = string(randStringMesos(r)) - v298 := NewPopulatedTaskID(r, easy) - this.TaskID = *v298 - v299 := NewPopulatedFrameworkID(r, easy) - this.FrameworkID = *v299 + v299 := NewPopulatedTaskID(r, easy) + this.TaskID = *v299 + v300 := NewPopulatedFrameworkID(r, easy) + this.FrameworkID = *v300 if r.Intn(10) != 0 { this.ExecutorID = NewPopulatedExecutorID(r, easy) } - v300 := NewPopulatedAgentID(r, easy) - this.AgentID = *v300 - v301 := TaskState([]int32{6, 0, 1, 8, 2, 3, 4, 7, 5, 9, 10, 11, 12, 13}[r.Intn(14)]) - this.State = &v301 + v301 := NewPopulatedAgentID(r, easy) + this.AgentID = *v301 + v302 := TaskState([]int32{6, 0, 1, 8, 2, 3, 4, 7, 5, 9, 10, 11, 12, 13}[r.Intn(14)]) + this.State = &v302 if r.Intn(10) != 0 { - v302 := r.Intn(5) - this.Resources = make([]Resource, v302) - for i := 0; i < v302; i++ { - v303 := NewPopulatedResource(r, easy) - this.Resources[i] = *v303 + v303 := r.Intn(5) + this.Resources = make([]Resource, v303) + for i := 0; i < v303; i++ { + v304 := NewPopulatedResource(r, easy) + this.Resources[i] = *v304 } } if r.Intn(10) == 0 { - v304 := r.Intn(5) - this.Statuses = make([]TaskStatus, v304) - for i := 0; i < v304; i++ { - v305 := NewPopulatedTaskStatus(r, easy) - this.Statuses[i] = *v305 + v305 := r.Intn(5) + this.Statuses = make([]TaskStatus, v305) + for i := 0; i < v305; i++ { + v306 := NewPopulatedTaskStatus(r, easy) + this.Statuses[i] = *v306 } } if r.Intn(10) != 0 { - v306 := TaskState([]int32{6, 0, 1, 8, 2, 3, 4, 7, 5, 9, 10, 11, 12, 13}[r.Intn(14)]) - this.StatusUpdateState = &v306 + v307 := TaskState([]int32{6, 0, 1, 8, 2, 3, 4, 7, 5, 9, 10, 11, 12, 13}[r.Intn(14)]) + this.StatusUpdateState = &v307 } if r.Intn(10) != 0 { - v307 := r.Intn(100) - this.StatusUpdateUUID = make([]byte, v307) - for i := 0; i < v307; i++ { + v308 := r.Intn(100) + this.StatusUpdateUUID = make([]byte, v308) + for i := 0; i < v308; i++ { this.StatusUpdateUUID[i] = byte(r.Intn(256)) } } @@ -36313,8 +35734,8 @@ func NewPopulatedTask(r randyMesos, easy bool) *Task { this.Container = NewPopulatedContainerInfo(r, easy) } if r.Intn(10) != 0 { - v308 := string(randStringMesos(r)) - this.User = &v308 + v309 := string(randStringMesos(r)) + this.User = &v309 } if !easy && r.Intn(10) != 0 { } @@ -36324,8 +35745,8 @@ func NewPopulatedTask(r randyMesos, easy bool) *Task { func NewPopulatedCheckStatusInfo(r randyMesos, easy bool) *CheckStatusInfo { this := &CheckStatusInfo{} if r.Intn(10) != 0 { - v309 := CheckInfo_Type([]int32{0, 1, 2, 3}[r.Intn(4)]) - this.Type = &v309 + v310 := CheckInfo_Type([]int32{0, 1, 2, 3}[r.Intn(4)]) + this.Type = &v310 } if r.Intn(10) != 0 { this.Command = NewPopulatedCheckStatusInfo_Command(r, easy) @@ -36344,11 +35765,11 @@ func NewPopulatedCheckStatusInfo(r randyMesos, easy bool) *CheckStatusInfo { func NewPopulatedCheckStatusInfo_Command(r randyMesos, easy bool) *CheckStatusInfo_Command { this := &CheckStatusInfo_Command{} if r.Intn(10) != 0 { - v310 := int32(r.Int31()) + v311 := int32(r.Int31()) if r.Intn(2) == 0 { - v310 *= -1 + v311 *= -1 } - this.ExitCode = &v310 + this.ExitCode = &v311 } if !easy && r.Intn(10) != 0 { } @@ -36358,8 +35779,8 @@ func NewPopulatedCheckStatusInfo_Command(r randyMesos, easy bool) *CheckStatusIn func NewPopulatedCheckStatusInfo_Http(r randyMesos, easy bool) *CheckStatusInfo_Http { this := &CheckStatusInfo_Http{} if r.Intn(10) != 0 { - v311 := uint32(r.Uint32()) - this.StatusCode = &v311 + v312 := uint32(r.Uint32()) + this.StatusCode = &v312 } if !easy && r.Intn(10) != 0 { } @@ -36369,8 +35790,8 @@ func NewPopulatedCheckStatusInfo_Http(r randyMesos, easy bool) *CheckStatusInfo_ func NewPopulatedCheckStatusInfo_Tcp(r randyMesos, easy bool) *CheckStatusInfo_Tcp { this := &CheckStatusInfo_Tcp{} if r.Intn(10) != 0 { - v312 := bool(bool(r.Intn(2) == 0)) - this.Succeeded = &v312 + v313 := bool(bool(r.Intn(2) == 0)) + this.Succeeded = &v313 } if !easy && r.Intn(10) != 0 { } @@ -36379,50 +35800,50 @@ func NewPopulatedCheckStatusInfo_Tcp(r randyMesos, easy bool) *CheckStatusInfo_T func NewPopulatedTaskStatus(r randyMesos, easy bool) *TaskStatus { this := &TaskStatus{} - v313 := NewPopulatedTaskID(r, easy) - this.TaskID = *v313 - v314 := TaskState([]int32{6, 0, 1, 8, 2, 3, 4, 7, 5, 9, 10, 11, 12, 13}[r.Intn(14)]) - this.State = &v314 - if r.Intn(10) != 0 { - v315 := r.Intn(100) - this.Data = make([]byte, v315) - for i := 0; i < v315; i++ { + v314 := NewPopulatedTaskID(r, easy) + this.TaskID = *v314 + v315 := TaskState([]int32{6, 0, 1, 8, 2, 3, 4, 7, 5, 9, 10, 11, 12, 13}[r.Intn(14)]) + this.State = &v315 + if r.Intn(10) != 0 { + v316 := r.Intn(100) + this.Data = make([]byte, v316) + for i := 0; i < v316; i++ { this.Data[i] = byte(r.Intn(256)) } } if r.Intn(10) != 0 { - v316 := string(randStringMesos(r)) - this.Message = &v316 + v317 := string(randStringMesos(r)) + this.Message = &v317 } if r.Intn(10) != 0 { this.AgentID = NewPopulatedAgentID(r, easy) } if r.Intn(10) != 0 { - v317 := float64(r.Float64()) + v318 := float64(r.Float64()) if r.Intn(2) == 0 { - v317 *= -1 + v318 *= -1 } - this.Timestamp = &v317 + this.Timestamp = &v318 } if r.Intn(10) != 0 { this.ExecutorID = NewPopulatedExecutorID(r, easy) } if r.Intn(10) != 0 { - v318 := bool(bool(r.Intn(2) == 0)) - this.Healthy = &v318 + v319 := bool(bool(r.Intn(2) == 0)) + this.Healthy = &v319 } if r.Intn(10) != 0 { - v319 := TaskStatus_Source([]int32{0, 1, 2}[r.Intn(3)]) - this.Source = &v319 + v320 := TaskStatus_Source([]int32{0, 1, 2}[r.Intn(3)]) + this.Source = &v320 } if r.Intn(10) != 0 { - v320 := TaskStatus_Reason([]int32{0, 21, 19, 20, 8, 17, 22, 23, 24, 1, 2, 3, 4, 5, 6, 27, 7, 9, 18, 10, 11, 12, 13, 30, 28, 29, 25, 26, 14, 15, 16}[r.Intn(31)]) - this.Reason = &v320 + v321 := TaskStatus_Reason([]int32{0, 21, 19, 20, 8, 17, 22, 23, 24, 1, 2, 3, 4, 5, 6, 27, 7, 9, 18, 10, 11, 12, 13, 30, 28, 29, 25, 26, 14, 15, 16}[r.Intn(31)]) + this.Reason = &v321 } if r.Intn(10) != 0 { - v321 := r.Intn(100) - this.UUID = make([]byte, v321) - for i := 0; i < v321; i++ { + v322 := r.Intn(100) + this.UUID = make([]byte, v322) + for i := 0; i < v322; i++ { this.UUID[i] = byte(r.Intn(256)) } } @@ -36446,11 +35867,11 @@ func NewPopulatedTaskStatus(r randyMesos, easy bool) *TaskStatus { func NewPopulatedFilters(r randyMesos, easy bool) *Filters { this := &Filters{} if r.Intn(10) != 0 { - v322 := float64(r.Float64()) + v323 := float64(r.Float64()) if r.Intn(2) == 0 { - v322 *= -1 + v323 *= -1 } - this.RefuseSeconds = &v322 + this.RefuseSeconds = &v323 } if !easy && r.Intn(10) != 0 { } @@ -36460,11 +35881,11 @@ func NewPopulatedFilters(r randyMesos, easy bool) *Filters { func NewPopulatedEnvironment(r randyMesos, easy bool) *Environment { this := &Environment{} if r.Intn(10) != 0 { - v323 := r.Intn(5) - this.Variables = make([]Environment_Variable, v323) - for i := 0; i < v323; i++ { - v324 := NewPopulatedEnvironment_Variable(r, easy) - this.Variables[i] = *v324 + v324 := r.Intn(5) + this.Variables = make([]Environment_Variable, v324) + for i := 0; i < v324; i++ { + v325 := NewPopulatedEnvironment_Variable(r, easy) + this.Variables[i] = *v325 } } if !easy && r.Intn(10) != 0 { @@ -36476,12 +35897,12 @@ func NewPopulatedEnvironment_Variable(r randyMesos, easy bool) *Environment_Vari this := &Environment_Variable{} this.Name = string(randStringMesos(r)) if r.Intn(10) != 0 { - v325 := string(randStringMesos(r)) - this.Value = &v325 + v326 := string(randStringMesos(r)) + this.Value = &v326 } if r.Intn(10) != 0 { - v326 := Environment_Variable_Type([]int32{0, 1, 2}[r.Intn(3)]) - this.Type = &v326 + v327 := Environment_Variable_Type([]int32{0, 1, 2}[r.Intn(3)]) + this.Type = &v327 } if r.Intn(10) != 0 { this.Secret = NewPopulatedSecret(r, easy) @@ -36503,11 +35924,11 @@ func NewPopulatedParameter(r randyMesos, easy bool) *Parameter { func NewPopulatedParameters(r randyMesos, easy bool) *Parameters { this := &Parameters{} if r.Intn(10) != 0 { - v327 := r.Intn(5) - this.Parameter = make([]Parameter, v327) - for i := 0; i < v327; i++ { - v328 := NewPopulatedParameter(r, easy) - this.Parameter[i] = *v328 + v328 := r.Intn(5) + this.Parameter = make([]Parameter, v328) + for i := 0; i < v328; i++ { + v329 := NewPopulatedParameter(r, easy) + this.Parameter[i] = *v329 } } if !easy && r.Intn(10) != 0 { @@ -36519,8 +35940,8 @@ func NewPopulatedCredential(r randyMesos, easy bool) *Credential { this := &Credential{} this.Principal = string(randStringMesos(r)) if r.Intn(10) != 0 { - v329 := string(randStringMesos(r)) - this.Secret = &v329 + v330 := string(randStringMesos(r)) + this.Secret = &v330 } if !easy && r.Intn(10) != 0 { } @@ -36530,11 +35951,11 @@ func NewPopulatedCredential(r randyMesos, easy bool) *Credential { func NewPopulatedCredentials(r randyMesos, easy bool) *Credentials { this := &Credentials{} if r.Intn(10) != 0 { - v330 := r.Intn(5) - this.Credentials = make([]Credential, v330) - for i := 0; i < v330; i++ { - v331 := NewPopulatedCredential(r, easy) - this.Credentials[i] = *v331 + v331 := r.Intn(5) + this.Credentials = make([]Credential, v331) + for i := 0; i < v331; i++ { + v332 := NewPopulatedCredential(r, easy) + this.Credentials[i] = *v332 } } if !easy && r.Intn(10) != 0 { @@ -36560,8 +35981,8 @@ func NewPopulatedSecret_Reference(r randyMesos, easy bool) *Secret_Reference { this := &Secret_Reference{} this.Name = string(randStringMesos(r)) if r.Intn(10) != 0 { - v332 := string(randStringMesos(r)) - this.Key = &v332 + v333 := string(randStringMesos(r)) + this.Key = &v333 } if !easy && r.Intn(10) != 0 { } @@ -36570,9 +35991,9 @@ func NewPopulatedSecret_Reference(r randyMesos, easy bool) *Secret_Reference { func NewPopulatedSecret_Value(r randyMesos, easy bool) *Secret_Value { this := &Secret_Value{} - v333 := r.Intn(100) - this.Data = make([]byte, v333) - for i := 0; i < v333; i++ { + v334 := r.Intn(100) + this.Data = make([]byte, v334) + for i := 0; i < v334; i++ { this.Data[i] = byte(r.Intn(256)) } if !easy && r.Intn(10) != 0 { @@ -36583,16 +36004,16 @@ func NewPopulatedSecret_Value(r randyMesos, easy bool) *Secret_Value { func NewPopulatedRateLimit(r randyMesos, easy bool) *RateLimit { this := &RateLimit{} if r.Intn(10) != 0 { - v334 := float64(r.Float64()) + v335 := float64(r.Float64()) if r.Intn(2) == 0 { - v334 *= -1 + v335 *= -1 } - this.QPS = &v334 + this.QPS = &v335 } this.Principal = string(randStringMesos(r)) if r.Intn(10) != 0 { - v335 := uint64(uint64(r.Uint32())) - this.Capacity = &v335 + v336 := uint64(uint64(r.Uint32())) + this.Capacity = &v336 } if !easy && r.Intn(10) != 0 { } @@ -36602,23 +36023,23 @@ func NewPopulatedRateLimit(r randyMesos, easy bool) *RateLimit { func NewPopulatedRateLimits(r randyMesos, easy bool) *RateLimits { this := &RateLimits{} if r.Intn(10) != 0 { - v336 := r.Intn(5) - this.Limits = make([]RateLimit, v336) - for i := 0; i < v336; i++ { - v337 := NewPopulatedRateLimit(r, easy) - this.Limits[i] = *v337 + v337 := r.Intn(5) + this.Limits = make([]RateLimit, v337) + for i := 0; i < v337; i++ { + v338 := NewPopulatedRateLimit(r, easy) + this.Limits[i] = *v338 } } if r.Intn(10) != 0 { - v338 := float64(r.Float64()) + v339 := float64(r.Float64()) if r.Intn(2) == 0 { - v338 *= -1 + v339 *= -1 } - this.AggregateDefaultQPS = &v338 + this.AggregateDefaultQPS = &v339 } if r.Intn(10) != 0 { - v339 := uint64(uint64(r.Uint32())) - this.AggregateDefaultCapacity = &v339 + v340 := uint64(uint64(r.Uint32())) + this.AggregateDefaultCapacity = &v340 } if !easy && r.Intn(10) != 0 { } @@ -36627,8 +36048,8 @@ func NewPopulatedRateLimits(r randyMesos, easy bool) *RateLimits { func NewPopulatedImage(r randyMesos, easy bool) *Image { this := &Image{} - v340 := Image_Type([]int32{1, 2}[r.Intn(2)]) - this.Type = &v340 + v341 := Image_Type([]int32{1, 2}[r.Intn(2)]) + this.Type = &v341 if r.Intn(10) != 0 { this.Appc = NewPopulatedImage_Appc(r, easy) } @@ -36636,8 +36057,8 @@ func NewPopulatedImage(r randyMesos, easy bool) *Image { this.Docker = NewPopulatedImage_Docker(r, easy) } if r.Intn(10) != 0 { - v341 := bool(bool(r.Intn(2) == 0)) - this.Cached = &v341 + v342 := bool(bool(r.Intn(2) == 0)) + this.Cached = &v342 } if !easy && r.Intn(10) != 0 { } @@ -36648,8 +36069,8 @@ func NewPopulatedImage_Appc(r randyMesos, easy bool) *Image_Appc { this := &Image_Appc{} this.Name = string(randStringMesos(r)) if r.Intn(10) != 0 { - v342 := string(randStringMesos(r)) - this.ID = &v342 + v343 := string(randStringMesos(r)) + this.ID = &v343 } if r.Intn(10) != 0 { this.Labels = NewPopulatedLabels(r, easy) @@ -36677,11 +36098,11 @@ func NewPopulatedVolume(r randyMesos, easy bool) *Volume { this := &Volume{} this.ContainerPath = string(randStringMesos(r)) if r.Intn(10) != 0 { - v343 := string(randStringMesos(r)) - this.HostPath = &v343 + v344 := string(randStringMesos(r)) + this.HostPath = &v344 } - v344 := Volume_Mode([]int32{1, 2}[r.Intn(2)]) - this.Mode = &v344 + v345 := Volume_Mode([]int32{1, 2}[r.Intn(2)]) + this.Mode = &v345 if r.Intn(10) != 0 { this.Image = NewPopulatedImage(r, easy) } @@ -36713,8 +36134,8 @@ func NewPopulatedVolume_Source(r randyMesos, easy bool) *Volume_Source { func NewPopulatedVolume_Source_DockerVolume(r randyMesos, easy bool) *Volume_Source_DockerVolume { this := &Volume_Source_DockerVolume{} if r.Intn(10) != 0 { - v345 := string(randStringMesos(r)) - this.Driver = &v345 + v346 := string(randStringMesos(r)) + this.Driver = &v346 } this.Name = string(randStringMesos(r)) if r.Intn(10) != 0 { @@ -36737,9 +36158,9 @@ func NewPopulatedVolume_Source_SandboxPath(r randyMesos, easy bool) *Volume_Sour func NewPopulatedNetworkInfo(r randyMesos, easy bool) *NetworkInfo { this := &NetworkInfo{} if r.Intn(10) != 0 { - v346 := r.Intn(10) - this.Groups = make([]string, v346) - for i := 0; i < v346; i++ { + v347 := r.Intn(10) + this.Groups = make([]string, v347) + for i := 0; i < v347; i++ { this.Groups[i] = string(randStringMesos(r)) } } @@ -36747,23 +36168,23 @@ func NewPopulatedNetworkInfo(r randyMesos, easy bool) *NetworkInfo { this.Labels = NewPopulatedLabels(r, easy) } if r.Intn(10) != 0 { - v347 := r.Intn(5) - this.IPAddresses = make([]NetworkInfo_IPAddress, v347) - for i := 0; i < v347; i++ { - v348 := NewPopulatedNetworkInfo_IPAddress(r, easy) - this.IPAddresses[i] = *v348 + v348 := r.Intn(5) + this.IPAddresses = make([]NetworkInfo_IPAddress, v348) + for i := 0; i < v348; i++ { + v349 := NewPopulatedNetworkInfo_IPAddress(r, easy) + this.IPAddresses[i] = *v349 } } if r.Intn(10) != 0 { - v349 := string(randStringMesos(r)) - this.Name = &v349 + v350 := string(randStringMesos(r)) + this.Name = &v350 } if r.Intn(10) != 0 { - v350 := r.Intn(5) - this.PortMappings = make([]NetworkInfo_PortMapping, v350) - for i := 0; i < v350; i++ { - v351 := NewPopulatedNetworkInfo_PortMapping(r, easy) - this.PortMappings[i] = *v351 + v351 := r.Intn(5) + this.PortMappings = make([]NetworkInfo_PortMapping, v351) + for i := 0; i < v351; i++ { + v352 := NewPopulatedNetworkInfo_PortMapping(r, easy) + this.PortMappings[i] = *v352 } } if !easy && r.Intn(10) != 0 { @@ -36774,12 +36195,12 @@ func NewPopulatedNetworkInfo(r randyMesos, easy bool) *NetworkInfo { func NewPopulatedNetworkInfo_IPAddress(r randyMesos, easy bool) *NetworkInfo_IPAddress { this := &NetworkInfo_IPAddress{} if r.Intn(10) != 0 { - v352 := NetworkInfo_Protocol([]int32{1, 2}[r.Intn(2)]) - this.Protocol = &v352 + v353 := NetworkInfo_Protocol([]int32{1, 2}[r.Intn(2)]) + this.Protocol = &v353 } if r.Intn(10) != 0 { - v353 := string(randStringMesos(r)) - this.IPAddress = &v353 + v354 := string(randStringMesos(r)) + this.IPAddress = &v354 } if !easy && r.Intn(10) != 0 { } @@ -36791,8 +36212,8 @@ func NewPopulatedNetworkInfo_PortMapping(r randyMesos, easy bool) *NetworkInfo_P this.HostPort = uint32(r.Uint32()) this.ContainerPort = uint32(r.Uint32()) if r.Intn(10) != 0 { - v354 := string(randStringMesos(r)) - this.Protocol = &v354 + v355 := string(randStringMesos(r)) + this.Protocol = &v355 } if !easy && r.Intn(10) != 0 { } @@ -36802,9 +36223,9 @@ func NewPopulatedNetworkInfo_PortMapping(r randyMesos, easy bool) *NetworkInfo_P func NewPopulatedCapabilityInfo(r randyMesos, easy bool) *CapabilityInfo { this := &CapabilityInfo{} if r.Intn(10) != 0 { - v355 := r.Intn(10) - this.Capabilities = make([]CapabilityInfo_Capability, v355) - for i := 0; i < v355; i++ { + v356 := r.Intn(10) + this.Capabilities = make([]CapabilityInfo_Capability, v356) + for i := 0; i < v356; i++ { this.Capabilities[i] = CapabilityInfo_Capability([]int32{0, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037}[r.Intn(39)]) } } @@ -36825,8 +36246,8 @@ func NewPopulatedLinuxInfo(r randyMesos, easy bool) *LinuxInfo { this.EffectiveCapabilities = NewPopulatedCapabilityInfo(r, easy) } if r.Intn(10) != 0 { - v356 := bool(bool(r.Intn(2) == 0)) - this.SharePIDNamespace = &v356 + v357 := bool(bool(r.Intn(2) == 0)) + this.SharePIDNamespace = &v357 } if !easy && r.Intn(10) != 0 { } @@ -36836,11 +36257,11 @@ func NewPopulatedLinuxInfo(r randyMesos, easy bool) *LinuxInfo { func NewPopulatedRLimitInfo(r randyMesos, easy bool) *RLimitInfo { this := &RLimitInfo{} if r.Intn(10) != 0 { - v357 := r.Intn(5) - this.Rlimits = make([]RLimitInfo_RLimit, v357) - for i := 0; i < v357; i++ { - v358 := NewPopulatedRLimitInfo_RLimit(r, easy) - this.Rlimits[i] = *v358 + v358 := r.Intn(5) + this.Rlimits = make([]RLimitInfo_RLimit, v358) + for i := 0; i < v358; i++ { + v359 := NewPopulatedRLimitInfo_RLimit(r, easy) + this.Rlimits[i] = *v359 } } if !easy && r.Intn(10) != 0 { @@ -36852,12 +36273,12 @@ func NewPopulatedRLimitInfo_RLimit(r randyMesos, easy bool) *RLimitInfo_RLimit { this := &RLimitInfo_RLimit{} this.Type = RLimitInfo_RLimit_Type([]int32{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}[r.Intn(17)]) if r.Intn(10) != 0 { - v359 := uint64(uint64(r.Uint32())) - this.Hard = &v359 + v360 := uint64(uint64(r.Uint32())) + this.Hard = &v360 } if r.Intn(10) != 0 { - v360 := uint64(uint64(r.Uint32())) - this.Soft = &v360 + v361 := uint64(uint64(r.Uint32())) + this.Soft = &v361 } if !easy && r.Intn(10) != 0 { } @@ -36885,32 +36306,32 @@ func NewPopulatedTTYInfo_WindowSize(r randyMesos, easy bool) *TTYInfo_WindowSize func NewPopulatedContainerInfo(r randyMesos, easy bool) *ContainerInfo { this := &ContainerInfo{} - v361 := ContainerInfo_Type([]int32{1, 2}[r.Intn(2)]) - this.Type = &v361 + v362 := ContainerInfo_Type([]int32{1, 2}[r.Intn(2)]) + this.Type = &v362 if r.Intn(10) != 0 { - v362 := r.Intn(5) - this.Volumes = make([]Volume, v362) - for i := 0; i < v362; i++ { - v363 := NewPopulatedVolume(r, easy) - this.Volumes[i] = *v363 + v363 := r.Intn(5) + this.Volumes = make([]Volume, v363) + for i := 0; i < v363; i++ { + v364 := NewPopulatedVolume(r, easy) + this.Volumes[i] = *v364 } } if r.Intn(10) != 0 { this.Docker = NewPopulatedContainerInfo_DockerInfo(r, easy) } if r.Intn(10) != 0 { - v364 := string(randStringMesos(r)) - this.Hostname = &v364 + v365 := string(randStringMesos(r)) + this.Hostname = &v365 } if r.Intn(10) != 0 { this.Mesos = NewPopulatedContainerInfo_MesosInfo(r, easy) } if r.Intn(10) != 0 { - v365 := r.Intn(5) - this.NetworkInfos = make([]NetworkInfo, v365) - for i := 0; i < v365; i++ { - v366 := NewPopulatedNetworkInfo(r, easy) - this.NetworkInfos[i] = *v366 + v366 := r.Intn(5) + this.NetworkInfos = make([]NetworkInfo, v366) + for i := 0; i < v366; i++ { + v367 := NewPopulatedNetworkInfo(r, easy) + this.NetworkInfos[i] = *v367 } } if r.Intn(10) != 0 { @@ -36931,36 +36352,36 @@ func NewPopulatedContainerInfo_DockerInfo(r randyMesos, easy bool) *ContainerInf this := &ContainerInfo_DockerInfo{} this.Image = string(randStringMesos(r)) if r.Intn(10) != 0 { - v367 := ContainerInfo_DockerInfo_Network([]int32{1, 2, 3, 4}[r.Intn(4)]) - this.Network = &v367 + v368 := ContainerInfo_DockerInfo_Network([]int32{1, 2, 3, 4}[r.Intn(4)]) + this.Network = &v368 } if r.Intn(10) != 0 { - v368 := r.Intn(5) - this.PortMappings = make([]ContainerInfo_DockerInfo_PortMapping, v368) - for i := 0; i < v368; i++ { - v369 := NewPopulatedContainerInfo_DockerInfo_PortMapping(r, easy) - this.PortMappings[i] = *v369 + v369 := r.Intn(5) + this.PortMappings = make([]ContainerInfo_DockerInfo_PortMapping, v369) + for i := 0; i < v369; i++ { + v370 := NewPopulatedContainerInfo_DockerInfo_PortMapping(r, easy) + this.PortMappings[i] = *v370 } } if r.Intn(10) != 0 { - v370 := bool(bool(r.Intn(2) == 0)) - this.Privileged = &v370 + v371 := bool(bool(r.Intn(2) == 0)) + this.Privileged = &v371 } if r.Intn(10) != 0 { - v371 := r.Intn(5) - this.Parameters = make([]Parameter, v371) - for i := 0; i < v371; i++ { - v372 := NewPopulatedParameter(r, easy) - this.Parameters[i] = *v372 + v372 := r.Intn(5) + this.Parameters = make([]Parameter, v372) + for i := 0; i < v372; i++ { + v373 := NewPopulatedParameter(r, easy) + this.Parameters[i] = *v373 } } if r.Intn(10) != 0 { - v373 := bool(bool(r.Intn(2) == 0)) - this.ForcePullImage = &v373 + v374 := bool(bool(r.Intn(2) == 0)) + this.ForcePullImage = &v374 } if r.Intn(10) != 0 { - v374 := string(randStringMesos(r)) - this.VolumeDriver = &v374 + v375 := string(randStringMesos(r)) + this.VolumeDriver = &v375 } if !easy && r.Intn(10) != 0 { } @@ -36972,8 +36393,8 @@ func NewPopulatedContainerInfo_DockerInfo_PortMapping(r randyMesos, easy bool) * this.HostPort = uint32(r.Uint32()) this.ContainerPort = uint32(r.Uint32()) if r.Intn(10) != 0 { - v375 := string(randStringMesos(r)) - this.Protocol = &v375 + v376 := string(randStringMesos(r)) + this.Protocol = &v376 } if !easy && r.Intn(10) != 0 { } @@ -36993,19 +36414,19 @@ func NewPopulatedContainerInfo_MesosInfo(r randyMesos, easy bool) *ContainerInfo func NewPopulatedContainerStatus(r randyMesos, easy bool) *ContainerStatus { this := &ContainerStatus{} if r.Intn(10) != 0 { - v376 := r.Intn(5) - this.NetworkInfos = make([]NetworkInfo, v376) - for i := 0; i < v376; i++ { - v377 := NewPopulatedNetworkInfo(r, easy) - this.NetworkInfos[i] = *v377 + v377 := r.Intn(5) + this.NetworkInfos = make([]NetworkInfo, v377) + for i := 0; i < v377; i++ { + v378 := NewPopulatedNetworkInfo(r, easy) + this.NetworkInfos[i] = *v378 } } if r.Intn(10) != 0 { this.CgroupInfo = NewPopulatedCgroupInfo(r, easy) } if r.Intn(10) != 0 { - v378 := uint32(r.Uint32()) - this.ExecutorPID = &v378 + v379 := uint32(r.Uint32()) + this.ExecutorPID = &v379 } if r.Intn(10) == 0 { this.ContainerID = NewPopulatedContainerID(r, easy) @@ -37035,12 +36456,12 @@ func NewPopulatedCgroupInfo_Blkio(r randyMesos, easy bool) *CgroupInfo_Blkio { func NewPopulatedCgroupInfo_Blkio_Value(r randyMesos, easy bool) *CgroupInfo_Blkio_Value { this := &CgroupInfo_Blkio_Value{} if r.Intn(10) != 0 { - v379 := CgroupInfo_Blkio_Operation([]int32{0, 1, 2, 3, 4, 5}[r.Intn(6)]) - this.Op = &v379 + v380 := CgroupInfo_Blkio_Operation([]int32{0, 1, 2, 3, 4, 5}[r.Intn(6)]) + this.Op = &v380 } if r.Intn(10) != 0 { - v380 := uint64(uint64(r.Uint32())) - this.Value = &v380 + v381 := uint64(uint64(r.Uint32())) + this.Value = &v381 } if !easy && r.Intn(10) != 0 { } @@ -37060,59 +36481,59 @@ func NewPopulatedCgroupInfo_Blkio_CFQ_Statistics(r randyMesos, easy bool) *Cgrou this.Device = NewPopulatedDevice_Number(r, easy) } if r.Intn(10) != 0 { - v381 := uint64(uint64(r.Uint32())) - this.Sectors = &v381 + v382 := uint64(uint64(r.Uint32())) + this.Sectors = &v382 } if r.Intn(10) != 0 { - v382 := uint64(uint64(r.Uint32())) - this.Time = &v382 + v383 := uint64(uint64(r.Uint32())) + this.Time = &v383 } if r.Intn(10) != 0 { - v383 := r.Intn(5) - this.IOServiced = make([]CgroupInfo_Blkio_Value, v383) - for i := 0; i < v383; i++ { - v384 := NewPopulatedCgroupInfo_Blkio_Value(r, easy) - this.IOServiced[i] = *v384 + v384 := r.Intn(5) + this.IOServiced = make([]CgroupInfo_Blkio_Value, v384) + for i := 0; i < v384; i++ { + v385 := NewPopulatedCgroupInfo_Blkio_Value(r, easy) + this.IOServiced[i] = *v385 } } if r.Intn(10) != 0 { - v385 := r.Intn(5) - this.IOServiceBytes = make([]CgroupInfo_Blkio_Value, v385) - for i := 0; i < v385; i++ { - v386 := NewPopulatedCgroupInfo_Blkio_Value(r, easy) - this.IOServiceBytes[i] = *v386 + v386 := r.Intn(5) + this.IOServiceBytes = make([]CgroupInfo_Blkio_Value, v386) + for i := 0; i < v386; i++ { + v387 := NewPopulatedCgroupInfo_Blkio_Value(r, easy) + this.IOServiceBytes[i] = *v387 } } if r.Intn(10) != 0 { - v387 := r.Intn(5) - this.IOServiceTime = make([]CgroupInfo_Blkio_Value, v387) - for i := 0; i < v387; i++ { - v388 := NewPopulatedCgroupInfo_Blkio_Value(r, easy) - this.IOServiceTime[i] = *v388 + v388 := r.Intn(5) + this.IOServiceTime = make([]CgroupInfo_Blkio_Value, v388) + for i := 0; i < v388; i++ { + v389 := NewPopulatedCgroupInfo_Blkio_Value(r, easy) + this.IOServiceTime[i] = *v389 } } if r.Intn(10) != 0 { - v389 := r.Intn(5) - this.IOWaitTime = make([]CgroupInfo_Blkio_Value, v389) - for i := 0; i < v389; i++ { - v390 := NewPopulatedCgroupInfo_Blkio_Value(r, easy) - this.IOWaitTime[i] = *v390 + v390 := r.Intn(5) + this.IOWaitTime = make([]CgroupInfo_Blkio_Value, v390) + for i := 0; i < v390; i++ { + v391 := NewPopulatedCgroupInfo_Blkio_Value(r, easy) + this.IOWaitTime[i] = *v391 } } if r.Intn(10) != 0 { - v391 := r.Intn(5) - this.IOMerged = make([]CgroupInfo_Blkio_Value, v391) - for i := 0; i < v391; i++ { - v392 := NewPopulatedCgroupInfo_Blkio_Value(r, easy) - this.IOMerged[i] = *v392 + v392 := r.Intn(5) + this.IOMerged = make([]CgroupInfo_Blkio_Value, v392) + for i := 0; i < v392; i++ { + v393 := NewPopulatedCgroupInfo_Blkio_Value(r, easy) + this.IOMerged[i] = *v393 } } if r.Intn(10) != 0 { - v393 := r.Intn(5) - this.IOQueued = make([]CgroupInfo_Blkio_Value, v393) - for i := 0; i < v393; i++ { - v394 := NewPopulatedCgroupInfo_Blkio_Value(r, easy) - this.IOQueued[i] = *v394 + v394 := r.Intn(5) + this.IOQueued = make([]CgroupInfo_Blkio_Value, v394) + for i := 0; i < v394; i++ { + v395 := NewPopulatedCgroupInfo_Blkio_Value(r, easy) + this.IOQueued[i] = *v395 } } if !easy && r.Intn(10) != 0 { @@ -37133,19 +36554,19 @@ func NewPopulatedCgroupInfo_Blkio_Throttling_Statistics(r randyMesos, easy bool) this.Device = NewPopulatedDevice_Number(r, easy) } if r.Intn(10) != 0 { - v395 := r.Intn(5) - this.IOServiced = make([]CgroupInfo_Blkio_Value, v395) - for i := 0; i < v395; i++ { - v396 := NewPopulatedCgroupInfo_Blkio_Value(r, easy) - this.IOServiced[i] = *v396 + v396 := r.Intn(5) + this.IOServiced = make([]CgroupInfo_Blkio_Value, v396) + for i := 0; i < v396; i++ { + v397 := NewPopulatedCgroupInfo_Blkio_Value(r, easy) + this.IOServiced[i] = *v397 } } if r.Intn(10) != 0 { - v397 := r.Intn(5) - this.IOServiceBytes = make([]CgroupInfo_Blkio_Value, v397) - for i := 0; i < v397; i++ { - v398 := NewPopulatedCgroupInfo_Blkio_Value(r, easy) - this.IOServiceBytes[i] = *v398 + v398 := r.Intn(5) + this.IOServiceBytes = make([]CgroupInfo_Blkio_Value, v398) + for i := 0; i < v398; i++ { + v399 := NewPopulatedCgroupInfo_Blkio_Value(r, easy) + this.IOServiceBytes[i] = *v399 } } if !easy && r.Intn(10) != 0 { @@ -37156,25 +36577,25 @@ func NewPopulatedCgroupInfo_Blkio_Throttling_Statistics(r randyMesos, easy bool) func NewPopulatedCgroupInfo_Blkio_Statistics(r randyMesos, easy bool) *CgroupInfo_Blkio_Statistics { this := &CgroupInfo_Blkio_Statistics{} if r.Intn(10) != 0 { - v399 := r.Intn(5) - this.CFQ = make([]CgroupInfo_Blkio_CFQ_Statistics, v399) - for i := 0; i < v399; i++ { - v400 := NewPopulatedCgroupInfo_Blkio_CFQ_Statistics(r, easy) - this.CFQ[i] = *v400 + v400 := r.Intn(5) + this.CFQ = make([]CgroupInfo_Blkio_CFQ_Statistics, v400) + for i := 0; i < v400; i++ { + v401 := NewPopulatedCgroupInfo_Blkio_CFQ_Statistics(r, easy) + this.CFQ[i] = *v401 } } if r.Intn(10) != 0 { - v401 := r.Intn(5) - this.CFQRecursive = make([]CgroupInfo_Blkio_CFQ_Statistics, v401) - for i := 0; i < v401; i++ { - v402 := NewPopulatedCgroupInfo_Blkio_CFQ_Statistics(r, easy) - this.CFQRecursive[i] = *v402 + v402 := r.Intn(5) + this.CFQRecursive = make([]CgroupInfo_Blkio_CFQ_Statistics, v402) + for i := 0; i < v402; i++ { + v403 := NewPopulatedCgroupInfo_Blkio_CFQ_Statistics(r, easy) + this.CFQRecursive[i] = *v403 } } if r.Intn(10) != 0 { - v403 := r.Intn(5) - this.Throttling = make([]*CgroupInfo_Blkio_Throttling_Statistics, v403) - for i := 0; i < v403; i++ { + v404 := r.Intn(5) + this.Throttling = make([]*CgroupInfo_Blkio_Throttling_Statistics, v404) + for i := 0; i < v404; i++ { this.Throttling[i] = NewPopulatedCgroupInfo_Blkio_Throttling_Statistics(r, easy) } } @@ -37186,8 +36607,8 @@ func NewPopulatedCgroupInfo_Blkio_Statistics(r randyMesos, easy bool) *CgroupInf func NewPopulatedCgroupInfo_NetCls(r randyMesos, easy bool) *CgroupInfo_NetCls { this := &CgroupInfo_NetCls{} if r.Intn(10) != 0 { - v404 := uint32(r.Uint32()) - this.ClassID = &v404 + v405 := uint32(r.Uint32()) + this.ClassID = &v405 } if !easy && r.Intn(10) != 0 { } @@ -37197,11 +36618,11 @@ func NewPopulatedCgroupInfo_NetCls(r randyMesos, easy bool) *CgroupInfo_NetCls { func NewPopulatedLabels(r randyMesos, easy bool) *Labels { this := &Labels{} if r.Intn(10) != 0 { - v405 := r.Intn(5) - this.Labels = make([]Label, v405) - for i := 0; i < v405; i++ { - v406 := NewPopulatedLabel(r, easy) - this.Labels[i] = *v406 + v406 := r.Intn(5) + this.Labels = make([]Label, v406) + for i := 0; i < v406; i++ { + v407 := NewPopulatedLabel(r, easy) + this.Labels[i] = *v407 } } if !easy && r.Intn(10) != 0 { @@ -37213,8 +36634,8 @@ func NewPopulatedLabel(r randyMesos, easy bool) *Label { this := &Label{} this.Key = string(randStringMesos(r)) if r.Intn(10) != 0 { - v407 := string(randStringMesos(r)) - this.Value = &v407 + v408 := string(randStringMesos(r)) + this.Value = &v408 } if !easy && r.Intn(10) != 0 { } @@ -37225,16 +36646,16 @@ func NewPopulatedPort(r randyMesos, easy bool) *Port { this := &Port{} this.Number = uint32(r.Uint32()) if r.Intn(10) != 0 { - v408 := string(randStringMesos(r)) - this.Name = &v408 + v409 := string(randStringMesos(r)) + this.Name = &v409 } if r.Intn(10) != 0 { - v409 := string(randStringMesos(r)) - this.Protocol = &v409 + v410 := string(randStringMesos(r)) + this.Protocol = &v410 } if r.Intn(10) != 0 { - v410 := DiscoveryInfo_Visibility([]int32{0, 1, 2}[r.Intn(3)]) - this.Visibility = &v410 + v411 := DiscoveryInfo_Visibility([]int32{0, 1, 2}[r.Intn(3)]) + this.Visibility = &v411 } if r.Intn(10) != 0 { this.Labels = NewPopulatedLabels(r, easy) @@ -37247,11 +36668,11 @@ func NewPopulatedPort(r randyMesos, easy bool) *Port { func NewPopulatedPorts(r randyMesos, easy bool) *Ports { this := &Ports{} if r.Intn(10) != 0 { - v411 := r.Intn(5) - this.Ports = make([]Port, v411) - for i := 0; i < v411; i++ { - v412 := NewPopulatedPort(r, easy) - this.Ports[i] = *v412 + v412 := r.Intn(5) + this.Ports = make([]Port, v412) + for i := 0; i < v412; i++ { + v413 := NewPopulatedPort(r, easy) + this.Ports[i] = *v413 } } if !easy && r.Intn(10) != 0 { @@ -37262,21 +36683,21 @@ func NewPopulatedPorts(r randyMesos, easy bool) *Ports { func NewPopulatedDiscoveryInfo(r randyMesos, easy bool) *DiscoveryInfo { this := &DiscoveryInfo{} this.Visibility = DiscoveryInfo_Visibility([]int32{0, 1, 2}[r.Intn(3)]) - if r.Intn(10) != 0 { - v413 := string(randStringMesos(r)) - this.Name = &v413 - } if r.Intn(10) != 0 { v414 := string(randStringMesos(r)) - this.Environment = &v414 + this.Name = &v414 } if r.Intn(10) != 0 { v415 := string(randStringMesos(r)) - this.Location = &v415 + this.Environment = &v415 } if r.Intn(10) != 0 { v416 := string(randStringMesos(r)) - this.Version = &v416 + this.Location = &v416 + } + if r.Intn(10) != 0 { + v417 := string(randStringMesos(r)) + this.Version = &v417 } if r.Intn(10) != 0 { this.Ports = NewPopulatedPorts(r, easy) @@ -37296,8 +36717,8 @@ func NewPopulatedWeightInfo(r randyMesos, easy bool) *WeightInfo { this.Weight *= -1 } if r.Intn(10) != 0 { - v417 := string(randStringMesos(r)) - this.Role = &v417 + v418 := string(randStringMesos(r)) + this.Role = &v418 } if !easy && r.Intn(10) != 0 { } @@ -37308,31 +36729,31 @@ func NewPopulatedVersionInfo(r randyMesos, easy bool) *VersionInfo { this := &VersionInfo{} this.Version = string(randStringMesos(r)) if r.Intn(10) != 0 { - v418 := string(randStringMesos(r)) - this.BuildDate = &v418 + v419 := string(randStringMesos(r)) + this.BuildDate = &v419 } if r.Intn(10) != 0 { - v419 := float64(r.Float64()) + v420 := float64(r.Float64()) if r.Intn(2) == 0 { - v419 *= -1 + v420 *= -1 } - this.BuildTime = &v419 - } - if r.Intn(10) != 0 { - v420 := string(randStringMesos(r)) - this.BuildUser = &v420 + this.BuildTime = &v420 } if r.Intn(10) != 0 { v421 := string(randStringMesos(r)) - this.GitSHA = &v421 + this.BuildUser = &v421 } if r.Intn(10) != 0 { v422 := string(randStringMesos(r)) - this.GitBranch = &v422 + this.GitSHA = &v422 } if r.Intn(10) != 0 { v423 := string(randStringMesos(r)) - this.GitTag = &v423 + this.GitBranch = &v423 + } + if r.Intn(10) != 0 { + v424 := string(randStringMesos(r)) + this.GitTag = &v424 } if !easy && r.Intn(10) != 0 { } @@ -37343,8 +36764,8 @@ func NewPopulatedFlag(r randyMesos, easy bool) *Flag { this := &Flag{} this.Name = string(randStringMesos(r)) if r.Intn(10) != 0 { - v424 := string(randStringMesos(r)) - this.Value = &v424 + v425 := string(randStringMesos(r)) + this.Value = &v425 } if !easy && r.Intn(10) != 0 { } @@ -37359,19 +36780,19 @@ func NewPopulatedRole(r randyMesos, easy bool) *Role { this.Weight *= -1 } if r.Intn(10) != 0 { - v425 := r.Intn(5) - this.Frameworks = make([]FrameworkID, v425) - for i := 0; i < v425; i++ { - v426 := NewPopulatedFrameworkID(r, easy) - this.Frameworks[i] = *v426 + v426 := r.Intn(5) + this.Frameworks = make([]FrameworkID, v426) + for i := 0; i < v426; i++ { + v427 := NewPopulatedFrameworkID(r, easy) + this.Frameworks[i] = *v427 } } if r.Intn(10) != 0 { - v427 := r.Intn(5) - this.Resources = make([]Resource, v427) - for i := 0; i < v427; i++ { - v428 := NewPopulatedResource(r, easy) - this.Resources[i] = *v428 + v428 := r.Intn(5) + this.Resources = make([]Resource, v428) + for i := 0; i < v428; i++ { + v429 := NewPopulatedResource(r, easy) + this.Resources[i] = *v429 } } if !easy && r.Intn(10) != 0 { @@ -37383,11 +36804,11 @@ func NewPopulatedMetric(r randyMesos, easy bool) *Metric { this := &Metric{} this.Name = string(randStringMesos(r)) if r.Intn(10) != 0 { - v429 := float64(r.Float64()) + v430 := float64(r.Float64()) if r.Intn(2) == 0 { - v429 *= -1 + v430 *= -1 } - this.Value = &v429 + this.Value = &v430 } if !easy && r.Intn(10) != 0 { } @@ -37398,30 +36819,30 @@ func NewPopulatedFileInfo(r randyMesos, easy bool) *FileInfo { this := &FileInfo{} this.Path = string(randStringMesos(r)) if r.Intn(10) != 0 { - v430 := int32(r.Int31()) + v431 := int32(r.Int31()) if r.Intn(2) == 0 { - v430 *= -1 + v431 *= -1 } - this.Nlink = &v430 + this.Nlink = &v431 } if r.Intn(10) != 0 { - v431 := uint64(uint64(r.Uint32())) - this.Size = &v431 + v432 := uint64(uint64(r.Uint32())) + this.Size = &v432 } if r.Intn(10) != 0 { this.Mtime = NewPopulatedTimeInfo(r, easy) } if r.Intn(10) != 0 { - v432 := uint32(r.Uint32()) - this.Mode = &v432 + v433 := uint32(r.Uint32()) + this.Mode = &v433 } if r.Intn(10) != 0 { - v433 := string(randStringMesos(r)) - this.UID = &v433 + v434 := string(randStringMesos(r)) + this.UID = &v434 } if r.Intn(10) != 0 { - v434 := string(randStringMesos(r)) - this.GID = &v434 + v435 := string(randStringMesos(r)) + this.GID = &v435 } if !easy && r.Intn(10) != 0 { } @@ -37431,8 +36852,8 @@ func NewPopulatedFileInfo(r randyMesos, easy bool) *FileInfo { func NewPopulatedDevice(r randyMesos, easy bool) *Device { this := &Device{} if r.Intn(10) != 0 { - v435 := string(randStringMesos(r)) - this.Path = &v435 + v436 := string(randStringMesos(r)) + this.Path = &v436 } if r.Intn(10) != 0 { this.Number = NewPopulatedDevice_Number(r, easy) @@ -37444,10 +36865,10 @@ func NewPopulatedDevice(r randyMesos, easy bool) *Device { func NewPopulatedDevice_Number(r randyMesos, easy bool) *Device_Number { this := &Device_Number{} - v436 := uint64(uint64(r.Uint32())) - this.MajorNumber = &v436 v437 := uint64(uint64(r.Uint32())) - this.MinorNumber = &v437 + this.MajorNumber = &v437 + v438 := uint64(uint64(r.Uint32())) + this.MinorNumber = &v438 if !easy && r.Intn(10) != 0 { } return this @@ -37455,10 +36876,10 @@ func NewPopulatedDevice_Number(r randyMesos, easy bool) *Device_Number { func NewPopulatedDeviceAccess(r randyMesos, easy bool) *DeviceAccess { this := &DeviceAccess{} - v438 := NewPopulatedDevice(r, easy) - this.Device = *v438 - v439 := NewPopulatedDeviceAccess_Access(r, easy) - this.Access = *v439 + v439 := NewPopulatedDevice(r, easy) + this.Device = *v439 + v440 := NewPopulatedDeviceAccess_Access(r, easy) + this.Access = *v440 if !easy && r.Intn(10) != 0 { } return this @@ -37466,17 +36887,17 @@ func NewPopulatedDeviceAccess(r randyMesos, easy bool) *DeviceAccess { func NewPopulatedDeviceAccess_Access(r randyMesos, easy bool) *DeviceAccess_Access { this := &DeviceAccess_Access{} - if r.Intn(10) != 0 { - v440 := bool(bool(r.Intn(2) == 0)) - this.Read = &v440 - } if r.Intn(10) != 0 { v441 := bool(bool(r.Intn(2) == 0)) - this.Write = &v441 + this.Read = &v441 } if r.Intn(10) != 0 { v442 := bool(bool(r.Intn(2) == 0)) - this.Mknod = &v442 + this.Write = &v442 + } + if r.Intn(10) != 0 { + v443 := bool(bool(r.Intn(2) == 0)) + this.Mknod = &v443 } if !easy && r.Intn(10) != 0 { } @@ -37486,11 +36907,11 @@ func NewPopulatedDeviceAccess_Access(r randyMesos, easy bool) *DeviceAccess_Acce func NewPopulatedDeviceWhitelist(r randyMesos, easy bool) *DeviceWhitelist { this := &DeviceWhitelist{} if r.Intn(10) != 0 { - v443 := r.Intn(5) - this.AllowedDevices = make([]DeviceAccess, v443) - for i := 0; i < v443; i++ { - v444 := NewPopulatedDeviceAccess(r, easy) - this.AllowedDevices[i] = *v444 + v444 := r.Intn(5) + this.AllowedDevices = make([]DeviceAccess, v444) + for i := 0; i < v444; i++ { + v445 := NewPopulatedDeviceAccess(r, easy) + this.AllowedDevices[i] = *v445 } } if !easy && r.Intn(10) != 0 { @@ -37517,9 +36938,9 @@ func randUTF8RuneMesos(r randyMesos) rune { return rune(ru + 61) } func randStringMesos(r randyMesos) string { - v445 := r.Intn(100) - tmps := make([]rune, v445) - for i := 0; i < v445; i++ { + v446 := r.Intn(100) + tmps := make([]rune, v446) + for i := 0; i < v446; i++ { tmps[i] = randUTF8RuneMesos(r) } return string(tmps) @@ -37541,11 +36962,11 @@ func randFieldMesos(dAtA []byte, r randyMesos, fieldNumber int, wire int) []byte switch wire { case 0: dAtA = encodeVarintPopulateMesos(dAtA, uint64(key)) - v446 := r.Int63() + v447 := r.Int63() if r.Intn(2) == 0 { - v446 *= -1 + v447 *= -1 } - dAtA = encodeVarintPopulateMesos(dAtA, uint64(v446)) + dAtA = encodeVarintPopulateMesos(dAtA, uint64(v447)) case 1: dAtA = encodeVarintPopulateMesos(dAtA, uint64(key)) dAtA = append(dAtA, byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256))) @@ -38316,7 +37737,9 @@ func (m *Resource_ReservationInfo) ProtoSize() (n int) { l = len(*m.Role) n += 1 + l + sovMesos(uint64(l)) } - n += 1 + sovMesos(uint64(m.Type)) + if m.Type != nil { + n += 1 + sovMesos(uint64(*m.Type)) + } return n } @@ -40997,7 +40420,7 @@ func (this *Resource_ReservationInfo) String() string { `Principal:` + valueToStringMesos(this.Principal) + `,`, `Labels:` + strings.Replace(fmt.Sprintf("%v", this.Labels), "Labels", "Labels", 1) + `,`, `Role:` + valueToStringMesos(this.Role) + `,`, - `Type:` + fmt.Sprintf("%v", this.Type) + `,`, + `Type:` + valueToStringMesos(this.Type) + `,`, `}`, }, "") return s @@ -42392,7 +41815,7 @@ func (m *FrameworkID) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("value") + return proto.NewRequiredNotSetError("value") } if iNdEx > l { @@ -42476,7 +41899,7 @@ func (m *OfferID) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("value") + return proto.NewRequiredNotSetError("value") } if iNdEx > l { @@ -42560,7 +41983,7 @@ func (m *AgentID) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("value") + return proto.NewRequiredNotSetError("value") } if iNdEx > l { @@ -42644,7 +42067,7 @@ func (m *TaskID) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("value") + return proto.NewRequiredNotSetError("value") } if iNdEx > l { @@ -42728,7 +42151,7 @@ func (m *ExecutorID) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("value") + return proto.NewRequiredNotSetError("value") } if iNdEx > l { @@ -42845,7 +42268,7 @@ func (m *ContainerID) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("value") + return proto.NewRequiredNotSetError("value") } if iNdEx > l { @@ -42929,7 +42352,7 @@ func (m *ResourceProviderID) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("value") + return proto.NewRequiredNotSetError("value") } if iNdEx > l { @@ -43003,7 +42426,7 @@ func (m *TimeInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("nanoseconds") + return proto.NewRequiredNotSetError("nanoseconds") } if iNdEx > l { @@ -43077,7 +42500,7 @@ func (m *DurationInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("nanoseconds") + return proto.NewRequiredNotSetError("nanoseconds") } if iNdEx > l { @@ -43211,7 +42634,7 @@ func (m *Address) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("port") + return proto.NewRequiredNotSetError("port") } if iNdEx > l { @@ -43417,10 +42840,10 @@ func (m *URL) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("scheme") + return proto.NewRequiredNotSetError("scheme") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("address") + return proto.NewRequiredNotSetError("address") } if iNdEx > l { @@ -43538,7 +42961,7 @@ func (m *Unavailability) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("start") + return proto.NewRequiredNotSetError("start") } if iNdEx > l { @@ -43786,7 +43209,7 @@ func (m *MachineInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("id") + return proto.NewRequiredNotSetError("id") } if iNdEx > l { @@ -43925,15 +43348,8 @@ func (m *FrameworkInfo) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.FailoverTimeout = &v2 case 5: @@ -44186,10 +43602,10 @@ func (m *FrameworkInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("user") + return proto.NewRequiredNotSetError("user") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("name") + return proto.NewRequiredNotSetError("name") } if iNdEx > l { @@ -44388,15 +43804,8 @@ func (m *CheckInfo) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.DelaySeconds = &v2 case 5: @@ -44407,15 +43816,8 @@ func (m *CheckInfo) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.IntervalSeconds = &v2 case 6: @@ -44426,15 +43828,8 @@ func (m *CheckInfo) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.TimeoutSeconds = &v2 case 7: @@ -44568,7 +43963,7 @@ func (m *CheckInfo_Command) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("command") + return proto.NewRequiredNotSetError("command") } if iNdEx > l { @@ -44672,7 +44067,7 @@ func (m *CheckInfo_Http) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("port") + return proto.NewRequiredNotSetError("port") } if iNdEx > l { @@ -44746,7 +44141,7 @@ func (m *CheckInfo_Tcp) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("port") + return proto.NewRequiredNotSetError("port") } if iNdEx > l { @@ -44824,15 +44219,8 @@ func (m *HealthCheck) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.DelaySeconds = &v2 case 3: @@ -44843,15 +44231,8 @@ func (m *HealthCheck) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.IntervalSeconds = &v2 case 4: @@ -44862,15 +44243,8 @@ func (m *HealthCheck) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.TimeoutSeconds = &v2 case 5: @@ -44901,15 +44275,8 @@ func (m *HealthCheck) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.GracePeriodSeconds = &v2 case 7: @@ -45206,7 +44573,7 @@ func (m *HealthCheck_HTTPCheckInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("port") + return proto.NewRequiredNotSetError("port") } if iNdEx > l { @@ -45280,7 +44647,7 @@ func (m *HealthCheck_TCPCheckInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("port") + return proto.NewRequiredNotSetError("port") } if iNdEx > l { @@ -45764,7 +45131,7 @@ func (m *CommandInfo_URI) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("value") + return proto.NewRequiredNotSetError("value") } if iNdEx > l { @@ -46188,7 +45555,7 @@ func (m *ExecutorInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("executor_id") + return proto.NewRequiredNotSetError("executor_id") } if iNdEx > l { @@ -46387,10 +45754,10 @@ func (m *DomainInfo_FaultDomain) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("region") + return proto.NewRequiredNotSetError("region") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("zone") + return proto.NewRequiredNotSetError("zone") } if iNdEx > l { @@ -46474,7 +45841,7 @@ func (m *DomainInfo_FaultDomain_RegionInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("name") + return proto.NewRequiredNotSetError("name") } if iNdEx > l { @@ -46558,7 +45925,7 @@ func (m *DomainInfo_FaultDomain_ZoneInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("name") + return proto.NewRequiredNotSetError("name") } if iNdEx > l { @@ -46839,13 +46206,13 @@ func (m *MasterInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("id") + return proto.NewRequiredNotSetError("id") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("ip") + return proto.NewRequiredNotSetError("ip") } if hasFields[0]&uint64(0x00000004) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("port") + return proto.NewRequiredNotSetError("port") } if iNdEx > l { @@ -47077,7 +46444,7 @@ func (m *AgentInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("hostname") + return proto.NewRequiredNotSetError("hostname") } if iNdEx > l { @@ -47324,10 +46691,10 @@ func (m *ResourceProviderInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("type") + return proto.NewRequiredNotSetError("type") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("name") + return proto.NewRequiredNotSetError("name") } if iNdEx > l { @@ -47533,7 +46900,7 @@ func (m *Value) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("type") + return proto.NewRequiredNotSetError("type") } if iNdEx > l { @@ -47579,15 +46946,8 @@ func (m *Value_Scalar) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 m.Value = float64(math.Float64frombits(v)) hasFields[0] |= uint64(0x00000001) default: @@ -47606,7 +46966,7 @@ func (m *Value_Scalar) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("value") + return proto.NewRequiredNotSetError("value") } if iNdEx > l { @@ -47700,10 +47060,10 @@ func (m *Value_Range) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("begin") + return proto.NewRequiredNotSetError("begin") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("end") + return proto.NewRequiredNotSetError("end") } if iNdEx > l { @@ -47947,7 +47307,7 @@ func (m *Value_Text) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("value") + return proto.NewRequiredNotSetError("value") } if iNdEx > l { @@ -48183,10 +47543,10 @@ func (m *Attribute) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("name") + return proto.NewRequiredNotSetError("name") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("type") + return proto.NewRequiredNotSetError("type") } if iNdEx > l { @@ -48649,10 +48009,10 @@ func (m *Resource) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("name") + return proto.NewRequiredNotSetError("name") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("type") + return proto.NewRequiredNotSetError("type") } if iNdEx > l { @@ -48866,7 +48226,7 @@ func (m *Resource_ReservationInfo) Unmarshal(dAtA []byte) error { if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType) } - m.Type = 0 + var v Resource_ReservationInfo_Type for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowMesos @@ -48876,11 +48236,12 @@ func (m *Resource_ReservationInfo) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - m.Type |= (Resource_ReservationInfo_Type(b) & 0x7F) << shift + v |= (Resource_ReservationInfo_Type(b) & 0x7F) << shift if b < 0x80 { break } } + m.Type = &v default: iNdEx = preIndex skippy, err := skipMesos(dAtA[iNdEx:]) @@ -49157,7 +48518,7 @@ func (m *Resource_DiskInfo_Persistence) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("id") + return proto.NewRequiredNotSetError("id") } if iNdEx > l { @@ -49297,7 +48658,7 @@ func (m *Resource_DiskInfo_Source) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("type") + return proto.NewRequiredNotSetError("type") } if iNdEx > l { @@ -49821,7 +49182,7 @@ func (m *TrafficControlStatistics) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("id") + return proto.NewRequiredNotSetError("id") } if iNdEx > l { @@ -51785,15 +51146,8 @@ func (m *ResourceStatistics) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 m.Timestamp = float64(math.Float64frombits(v)) hasFields[0] |= uint64(0x00000001) case 2: @@ -51804,15 +51158,8 @@ func (m *ResourceStatistics) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.CPUsUserTimeSecs = &v2 case 3: @@ -51823,15 +51170,8 @@ func (m *ResourceStatistics) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.CPUsSystemTimeSecs = &v2 case 4: @@ -51842,15 +51182,8 @@ func (m *ResourceStatistics) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.CPUsLimit = &v2 case 5: @@ -51941,15 +51274,8 @@ func (m *ResourceStatistics) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.CPUsThrottledTimeSecs = &v2 case 10: @@ -52213,15 +51539,8 @@ func (m *ResourceStatistics) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.NetTCPRttMicrosecsP50 = &v2 case 23: @@ -52232,15 +51551,8 @@ func (m *ResourceStatistics) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.NetTCPRttMicrosecsP90 = &v2 case 24: @@ -52251,15 +51563,8 @@ func (m *ResourceStatistics) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.NetTCPRttMicrosecsP95 = &v2 case 25: @@ -52270,15 +51575,8 @@ func (m *ResourceStatistics) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.NetTCPRttMicrosecsP99 = &v2 case 26: @@ -52329,15 +51627,8 @@ func (m *ResourceStatistics) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.NetTCPActiveConnections = &v2 case 29: @@ -52348,15 +51639,8 @@ func (m *ResourceStatistics) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.NetTCPTimeWaitConnections = &v2 case 30: @@ -52723,7 +52007,7 @@ func (m *ResourceStatistics) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("timestamp") + return proto.NewRequiredNotSetError("timestamp") } if iNdEx > l { @@ -53046,10 +52330,10 @@ func (m *ResourceUsage_Executor) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("executor_info") + return proto.NewRequiredNotSetError("executor_info") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("container_id") + return proto.NewRequiredNotSetError("container_id") } if iNdEx > l { @@ -53228,10 +52512,10 @@ func (m *ResourceUsage_Executor_Task) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("name") + return proto.NewRequiredNotSetError("name") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("id") + return proto.NewRequiredNotSetError("id") } if iNdEx > l { @@ -53277,15 +52561,8 @@ func (m *PerfStatistics) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 m.Timestamp = float64(math.Float64frombits(v)) hasFields[0] |= uint64(0x00000001) case 2: @@ -53296,15 +52573,8 @@ func (m *PerfStatistics) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 m.Duration = float64(math.Float64frombits(v)) hasFields[0] |= uint64(0x00000002) case 3: @@ -53515,15 +52785,8 @@ func (m *PerfStatistics) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.CPUClock = &v2 case 14: @@ -53534,15 +52797,8 @@ func (m *PerfStatistics) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.TaskClock = &v2 case 15: @@ -54341,10 +53597,10 @@ func (m *PerfStatistics) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("timestamp") + return proto.NewRequiredNotSetError("timestamp") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("duration") + return proto.NewRequiredNotSetError("duration") } if iNdEx > l { @@ -54860,16 +54116,16 @@ func (m *Offer) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("id") + return proto.NewRequiredNotSetError("id") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("framework_id") + return proto.NewRequiredNotSetError("framework_id") } if hasFields[0]&uint64(0x00000004) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("agent_id") + return proto.NewRequiredNotSetError("agent_id") } if hasFields[0]&uint64(0x00000008) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("hostname") + return proto.NewRequiredNotSetError("hostname") } if iNdEx > l { @@ -55333,10 +54589,10 @@ func (m *Offer_Operation_LaunchGroup) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("executor") + return proto.NewRequiredNotSetError("executor") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("task_group") + return proto.NewRequiredNotSetError("task_group") } if iNdEx > l { @@ -55904,13 +55160,13 @@ func (m *InverseOffer) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("id") + return proto.NewRequiredNotSetError("id") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("framework_id") + return proto.NewRequiredNotSetError("framework_id") } if hasFields[0]&uint64(0x00000004) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("unavailability") + return proto.NewRequiredNotSetError("unavailability") } if iNdEx > l { @@ -56382,13 +55638,13 @@ func (m *TaskInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("name") + return proto.NewRequiredNotSetError("name") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("task_id") + return proto.NewRequiredNotSetError("task_id") } if hasFields[0]&uint64(0x00000004) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("agent_id") + return proto.NewRequiredNotSetError("agent_id") } if iNdEx > l { @@ -56942,19 +56198,19 @@ func (m *Task) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("name") + return proto.NewRequiredNotSetError("name") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("task_id") + return proto.NewRequiredNotSetError("task_id") } if hasFields[0]&uint64(0x00000004) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("framework_id") + return proto.NewRequiredNotSetError("framework_id") } if hasFields[0]&uint64(0x00000008) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("agent_id") + return proto.NewRequiredNotSetError("agent_id") } if hasFields[0]&uint64(0x00000010) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("state") + return proto.NewRequiredNotSetError("state") } if iNdEx > l { @@ -57526,15 +56782,8 @@ func (m *TaskStatus) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.Timestamp = &v2 case 7: @@ -57810,10 +57059,10 @@ func (m *TaskStatus) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("task_id") + return proto.NewRequiredNotSetError("task_id") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("state") + return proto.NewRequiredNotSetError("state") } if iNdEx > l { @@ -57858,15 +57107,8 @@ func (m *Filters) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.RefuseSeconds = &v2 default: @@ -58130,7 +57372,7 @@ func (m *Environment_Variable) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("name") + return proto.NewRequiredNotSetError("name") } if iNdEx > l { @@ -58244,10 +57486,10 @@ func (m *Parameter) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("key") + return proto.NewRequiredNotSetError("key") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("value") + return proto.NewRequiredNotSetError("value") } if iNdEx > l { @@ -58442,7 +57684,7 @@ func (m *Credential) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("principal") + return proto.NewRequiredNotSetError("principal") } if iNdEx > l { @@ -58772,7 +58014,7 @@ func (m *Secret_Reference) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("name") + return proto.NewRequiredNotSetError("name") } if iNdEx > l { @@ -58858,7 +58100,7 @@ func (m *Secret_Value) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("data") + return proto.NewRequiredNotSetError("data") } if iNdEx > l { @@ -58904,15 +58146,8 @@ func (m *RateLimit) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.QPS = &v2 case 2: @@ -58981,7 +58216,7 @@ func (m *RateLimit) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("principal") + return proto.NewRequiredNotSetError("principal") } if iNdEx > l { @@ -59057,15 +58292,8 @@ func (m *RateLimits) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.AggregateDefaultQPS = &v2 case 3: @@ -59263,7 +58491,7 @@ func (m *Image) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("type") + return proto.NewRequiredNotSetError("type") } if iNdEx > l { @@ -59410,7 +58638,7 @@ func (m *Image_Appc) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("name") + return proto.NewRequiredNotSetError("name") } if iNdEx > l { @@ -59560,7 +58788,7 @@ func (m *Image_Docker) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("name") + return proto.NewRequiredNotSetError("name") } if iNdEx > l { @@ -59761,10 +58989,10 @@ func (m *Volume) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("container_path") + return proto.NewRequiredNotSetError("container_path") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("mode") + return proto.NewRequiredNotSetError("mode") } if iNdEx > l { @@ -60079,7 +59307,7 @@ func (m *Volume_Source_DockerVolume) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("name") + return proto.NewRequiredNotSetError("name") } if iNdEx > l { @@ -60182,7 +59410,7 @@ func (m *Volume_Source_SandboxPath) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("path") + return proto.NewRequiredNotSetError("path") } if iNdEx > l { @@ -60610,10 +59838,10 @@ func (m *NetworkInfo_PortMapping) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("host_port") + return proto.NewRequiredNotSetError("host_port") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("container_port") + return proto.NewRequiredNotSetError("container_port") } if iNdEx > l { @@ -61262,10 +60490,10 @@ func (m *TTYInfo_WindowSize) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("rows") + return proto.NewRequiredNotSetError("rows") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("columns") + return proto.NewRequiredNotSetError("columns") } if iNdEx > l { @@ -61597,7 +60825,7 @@ func (m *ContainerInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("type") + return proto.NewRequiredNotSetError("type") } if iNdEx > l { @@ -61835,7 +61063,7 @@ func (m *ContainerInfo_DockerInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("image") + return proto.NewRequiredNotSetError("image") } if iNdEx > l { @@ -61959,10 +61187,10 @@ func (m *ContainerInfo_DockerInfo_PortMapping) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("host_port") + return proto.NewRequiredNotSetError("host_port") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("container_port") + return proto.NewRequiredNotSetError("container_port") } if iNdEx > l { @@ -63397,7 +62625,7 @@ func (m *Label) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("key") + return proto.NewRequiredNotSetError("key") } if iNdEx > l { @@ -63584,7 +62812,7 @@ func (m *Port) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("number") + return proto.NewRequiredNotSetError("number") } if iNdEx > l { @@ -63925,7 +63153,7 @@ func (m *DiscoveryInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("visibility") + return proto.NewRequiredNotSetError("visibility") } if iNdEx > l { @@ -63971,15 +63199,8 @@ func (m *WeightInfo) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 m.Weight = float64(math.Float64frombits(v)) hasFields[0] |= uint64(0x00000001) case 2: @@ -64028,7 +63249,7 @@ func (m *WeightInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("weight") + return proto.NewRequiredNotSetError("weight") } if iNdEx > l { @@ -64134,15 +63355,8 @@ func (m *VersionInfo) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.BuildTime = &v2 case 4: @@ -64281,7 +63495,7 @@ func (m *VersionInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("version") + return proto.NewRequiredNotSetError("version") } if iNdEx > l { @@ -64395,7 +63609,7 @@ func (m *Flag) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("name") + return proto.NewRequiredNotSetError("name") } if iNdEx > l { @@ -64471,15 +63685,8 @@ func (m *Role) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 m.Weight = float64(math.Float64frombits(v)) hasFields[0] |= uint64(0x00000002) case 3: @@ -64560,10 +63767,10 @@ func (m *Role) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("name") + return proto.NewRequiredNotSetError("name") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("weight") + return proto.NewRequiredNotSetError("weight") } if iNdEx > l { @@ -64639,15 +63846,8 @@ func (m *Metric) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.Value = &v2 default: @@ -64666,7 +63866,7 @@ func (m *Metric) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("name") + return proto.NewRequiredNotSetError("name") } if iNdEx > l { @@ -64903,7 +64103,7 @@ func (m *FileInfo) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("path") + return proto.NewRequiredNotSetError("path") } if iNdEx > l { @@ -65112,10 +64312,10 @@ func (m *Device_Number) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("major_number") + return proto.NewRequiredNotSetError("major_number") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("minor_number") + return proto.NewRequiredNotSetError("minor_number") } if iNdEx > l { @@ -65231,10 +64431,10 @@ func (m *DeviceAccess) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("device") + return proto.NewRequiredNotSetError("device") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("access") + return proto.NewRequiredNotSetError("access") } if iNdEx > l { @@ -65544,693 +64744,693 @@ var ( func init() { proto.RegisterFile("mesos.proto", fileDescriptorMesos) } var fileDescriptorMesos = []byte{ - // 11003 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x7d, 0x5b, 0x90, 0x5b, 0x49, - 0x96, 0x50, 0xeb, 0x2d, 0x1d, 0x49, 0x55, 0xd7, 0x59, 0xb6, 0x5b, 0x96, 0xed, 0x2a, 0xb7, 0xda, - 0x76, 0xbb, 0xdb, 0xee, 0xb2, 0xdb, 0xdd, 0xee, 0x69, 0xbb, 0xa7, 0xbb, 0x47, 0x25, 0xdd, 0xaa, - 0xba, 0x63, 0xbd, 0x3a, 0x25, 0xd9, 0xdd, 0x13, 0x1b, 0xa1, 0xb8, 0x25, 0xdd, 0xaa, 0xba, 0x6b, - 0x49, 0x57, 0x7d, 0xef, 0x55, 0xd9, 0x9e, 0x1f, 0x06, 0xd8, 0x85, 0x5d, 0xd8, 0x25, 0xf8, 0x00, - 0x82, 0xd7, 0xc7, 0xc2, 0x46, 0xc0, 0x7e, 0xb0, 0xc4, 0x2e, 0xaf, 0xe0, 0x63, 0x03, 0xf8, 0x59, - 0xd8, 0x3f, 0x66, 0x82, 0x20, 0x82, 0x2f, 0xc3, 0xd4, 0x2e, 0xc1, 0x00, 0x0b, 0x33, 0x2c, 0x0b, - 0xb3, 0xc0, 0xb2, 0x4b, 0xe4, 0xf3, 0xe6, 0x95, 0x54, 0x0f, 0xf7, 0xec, 0x04, 0x5f, 0xba, 0x79, - 0xf2, 0x9c, 0x93, 0x99, 0x27, 0x4f, 0x66, 0x9e, 0x93, 0x8f, 0x23, 0xc8, 0x8e, 0x2c, 0xcf, 0xf1, - 0xd6, 0x27, 0xae, 0xe3, 0x3b, 0x28, 0x41, 0x13, 0xc5, 0xb7, 0xf7, 0x6c, 0x7f, 0x7f, 0xba, 0xb3, - 0xde, 0x77, 0x46, 0xb7, 0xf7, 0x9c, 0x3d, 0xe7, 0x36, 0xcd, 0xdd, 0x99, 0xee, 0xd2, 0x14, 0x4d, - 0xd0, 0x2f, 0x46, 0x55, 0x7a, 0x13, 0xb2, 0x9b, 0xae, 0x39, 0xb2, 0x9e, 0x3a, 0xee, 0x13, 0xa3, - 0x8a, 0x8a, 0x90, 0x38, 0x30, 0x87, 0x53, 0xab, 0x10, 0xb9, 0x12, 0xbd, 0x91, 0xd9, 0x88, 0xff, - 0xc6, 0x8b, 0xb5, 0x57, 0x30, 0x03, 0x95, 0xae, 0x41, 0xaa, 0xb9, 0xbb, 0x6b, 0xb9, 0x27, 0xa3, - 0x95, 0xf7, 0xac, 0xb1, 0x7f, 0x02, 0xda, 0x55, 0x48, 0x76, 0x4c, 0xef, 0xa4, 0x32, 0x6f, 0x00, - 0xe8, 0xcf, 0xac, 0xfe, 0xd4, 0x77, 0x4e, 0x2a, 0xb6, 0x0b, 0xd9, 0x8a, 0x33, 0xf6, 0x4d, 0x7b, - 0x7c, 0x52, 0x0d, 0xd1, 0x5b, 0x90, 0x9c, 0x98, 0xae, 0x35, 0xf6, 0x0b, 0xd1, 0x2b, 0x91, 0x1b, - 0xd9, 0xbb, 0x68, 0x9d, 0xc9, 0x51, 0xa1, 0xc7, 0x1c, 0xa3, 0x74, 0x07, 0x10, 0xb6, 0x3c, 0x67, - 0xea, 0xf6, 0xad, 0x96, 0xeb, 0x1c, 0xd8, 0x83, 0x13, 0xdb, 0x7f, 0x17, 0xd2, 0x1d, 0x7b, 0x64, - 0x19, 0xe3, 0x5d, 0x07, 0x5d, 0x87, 0xec, 0xd8, 0x1c, 0x3b, 0x9e, 0xd5, 0x77, 0xc6, 0x03, 0x8f, - 0x62, 0xc7, 0x38, 0xb6, 0x9a, 0x51, 0x7a, 0x1f, 0x72, 0xd5, 0xa9, 0x6b, 0xfa, 0xb6, 0x33, 0x7e, - 0x29, 0xba, 0xc7, 0x90, 0x2a, 0x0f, 0x06, 0xae, 0xe5, 0x79, 0xa8, 0x08, 0xe9, 0x7d, 0xc7, 0xf3, - 0xc7, 0xe6, 0x88, 0xd4, 0x2a, 0x72, 0x23, 0x83, 0x65, 0x1a, 0x9d, 0x87, 0xa8, 0x3d, 0xa1, 0x8d, - 0xcd, 0x6c, 0x24, 0x0f, 0x5f, 0xac, 0x45, 0x8d, 0x16, 0x8e, 0xda, 0x13, 0x54, 0x80, 0xf8, 0xc4, - 0x71, 0xfd, 0x42, 0xec, 0x4a, 0xf4, 0x46, 0x82, 0xf3, 0xa7, 0x90, 0xd2, 0xaf, 0x46, 0x20, 0xd6, - 0xc5, 0x35, 0x74, 0x09, 0x92, 0x5e, 0x7f, 0xdf, 0x1a, 0x85, 0x5b, 0xca, 0x61, 0x68, 0x1d, 0x52, - 0x26, 0x2b, 0xbe, 0x10, 0xbd, 0x12, 0xbd, 0x91, 0xbd, 0xbb, 0xc4, 0x25, 0xc9, 0x2b, 0xc5, 0xd1, - 0x05, 0x12, 0x42, 0x10, 0x9f, 0x98, 0xfe, 0x7e, 0x21, 0x46, 0xeb, 0x47, 0xbf, 0xd1, 0x2d, 0x48, - 0x7c, 0x31, 0xb5, 0xdc, 0xe7, 0x85, 0xf8, 0x95, 0xd8, 0x8d, 0xec, 0x5d, 0x8d, 0x73, 0x68, 0x99, - 0x44, 0x2b, 0x7d, 0xcb, 0x15, 0xc2, 0xa5, 0x48, 0xa4, 0x95, 0xbb, 0xae, 0xb9, 0x37, 0x22, 0x9d, - 0x97, 0x60, 0xad, 0x14, 0xe9, 0xd2, 0x18, 0x96, 0xba, 0x63, 0xf3, 0xc0, 0xb4, 0x87, 0xe6, 0x8e, - 0x3d, 0xb4, 0xfd, 0xe7, 0xe8, 0x26, 0x24, 0x3c, 0xdf, 0x74, 0x7d, 0x5a, 0xf9, 0xec, 0xdd, 0x65, - 0xce, 0x5b, 0x74, 0x8f, 0x60, 0x4d, 0x71, 0xd0, 0x6d, 0x48, 0x0f, 0x78, 0x1f, 0x70, 0xbd, 0x58, - 0xe1, 0xf8, 0x6a, 0xd7, 0x60, 0x89, 0x54, 0xfa, 0x04, 0x32, 0x75, 0xb3, 0xbf, 0x6f, 0x8f, 0x2d, - 0xaa, 0x11, 0x2f, 0x2d, 0xfe, 0xd2, 0xbf, 0x8c, 0x40, 0x56, 0x70, 0x20, 0xbd, 0x7e, 0x0b, 0xa2, - 0xf6, 0x80, 0xd7, 0x55, 0xc8, 0x41, 0x96, 0xb0, 0x01, 0xa4, 0xb2, 0x94, 0xba, 0x8a, 0xa3, 0xf6, - 0x00, 0xdd, 0x84, 0xf8, 0xc8, 0x19, 0x58, 0x94, 0xef, 0xd2, 0xdd, 0x57, 0x67, 0xf0, 0xc7, 0xbb, - 0xce, 0x7a, 0xdd, 0x19, 0x58, 0x98, 0x22, 0xa1, 0x8f, 0x60, 0x69, 0x1a, 0x92, 0x0d, 0xed, 0x83, - 0xec, 0xdd, 0x73, 0x9c, 0x2c, 0x2c, 0x38, 0x3c, 0x83, 0x5c, 0xba, 0x0e, 0x71, 0xc2, 0x0c, 0x25, - 0x21, 0xda, 0x6d, 0x69, 0x11, 0x94, 0x83, 0x74, 0x15, 0x97, 0x8d, 0x86, 0xd1, 0xd8, 0xd2, 0xa2, - 0x28, 0x0d, 0xf1, 0x6a, 0xf3, 0x71, 0x43, 0x8b, 0x95, 0x7e, 0x2b, 0x01, 0xf9, 0x60, 0x3a, 0x21, - 0x6d, 0x2a, 0x40, 0x7c, 0xea, 0x59, 0x6e, 0x48, 0x7d, 0x28, 0x84, 0xe4, 0x50, 0x69, 0x45, 0xd5, - 0x1c, 0x2a, 0xaf, 0xb7, 0xa8, 0x1c, 0x62, 0xa1, 0xb1, 0xa9, 0x4c, 0x52, 0x5c, 0x86, 0x4c, 0x0a, - 0xb7, 0x40, 0xdb, 0x35, 0xed, 0xa1, 0x73, 0x60, 0xb9, 0x3d, 0xdf, 0x1e, 0x59, 0xce, 0xd4, 0x2f, - 0xc4, 0xaf, 0x44, 0x6e, 0x44, 0x1e, 0x44, 0xee, 0xe0, 0x65, 0x91, 0xd5, 0x61, 0x39, 0xe8, 0x1a, - 0x40, 0x7f, 0xdf, 0xea, 0x3f, 0x99, 0x38, 0x36, 0x57, 0xa0, 0xf4, 0x83, 0xc4, 0xae, 0x39, 0xf4, - 0x2c, 0xac, 0x64, 0xa0, 0x0b, 0x10, 0x77, 0x9d, 0xa1, 0x55, 0x48, 0x92, 0x2e, 0x7b, 0x10, 0x79, - 0x6b, 0x23, 0x5a, 0x88, 0x60, 0x0a, 0x0a, 0xf5, 0x73, 0x6a, 0xa6, 0x9f, 0x2f, 0x41, 0x66, 0xe2, - 0xda, 0xe3, 0xbe, 0x3d, 0x31, 0x87, 0x85, 0x34, 0xcd, 0x0c, 0x00, 0xe8, 0x4d, 0xc8, 0x3c, 0xb5, - 0x76, 0xa6, 0x76, 0x6f, 0xea, 0x0e, 0x0b, 0x19, 0xaa, 0x0c, 0xb9, 0xc3, 0x17, 0x6b, 0xe9, 0xc7, - 0xd6, 0x4e, 0xd7, 0xee, 0xe2, 0x1a, 0x4e, 0xd3, 0xec, 0xae, 0x3b, 0x44, 0x06, 0xe4, 0xfa, 0xe6, - 0x84, 0x09, 0xdf, 0xb6, 0xbc, 0x02, 0xd0, 0xa1, 0xb1, 0x36, 0x27, 0x0a, 0xd2, 0xc9, 0x15, 0x81, - 0xf8, 0x9c, 0xcb, 0x30, 0x44, 0x8a, 0xae, 0x41, 0x72, 0x68, 0xee, 0x58, 0x43, 0xaf, 0x90, 0xa5, - 0xf2, 0xcc, 0x73, 0x26, 0x35, 0x0a, 0xc4, 0x3c, 0x13, 0x9d, 0x85, 0x04, 0x69, 0x9e, 0x57, 0xc8, - 0x5d, 0x89, 0xdd, 0xc8, 0x60, 0x96, 0x28, 0xfe, 0xc5, 0x28, 0x40, 0xc0, 0x1f, 0x7d, 0x0c, 0x71, - 0xff, 0xf9, 0x84, 0xe9, 0xf7, 0xd2, 0xdd, 0xab, 0x27, 0x54, 0x67, 0xbd, 0xf3, 0x7c, 0x62, 0x89, - 0x7e, 0x25, 0x74, 0xa5, 0x7f, 0x1e, 0x81, 0x38, 0x01, 0xa2, 0x2c, 0xa4, 0xba, 0x8d, 0x87, 0x0d, - 0xa2, 0x33, 0xaf, 0xa0, 0x57, 0x61, 0x05, 0xeb, 0x8f, 0x9a, 0x95, 0xf2, 0x46, 0x4d, 0xef, 0x61, - 0xbd, 0xdd, 0xec, 0xe2, 0x8a, 0xde, 0xd6, 0x22, 0xe8, 0x3c, 0xa0, 0x4e, 0xb9, 0xfd, 0xb0, 0xf7, - 0xd0, 0xa8, 0xd5, 0x8c, 0xc6, 0x56, 0xaf, 0xdd, 0x29, 0x77, 0x74, 0x2d, 0x8a, 0xce, 0x40, 0x7e, - 0xab, 0xd5, 0x55, 0x50, 0x63, 0xe8, 0x2c, 0x68, 0xed, 0xed, 0x32, 0xd6, 0xab, 0x0a, 0x34, 0x8e, - 0x56, 0x60, 0xb9, 0x55, 0xc6, 0x1d, 0xa3, 0x63, 0x34, 0x1b, 0xbd, 0xf2, 0xe3, 0x32, 0xd6, 0xb5, - 0x04, 0x5a, 0x02, 0xa8, 0x77, 0x6b, 0x1d, 0xa3, 0x87, 0x9b, 0x35, 0x5d, 0x4b, 0xa2, 0x22, 0x9c, - 0xc7, 0x7a, 0x5b, 0xc7, 0x8f, 0xca, 0x14, 0x0d, 0xeb, 0x9b, 0x46, 0x43, 0xaf, 0xeb, 0x8d, 0x8e, - 0x96, 0x42, 0x1a, 0xe4, 0xb0, 0xbe, 0x15, 0x50, 0xa7, 0x8b, 0xf1, 0x9f, 0xf9, 0xc5, 0xd5, 0x48, - 0xe9, 0xef, 0xc4, 0x21, 0x53, 0x21, 0xea, 0x42, 0x55, 0xfc, 0x76, 0x48, 0x2c, 0x62, 0x44, 0xc9, - 0xfc, 0x39, 0x39, 0xa0, 0xbb, 0x90, 0xea, 0x3b, 0xa3, 0x91, 0x39, 0x1e, 0xf0, 0x89, 0xa6, 0x30, - 0x47, 0x53, 0x61, 0xf9, 0x58, 0x20, 0xa2, 0x77, 0x21, 0xbe, 0xef, 0xfb, 0x93, 0x99, 0x61, 0x1b, - 0x10, 0x6c, 0xfb, 0xfe, 0x64, 0x23, 0x7d, 0xf8, 0x62, 0x2d, 0xbe, 0xdd, 0xe9, 0xb4, 0x30, 0x45, - 0x46, 0x6f, 0x40, 0x7e, 0x60, 0x0d, 0xcd, 0xe7, 0x3d, 0xb1, 0x90, 0xb0, 0x91, 0x11, 0x7d, 0xe7, - 0x1e, 0xce, 0xd1, 0x8c, 0x36, 0x83, 0xa3, 0xb7, 0x41, 0xb3, 0xc7, 0xbe, 0xe5, 0x1e, 0x98, 0x43, - 0x89, 0x9b, 0xe0, 0xb8, 0x77, 0xf0, 0xb2, 0xc8, 0x13, 0xe8, 0x37, 0x61, 0x99, 0x8f, 0x35, 0x89, - 0x9d, 0x64, 0xd8, 0x77, 0xef, 0xe0, 0x25, 0x9e, 0x25, 0x90, 0x6f, 0x43, 0xcc, 0xef, 0x4f, 0xe8, - 0x60, 0xc9, 0xde, 0x3d, 0x3b, 0x2f, 0x9d, 0xfe, 0x64, 0x23, 0x75, 0xf8, 0x62, 0x2d, 0xd6, 0xa9, - 0xb4, 0x30, 0xc1, 0x2c, 0x7e, 0x04, 0x29, 0xde, 0x7c, 0x55, 0x52, 0x6c, 0x5a, 0x0c, 0x96, 0x6a, - 0x0a, 0x55, 0x66, 0x71, 0x81, 0x58, 0x7c, 0x0f, 0xe2, 0x44, 0x18, 0x72, 0x71, 0x23, 0x84, 0x79, - 0x75, 0x71, 0x93, 0xcb, 0x50, 0x34, 0x58, 0x86, 0x8a, 0x6b, 0x10, 0xeb, 0xf4, 0x8f, 0x21, 0x2a, - 0xdd, 0x5f, 0xa4, 0xbb, 0x59, 0x48, 0x55, 0x9a, 0xf5, 0x7a, 0xb9, 0x51, 0xd5, 0x22, 0x64, 0x1a, - 0x24, 0xb2, 0xd7, 0xa2, 0x28, 0x05, 0xa4, 0x35, 0x5a, 0x8c, 0xab, 0xcb, 0xdf, 0x4f, 0x40, 0x76, - 0xdb, 0x32, 0x87, 0xfe, 0x3e, 0x6d, 0x36, 0x19, 0x47, 0xb4, 0x2f, 0x23, 0x54, 0x24, 0x57, 0x78, - 0x93, 0x14, 0x8c, 0x75, 0xc2, 0x47, 0x8a, 0xe8, 0xe4, 0x6e, 0x8d, 0xbe, 0x44, 0xb7, 0xc6, 0x5e, - 0xaa, 0x5b, 0xe3, 0x47, 0x76, 0xeb, 0x7b, 0x70, 0xb6, 0xef, 0x8c, 0x3d, 0x62, 0x9b, 0xd9, 0x07, - 0x56, 0x8f, 0xcc, 0xb4, 0x53, 0xd7, 0x62, 0x6a, 0x93, 0x7f, 0x10, 0x79, 0x17, 0xaf, 0x28, 0xd9, - 0x9b, 0x3c, 0x97, 0x50, 0xed, 0xb9, 0x66, 0xdf, 0xea, 0x4d, 0x2c, 0xd7, 0x76, 0x06, 0xb3, 0xea, - 0xf3, 0xce, 0x1d, 0x8c, 0x68, 0x7e, 0x8b, 0x66, 0x8b, 0xb2, 0x6e, 0x05, 0x6a, 0x90, 0x9a, 0xb1, - 0xd8, 0xa4, 0x1a, 0x04, 0x43, 0xe5, 0x1d, 0x3e, 0x1e, 0xd3, 0xa1, 0x85, 0x51, 0x15, 0xef, 0xdc, - 0x88, 0x7c, 0xc0, 0x74, 0x34, 0x43, 0x99, 0xaf, 0x2d, 0xa2, 0xa8, 0x28, 0xfd, 0x11, 0x56, 0xd7, - 0x2f, 0x20, 0x1f, 0xea, 0xae, 0x97, 0x53, 0x3c, 0x74, 0x5e, 0x5a, 0x58, 0xcc, 0x2a, 0x12, 0xb6, + // 11008 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x7d, 0x5b, 0x90, 0x1b, 0x49, + 0x72, 0xd8, 0xe2, 0x0d, 0x24, 0x80, 0x99, 0x66, 0x0d, 0x39, 0x0b, 0x82, 0xe4, 0x0c, 0x17, 0x4b, + 0x72, 0xb9, 0x4b, 0xee, 0x90, 0xcb, 0x5d, 0xee, 0x2d, 0xb9, 0xb7, 0xbb, 0x87, 0x01, 0x7a, 0x66, + 0xfa, 0x88, 0xd7, 0x16, 0x00, 0x72, 0xf7, 0x42, 0x11, 0x88, 0x1e, 0xa0, 0x67, 0xa6, 0x45, 0x00, + 0x8d, 0xed, 0x6e, 0x0c, 0xc9, 0xfb, 0xf1, 0xd9, 0x96, 0x6c, 0xc9, 0x96, 0x1c, 0xfe, 0xb0, 0x1d, + 0x7e, 0x7d, 0xc8, 0x56, 0x84, 0xad, 0x0f, 0xcb, 0x21, 0xf9, 0x15, 0xfe, 0x50, 0xd8, 0xfe, 0x91, + 0xad, 0x3f, 0xdf, 0x85, 0xc3, 0x11, 0xfa, 0xa2, 0x7d, 0x23, 0x39, 0x7c, 0xb2, 0x65, 0xeb, 0x2c, + 0xcb, 0x3e, 0xd9, 0x96, 0x25, 0x47, 0x3d, 0xbb, 0x1a, 0xc0, 0xcc, 0x90, 0x7b, 0xba, 0xf0, 0x17, + 0xba, 0xb2, 0x32, 0xb3, 0xaa, 0xb2, 0xb2, 0xaa, 0x32, 0xeb, 0x91, 0x80, 0xec, 0xc8, 0xf2, 0x1c, + 0x6f, 0x63, 0xe2, 0x3a, 0xbe, 0x83, 0x12, 0x34, 0x51, 0x7c, 0x7b, 0xdf, 0xf6, 0x0f, 0xa6, 0xbb, + 0x1b, 0x7d, 0x67, 0x74, 0x6b, 0xdf, 0xd9, 0x77, 0x6e, 0xd1, 0xdc, 0xdd, 0xe9, 0x1e, 0x4d, 0xd1, + 0x04, 0xfd, 0x62, 0x54, 0xa5, 0x37, 0x21, 0xbb, 0xe5, 0x9a, 0x23, 0xeb, 0x89, 0xe3, 0x3e, 0x36, + 0xaa, 0xa8, 0x08, 0x89, 0x43, 0x73, 0x38, 0xb5, 0x0a, 0x91, 0xcb, 0xd1, 0xeb, 0x99, 0xcd, 0xf8, + 0xaf, 0x3d, 0x5f, 0x7f, 0x05, 0x33, 0x50, 0xe9, 0x2a, 0xa4, 0x9a, 0x7b, 0x7b, 0x96, 0x7b, 0x3a, + 0x5a, 0x79, 0xdf, 0x1a, 0xfb, 0xa7, 0xa0, 0x5d, 0x81, 0x64, 0xc7, 0xf4, 0x4e, 0x2b, 0xf3, 0x3a, + 0x80, 0xfe, 0xd4, 0xea, 0x4f, 0x7d, 0xe7, 0xb4, 0x62, 0xbb, 0x90, 0xad, 0x38, 0x63, 0xdf, 0xb4, + 0xc7, 0xa7, 0xd5, 0x10, 0xbd, 0x05, 0xc9, 0x89, 0xe9, 0x5a, 0x63, 0xbf, 0x10, 0xbd, 0x1c, 0xb9, + 0x9e, 0xbd, 0x83, 0x36, 0x98, 0x1c, 0x15, 0x7a, 0xcc, 0x31, 0x4a, 0xb7, 0x01, 0x61, 0xcb, 0x73, + 0xa6, 0x6e, 0xdf, 0x6a, 0xb9, 0xce, 0xa1, 0x3d, 0x38, 0xb5, 0xfd, 0x77, 0x20, 0xdd, 0xb1, 0x47, + 0x96, 0x31, 0xde, 0x73, 0xd0, 0x35, 0xc8, 0x8e, 0xcd, 0xb1, 0xe3, 0x59, 0x7d, 0x67, 0x3c, 0xf0, + 0x28, 0x76, 0x8c, 0x63, 0xab, 0x19, 0xa5, 0xf7, 0x21, 0x57, 0x9d, 0xba, 0xa6, 0x6f, 0x3b, 0xe3, + 0x97, 0xa2, 0x7b, 0x04, 0xa9, 0xf2, 0x60, 0xe0, 0x5a, 0x9e, 0x87, 0x8a, 0x90, 0x3e, 0x70, 0x3c, + 0x7f, 0x6c, 0x8e, 0x48, 0xad, 0x22, 0xd7, 0x33, 0x58, 0xa6, 0xd1, 0x2a, 0x44, 0xed, 0x09, 0x6d, + 0x6c, 0x66, 0x33, 0x79, 0xf4, 0x7c, 0x3d, 0x6a, 0xb4, 0x70, 0xd4, 0x9e, 0xa0, 0x02, 0xc4, 0x27, + 0x8e, 0xeb, 0x17, 0x62, 0x97, 0xa3, 0xd7, 0x13, 0x9c, 0x3f, 0x85, 0x94, 0x7e, 0x39, 0x02, 0xb1, + 0x2e, 0xae, 0xa1, 0x8b, 0x90, 0xf4, 0xfa, 0x07, 0xd6, 0x28, 0xdc, 0x52, 0x0e, 0x43, 0x1b, 0x90, + 0x32, 0x59, 0xf1, 0x85, 0xe8, 0xe5, 0xe8, 0xf5, 0xec, 0x9d, 0x25, 0x2e, 0x49, 0x5e, 0x29, 0x8e, + 0x2e, 0x90, 0x10, 0x82, 0xf8, 0xc4, 0xf4, 0x0f, 0x0a, 0x31, 0x5a, 0x3f, 0xfa, 0x8d, 0x6e, 0x42, + 0xe2, 0x8b, 0xa9, 0xe5, 0x3e, 0x2b, 0xc4, 0x2f, 0xc7, 0xae, 0x67, 0xef, 0x68, 0x9c, 0x43, 0xcb, + 0x24, 0x5a, 0xe9, 0x5b, 0xae, 0x10, 0x2e, 0x45, 0x22, 0xad, 0xdc, 0x73, 0xcd, 0xfd, 0x11, 0xe9, + 0xbc, 0x04, 0x6b, 0xa5, 0x48, 0x97, 0xc6, 0xb0, 0xd4, 0x1d, 0x9b, 0x87, 0xa6, 0x3d, 0x34, 0x77, + 0xed, 0xa1, 0xed, 0x3f, 0x43, 0x37, 0x20, 0xe1, 0xf9, 0xa6, 0xeb, 0xd3, 0xca, 0x67, 0xef, 0x2c, + 0x73, 0xde, 0xa2, 0x7b, 0x04, 0x6b, 0x8a, 0x83, 0x6e, 0x41, 0x7a, 0xc0, 0xfb, 0x80, 0xeb, 0xc5, + 0x0a, 0xc7, 0x57, 0xbb, 0x06, 0x4b, 0xa4, 0xd2, 0x27, 0x90, 0xa9, 0x9b, 0xfd, 0x03, 0x7b, 0x6c, + 0x51, 0x8d, 0x78, 0x69, 0xf1, 0x97, 0xfe, 0x75, 0x04, 0xb2, 0x82, 0x03, 0xe9, 0xf5, 0x9b, 0x10, + 0xb5, 0x07, 0xbc, 0xae, 0x42, 0x0e, 0xb2, 0x84, 0x4d, 0x20, 0x95, 0xa5, 0xd4, 0x55, 0x1c, 0xb5, + 0x07, 0xe8, 0x06, 0xc4, 0x47, 0xce, 0xc0, 0xa2, 0x7c, 0x97, 0xee, 0xbc, 0x3a, 0x83, 0x3f, 0xde, + 0x73, 0x36, 0xea, 0xce, 0xc0, 0xc2, 0x14, 0x09, 0x7d, 0x04, 0x4b, 0xd3, 0x90, 0x6c, 0x68, 0x1f, + 0x64, 0xef, 0x9c, 0xe3, 0x64, 0x61, 0xc1, 0xe1, 0x19, 0xe4, 0xd2, 0x35, 0x88, 0x13, 0x66, 0x28, + 0x09, 0xd1, 0x6e, 0x4b, 0x8b, 0xa0, 0x1c, 0xa4, 0xab, 0xb8, 0x6c, 0x34, 0x8c, 0xc6, 0xb6, 0x16, + 0x45, 0x69, 0x88, 0x57, 0x9b, 0x8f, 0x1a, 0x5a, 0xac, 0xf4, 0x9b, 0x09, 0xc8, 0x07, 0xd3, 0x09, + 0x69, 0x53, 0x01, 0xe2, 0x53, 0xcf, 0x72, 0x43, 0xea, 0x43, 0x21, 0x24, 0x87, 0x4a, 0x2b, 0xaa, + 0xe6, 0x50, 0x79, 0xbd, 0x45, 0xe5, 0x10, 0x0b, 0x8d, 0x4d, 0x65, 0x92, 0xe2, 0x32, 0x64, 0x52, + 0xb8, 0x09, 0xda, 0x9e, 0x69, 0x0f, 0x9d, 0x43, 0xcb, 0xed, 0xf9, 0xf6, 0xc8, 0x72, 0xa6, 0x7e, + 0x21, 0x7e, 0x39, 0x72, 0x3d, 0x72, 0x3f, 0x72, 0x1b, 0x2f, 0x8b, 0xac, 0x0e, 0xcb, 0x41, 0x57, + 0x01, 0xfa, 0x07, 0x56, 0xff, 0xf1, 0xc4, 0xb1, 0xb9, 0x02, 0xa5, 0xef, 0x27, 0xf6, 0xcc, 0xa1, + 0x67, 0x61, 0x25, 0x03, 0x9d, 0x87, 0xb8, 0xeb, 0x0c, 0xad, 0x42, 0x92, 0x74, 0xd9, 0xfd, 0xc8, + 0x5b, 0x9b, 0xd1, 0x42, 0x04, 0x53, 0x50, 0xa8, 0x9f, 0x53, 0x33, 0xfd, 0x7c, 0x11, 0x32, 0x13, + 0xd7, 0x1e, 0xf7, 0xed, 0x89, 0x39, 0x2c, 0xa4, 0x69, 0x66, 0x00, 0x40, 0x6f, 0x42, 0xe6, 0x89, + 0xb5, 0x3b, 0xb5, 0x7b, 0x53, 0x77, 0x58, 0xc8, 0x50, 0x65, 0xc8, 0x1d, 0x3d, 0x5f, 0x4f, 0x3f, + 0xb2, 0x76, 0xbb, 0x76, 0x17, 0xd7, 0x70, 0x9a, 0x66, 0x77, 0xdd, 0x21, 0x32, 0x20, 0xd7, 0x37, + 0x27, 0x4c, 0xf8, 0xb6, 0xe5, 0x15, 0x80, 0x0e, 0x8d, 0xf5, 0x39, 0x51, 0x90, 0x4e, 0xae, 0x08, + 0xc4, 0x67, 0x5c, 0x86, 0x21, 0x52, 0x74, 0x15, 0x92, 0x43, 0x73, 0xd7, 0x1a, 0x7a, 0x85, 0x2c, + 0x95, 0x67, 0x9e, 0x33, 0xa9, 0x51, 0x20, 0xe6, 0x99, 0xe8, 0x2c, 0x24, 0x48, 0xf3, 0xbc, 0x42, + 0xee, 0x72, 0xec, 0x7a, 0x06, 0xb3, 0x44, 0xf1, 0x2f, 0x47, 0x01, 0x02, 0xfe, 0xe8, 0x63, 0x88, + 0xfb, 0xcf, 0x26, 0x4c, 0xbf, 0x97, 0xee, 0x5c, 0x39, 0xa5, 0x3a, 0x1b, 0x9d, 0x67, 0x13, 0x4b, + 0xf4, 0x2b, 0xa1, 0x2b, 0xfd, 0xcb, 0x08, 0xc4, 0x09, 0x10, 0x65, 0x21, 0xd5, 0x6d, 0x3c, 0x68, + 0x10, 0x9d, 0x79, 0x05, 0xbd, 0x0a, 0x2b, 0x58, 0x7f, 0xd8, 0xac, 0x94, 0x37, 0x6b, 0x7a, 0x0f, + 0xeb, 0xed, 0x66, 0x17, 0x57, 0xf4, 0xb6, 0x16, 0x41, 0xab, 0x80, 0x3a, 0xe5, 0xf6, 0x83, 0xde, + 0x03, 0xa3, 0x56, 0x33, 0x1a, 0xdb, 0xbd, 0x76, 0xa7, 0xdc, 0xd1, 0xb5, 0x28, 0x3a, 0x03, 0xf9, + 0xed, 0x56, 0x57, 0x41, 0x8d, 0xa1, 0xb3, 0xa0, 0xb5, 0x77, 0xca, 0x58, 0xaf, 0x2a, 0xd0, 0x38, + 0x5a, 0x81, 0xe5, 0x56, 0x19, 0x77, 0x8c, 0x8e, 0xd1, 0x6c, 0xf4, 0xca, 0x8f, 0xca, 0x58, 0xd7, + 0x12, 0x68, 0x09, 0xa0, 0xde, 0xad, 0x75, 0x8c, 0x1e, 0x6e, 0xd6, 0x74, 0x2d, 0x89, 0x8a, 0xb0, + 0x8a, 0xf5, 0xb6, 0x8e, 0x1f, 0x96, 0x29, 0x1a, 0xd6, 0xb7, 0x8c, 0x86, 0x5e, 0xd7, 0x1b, 0x1d, + 0x2d, 0x85, 0x34, 0xc8, 0x61, 0x7d, 0x3b, 0xa0, 0x4e, 0x17, 0xe3, 0x3f, 0xf5, 0xf3, 0x6b, 0x91, + 0xd2, 0xdf, 0x8b, 0x43, 0xa6, 0x42, 0xd4, 0x85, 0xaa, 0xf8, 0xad, 0x90, 0x58, 0xc4, 0x88, 0x92, + 0xf9, 0x73, 0x72, 0x40, 0x77, 0x20, 0xd5, 0x77, 0x46, 0x23, 0x73, 0x3c, 0xe0, 0x13, 0x4d, 0x61, + 0x8e, 0xa6, 0xc2, 0xf2, 0xb1, 0x40, 0x44, 0xef, 0x42, 0xfc, 0xc0, 0xf7, 0x27, 0x33, 0xc3, 0x36, + 0x20, 0xd8, 0xf1, 0xfd, 0xc9, 0x66, 0xfa, 0xe8, 0xf9, 0x7a, 0x7c, 0xa7, 0xd3, 0x69, 0x61, 0x8a, + 0x8c, 0xde, 0x80, 0xfc, 0xc0, 0x1a, 0x9a, 0xcf, 0x7a, 0x62, 0x21, 0x61, 0x23, 0x23, 0xfa, 0xce, + 0x5d, 0x9c, 0xa3, 0x19, 0x6d, 0x06, 0x47, 0x6f, 0x83, 0x66, 0x8f, 0x7d, 0xcb, 0x3d, 0x34, 0x87, + 0x12, 0x37, 0xc1, 0x71, 0x6f, 0xe3, 0x65, 0x91, 0x27, 0xd0, 0x6f, 0xc0, 0x32, 0x1f, 0x6b, 0x12, + 0x3b, 0xc9, 0xb0, 0xef, 0xdc, 0xc6, 0x4b, 0x3c, 0x4b, 0x20, 0xdf, 0x82, 0x98, 0xdf, 0x9f, 0xd0, + 0xc1, 0x92, 0xbd, 0x73, 0x76, 0x5e, 0x3a, 0xfd, 0xc9, 0x66, 0xea, 0xe8, 0xf9, 0x7a, 0xac, 0x53, + 0x69, 0x61, 0x82, 0x59, 0xfc, 0x08, 0x52, 0xbc, 0xf9, 0xaa, 0xa4, 0xd8, 0xb4, 0x18, 0x2c, 0xd5, + 0x14, 0xaa, 0xcc, 0xe2, 0x02, 0xb1, 0xf8, 0x1e, 0xc4, 0x89, 0x30, 0xe4, 0xe2, 0x46, 0x08, 0xf3, + 0xea, 0xe2, 0x26, 0x97, 0xa1, 0x68, 0xb0, 0x0c, 0x15, 0xd7, 0x21, 0xd6, 0xe9, 0x9f, 0x40, 0x54, + 0xba, 0xb7, 0x48, 0x77, 0xb3, 0x90, 0xaa, 0x34, 0xeb, 0xf5, 0x72, 0xa3, 0xaa, 0x45, 0xc8, 0x34, + 0x48, 0x64, 0xaf, 0x45, 0x51, 0x0a, 0x48, 0x6b, 0xb4, 0x18, 0x57, 0x97, 0x7f, 0x98, 0x80, 0xec, + 0x8e, 0x65, 0x0e, 0xfd, 0x03, 0xda, 0x6c, 0x32, 0x8e, 0x68, 0x5f, 0x46, 0xa8, 0x48, 0x2e, 0xf3, + 0x26, 0x29, 0x18, 0x1b, 0x84, 0x8f, 0x14, 0xd1, 0xe9, 0xdd, 0x1a, 0x7d, 0x89, 0x6e, 0x8d, 0xbd, + 0x54, 0xb7, 0xc6, 0x8f, 0xed, 0xd6, 0xf7, 0xe0, 0x6c, 0xdf, 0x19, 0x7b, 0xc4, 0x36, 0xb3, 0x0f, + 0xad, 0x1e, 0x99, 0x69, 0xa7, 0xae, 0xc5, 0xd4, 0x26, 0x7f, 0x3f, 0xf2, 0x2e, 0x5e, 0x51, 0xb2, + 0xb7, 0x78, 0x2e, 0xa1, 0xda, 0x77, 0xcd, 0xbe, 0xd5, 0x9b, 0x58, 0xae, 0xed, 0x0c, 0x66, 0xd5, + 0xe7, 0x9d, 0xdb, 0x18, 0xd1, 0xfc, 0x16, 0xcd, 0x16, 0x65, 0xdd, 0x0c, 0xd4, 0x20, 0x35, 0x63, + 0xb1, 0x49, 0x35, 0x08, 0x86, 0xca, 0x3b, 0x7c, 0x3c, 0xa6, 0x43, 0x0b, 0xa3, 0x2a, 0xde, 0xb9, + 0x11, 0x79, 0x9f, 0xe9, 0x68, 0x86, 0x32, 0x5f, 0x5f, 0x44, 0x51, 0x51, 0xfa, 0x23, 0xac, 0xae, + 0x5f, 0x40, 0x3e, 0xd4, 0x5d, 0x2f, 0xa7, 0x78, 0x68, 0x55, 0x5a, 0x58, 0xcc, 0x2a, 0x12, 0xb6, 0x55, 0x11, 0xd2, 0x9e, 0x6f, 0xfa, 0x53, 0xcf, 0xf2, 0xa8, 0x69, 0x94, 0xc7, 0x32, 0x5d, 0xbc, - 0x01, 0x39, 0xb5, 0x42, 0x3f, 0x1e, 0xad, 0xad, 0x02, 0x3c, 0xb4, 0x87, 0xc3, 0x96, 0x33, 0xb4, - 0xfb, 0xcf, 0xd1, 0xfb, 0x90, 0x53, 0x3b, 0x8e, 0xeb, 0xee, 0x42, 0x0b, 0x29, 0xab, 0xf4, 0x60, - 0xe9, 0xf7, 0xa3, 0xc4, 0x2e, 0x97, 0xbd, 0x84, 0x3e, 0x80, 0xf8, 0xd4, 0xb5, 0x89, 0x49, 0x4b, - 0x96, 0xb4, 0xf3, 0xf3, 0xfd, 0xb8, 0xde, 0xc5, 0xc6, 0x46, 0x8e, 0xdb, 0x3a, 0xf1, 0x2e, 0x36, - 0x3c, 0x4c, 0x29, 0xd0, 0x7b, 0x90, 0xb5, 0xc6, 0x07, 0xb6, 0xeb, 0x8c, 0x47, 0xf3, 0xa6, 0xbb, - 0x1e, 0xe4, 0x60, 0x15, 0x8d, 0x2c, 0x6c, 0xcc, 0x52, 0x67, 0xd2, 0xe5, 0x1e, 0x00, 0xe2, 0x56, - 0x09, 0x33, 0x21, 0x99, 0x3d, 0x52, 0x84, 0x84, 0xb7, 0x6f, 0x0d, 0x87, 0x54, 0x17, 0xd3, 0x0f, - 0xe2, 0xbe, 0x3b, 0xb5, 0x30, 0x03, 0x91, 0x95, 0xdd, 0x74, 0xf7, 0xa6, 0x84, 0xa3, 0x57, 0x48, - 0xd1, 0x25, 0x32, 0x00, 0x14, 0xff, 0x32, 0x35, 0x96, 0x8d, 0x63, 0x7d, 0x8e, 0x55, 0x00, 0x8b, - 0x3a, 0x32, 0xe6, 0xce, 0x90, 0xd9, 0x6c, 0x69, 0xac, 0x40, 0xd0, 0x2a, 0xa4, 0xac, 0x67, 0xbe, - 0x6b, 0xf6, 0x7d, 0x5a, 0x53, 0x51, 0xbe, 0x00, 0x92, 0x76, 0xf4, 0xcd, 0xfe, 0xbe, 0x45, 0x47, - 0x64, 0x1a, 0xb3, 0x04, 0x5a, 0x83, 0xac, 0x33, 0xf5, 0x27, 0x53, 0xbf, 0xb7, 0x6b, 0x0f, 0x2d, - 0xde, 0x1c, 0x60, 0xa0, 0x4d, 0x7b, 0x68, 0x95, 0x7e, 0x3a, 0x01, 0x39, 0xe9, 0x40, 0x11, 0xf9, - 0x6f, 0x42, 0xd6, 0xe2, 0xe9, 0x9e, 0x34, 0x36, 0xcf, 0x08, 0x29, 0x4a, 0x57, 0x6b, 0x03, 0xf1, - 0x1e, 0x50, 0xdc, 0x2f, 0x51, 0x5f, 0xc7, 0x35, 0x06, 0x44, 0x82, 0x03, 0xd3, 0x37, 0x69, 0x75, - 0x72, 0x98, 0x7e, 0xa3, 0x77, 0x21, 0xe3, 0x72, 0x5f, 0x89, 0xcc, 0x03, 0x31, 0xc5, 0xe4, 0x16, - 0x3e, 0x14, 0x17, 0x4a, 0x80, 0xf7, 0x92, 0x63, 0x7b, 0x13, 0x72, 0xbb, 0xc2, 0xde, 0x20, 0xf5, - 0x4f, 0x1f, 0x69, 0x24, 0x2e, 0x1f, 0xbe, 0x58, 0x53, 0x5d, 0x5b, 0x9c, 0x95, 0x84, 0xac, 0xfa, - 0xd4, 0x84, 0xcb, 0x30, 0x05, 0xa0, 0xe6, 0x5b, 0x11, 0x92, 0xac, 0x52, 0x05, 0xa0, 0xd6, 0x19, - 0x31, 0xfa, 0x38, 0x04, 0xdd, 0x85, 0x4c, 0x5f, 0x78, 0x87, 0xdc, 0x92, 0x3a, 0x3b, 0xe7, 0x35, - 0x92, 0x9a, 0x06, 0x68, 0x84, 0x66, 0x60, 0x7b, 0x7d, 0x62, 0x7f, 0x3e, 0x2f, 0xe4, 0x42, 0x34, - 0x55, 0x01, 0x67, 0x34, 0x12, 0x0d, 0x6d, 0xc1, 0x39, 0x6f, 0x7f, 0xea, 0x0f, 0x9c, 0xa7, 0xe3, - 0x5e, 0x68, 0xbc, 0xe5, 0x8f, 0x1e, 0x6f, 0x2b, 0x82, 0x62, 0x2b, 0x18, 0x77, 0x8a, 0xdd, 0xb7, - 0x74, 0x9c, 0xdd, 0x77, 0x97, 0xcf, 0x95, 0xcb, 0x74, 0xae, 0x2c, 0xcc, 0xea, 0xc1, 0x22, 0xf3, - 0xa5, 0x74, 0xf7, 0x88, 0x39, 0xa5, 0xaa, 0x6f, 0x96, 0xbb, 0xb5, 0x8e, 0x16, 0x41, 0x00, 0xc9, - 0x4a, 0xb7, 0xdd, 0x69, 0xd6, 0xb5, 0x28, 0x9f, 0x4c, 0xfe, 0x51, 0x14, 0xa0, 0xea, 0x8c, 0x4c, - 0x9b, 0xf9, 0xb7, 0x5f, 0x83, 0xdc, 0xae, 0x39, 0x1d, 0xfa, 0xbd, 0x01, 0x85, 0xf1, 0xd9, 0xe4, - 0xb2, 0x68, 0x9d, 0x44, 0x5c, 0xdf, 0x24, 0x58, 0x2c, 0x8d, 0xb3, 0xbb, 0x41, 0xa2, 0xf8, 0xef, - 0x23, 0x90, 0x55, 0x32, 0xd1, 0x26, 0x24, 0x5d, 0x6b, 0x8f, 0xf8, 0x6e, 0x4c, 0xa5, 0x6f, 0x1c, - 0xcb, 0x6b, 0x1d, 0x53, 0x5c, 0xc5, 0x7c, 0xe0, 0xd4, 0xe8, 0x6b, 0x10, 0xff, 0xa6, 0x33, 0xb6, - 0xb8, 0x3f, 0x7b, 0xfd, 0x78, 0x2e, 0xdf, 0x70, 0xc6, 0xaa, 0x23, 0x49, 0x29, 0x8b, 0xd7, 0x01, - 0x02, 0xee, 0xd2, 0xcb, 0x89, 0xcc, 0x7a, 0x39, 0xc5, 0xab, 0x90, 0x16, 0xf4, 0x47, 0x63, 0x95, - 0x7e, 0x2a, 0x0a, 0x50, 0x37, 0x3d, 0x9f, 0xa9, 0x17, 0x2a, 0x4a, 0x17, 0x31, 0x33, 0xe7, 0x10, - 0x16, 0xb9, 0x9b, 0x49, 0xd6, 0x80, 0x20, 0x6f, 0xde, 0xd3, 0xcf, 0x3f, 0x88, 0xdf, 0xbb, 0x73, - 0xef, 0x0e, 0x5f, 0x93, 0x2e, 0x40, 0x6c, 0x62, 0x0f, 0xe8, 0x38, 0xce, 0xb0, 0x95, 0xad, 0x65, - 0x54, 0x31, 0x81, 0x85, 0x7c, 0x9d, 0xc4, 0x8c, 0xaf, 0x53, 0x80, 0xd4, 0x81, 0xe5, 0x7a, 0x44, - 0xe0, 0xd4, 0x4b, 0xc2, 0x22, 0x89, 0x6e, 0x04, 0x9b, 0x02, 0x6c, 0x40, 0xcf, 0x6c, 0x0a, 0x04, - 0xdb, 0x01, 0x6f, 0x42, 0x92, 0xf7, 0x3f, 0x1b, 0xc6, 0x67, 0xe6, 0xa4, 0x8d, 0x39, 0x42, 0xe9, - 0x57, 0x62, 0x90, 0x61, 0xbb, 0x4a, 0x44, 0x0a, 0x57, 0x42, 0xce, 0x76, 0x20, 0xb2, 0xa0, 0x7a, - 0xa1, 0xa9, 0x28, 0x76, 0xca, 0xa9, 0xe8, 0x7d, 0x00, 0xd3, 0xf7, 0x5d, 0x7b, 0x67, 0xea, 0xcb, - 0x09, 0x4c, 0xf8, 0xe1, 0x65, 0x91, 0xc1, 0xc9, 0x14, 0x4c, 0x74, 0x9d, 0x76, 0x4a, 0x32, 0xdc, + 0x0e, 0x39, 0xb5, 0x42, 0x3f, 0x1a, 0xad, 0xad, 0x02, 0x3c, 0xb0, 0x87, 0xc3, 0x96, 0x33, 0xb4, + 0xfb, 0xcf, 0xd0, 0xfb, 0x90, 0x53, 0x3b, 0x8e, 0xeb, 0xee, 0x42, 0x0b, 0x29, 0xab, 0xf4, 0x60, + 0xe9, 0x0f, 0xa2, 0xc4, 0x2e, 0x97, 0xbd, 0x84, 0x3e, 0x80, 0xf8, 0xd4, 0xb5, 0x89, 0x49, 0x4b, + 0x96, 0xb4, 0xd5, 0xf9, 0x7e, 0xdc, 0xe8, 0x62, 0x63, 0x33, 0xc7, 0x6d, 0x9d, 0x78, 0x17, 0x1b, + 0x1e, 0xa6, 0x14, 0xe8, 0x3d, 0xc8, 0x5a, 0xe3, 0x43, 0xdb, 0x75, 0xc6, 0xa3, 0x79, 0xd3, 0x5d, + 0x0f, 0x72, 0xb0, 0x8a, 0x46, 0x16, 0x36, 0x66, 0xa9, 0x33, 0xe9, 0x72, 0x0f, 0x00, 0x71, 0xab, + 0x84, 0x99, 0x90, 0xcc, 0x1e, 0x29, 0x42, 0xc2, 0x3b, 0xb0, 0x86, 0x43, 0xaa, 0x8b, 0xe9, 0xfb, + 0x71, 0xdf, 0x9d, 0x5a, 0x98, 0x81, 0xc8, 0xca, 0x6e, 0xba, 0xfb, 0x53, 0xc2, 0xd1, 0x2b, 0xa4, + 0xe8, 0x12, 0x19, 0x00, 0x8a, 0x7f, 0x95, 0x1a, 0xcb, 0xc6, 0x89, 0x3e, 0xc7, 0x1a, 0x80, 0x45, + 0x1d, 0x19, 0x73, 0x77, 0xc8, 0x6c, 0xb6, 0x34, 0x56, 0x20, 0x68, 0x0d, 0x52, 0xd6, 0x53, 0xdf, + 0x35, 0xfb, 0x3e, 0xad, 0xa9, 0x28, 0x5f, 0x00, 0x49, 0x3b, 0xfa, 0x66, 0xff, 0xc0, 0xa2, 0x23, + 0x32, 0x8d, 0x59, 0x02, 0xad, 0x43, 0xd6, 0x99, 0xfa, 0x93, 0xa9, 0xdf, 0xdb, 0xb3, 0x87, 0x16, + 0x6f, 0x0e, 0x30, 0xd0, 0x96, 0x3d, 0xb4, 0x4a, 0x3f, 0x99, 0x80, 0x9c, 0x74, 0xa0, 0x88, 0xfc, + 0xb7, 0x20, 0x6b, 0xf1, 0x74, 0x4f, 0x1a, 0x9b, 0x67, 0x84, 0x14, 0xa5, 0xab, 0xb5, 0x89, 0x78, + 0x0f, 0x28, 0xee, 0x97, 0xa8, 0xaf, 0xe3, 0x1a, 0x03, 0x22, 0xc1, 0x81, 0xe9, 0x9b, 0xb4, 0x3a, + 0x39, 0x4c, 0xbf, 0xd1, 0xbb, 0x90, 0x71, 0xb9, 0xaf, 0x44, 0xe6, 0x81, 0x98, 0x62, 0x72, 0x0b, + 0x1f, 0x8a, 0x0b, 0x25, 0xc0, 0x7b, 0xc9, 0xb1, 0xbd, 0x05, 0xb9, 0x3d, 0x61, 0x6f, 0x90, 0xfa, + 0xa7, 0x8f, 0x35, 0x12, 0x97, 0x8f, 0x9e, 0xaf, 0xab, 0xae, 0x2d, 0xce, 0x4a, 0x42, 0x56, 0x7d, + 0x6a, 0xc2, 0x65, 0x98, 0x02, 0x50, 0xf3, 0xad, 0x08, 0x49, 0x56, 0xa9, 0x02, 0x50, 0xeb, 0x8c, + 0x18, 0x7d, 0x1c, 0x82, 0xee, 0x40, 0xa6, 0x2f, 0xbc, 0x43, 0x6e, 0x49, 0x9d, 0x9d, 0xf3, 0x1a, + 0x49, 0x4d, 0x03, 0x34, 0x42, 0x33, 0xb0, 0xbd, 0x3e, 0xb1, 0x3f, 0x9f, 0x15, 0x72, 0x21, 0x9a, + 0xaa, 0x80, 0x33, 0x1a, 0x89, 0x86, 0xb6, 0xe1, 0x9c, 0x77, 0x30, 0xf5, 0x07, 0xce, 0x93, 0x71, + 0x2f, 0x34, 0xde, 0xf2, 0xc7, 0x8f, 0xb7, 0x15, 0x41, 0xb1, 0x1d, 0x8c, 0x3b, 0xc5, 0xee, 0x5b, + 0x3a, 0xc9, 0xee, 0xbb, 0xc3, 0xe7, 0xca, 0x65, 0x3a, 0x57, 0x16, 0x66, 0xf5, 0x60, 0x91, 0xf9, + 0x52, 0xba, 0x73, 0xcc, 0x9c, 0x52, 0xd5, 0xb7, 0xca, 0xdd, 0x5a, 0x47, 0x8b, 0x20, 0x80, 0x64, + 0xa5, 0xdb, 0xee, 0x34, 0xeb, 0x5a, 0x94, 0x4f, 0x26, 0xff, 0x24, 0x0a, 0x50, 0x75, 0x46, 0xa6, + 0xcd, 0xfc, 0xdb, 0xaf, 0x41, 0x6e, 0xcf, 0x9c, 0x0e, 0xfd, 0xde, 0x80, 0xc2, 0xf8, 0x6c, 0x72, + 0x49, 0xb4, 0x4e, 0x22, 0x6e, 0x6c, 0x11, 0x2c, 0x96, 0xc6, 0xd9, 0xbd, 0x20, 0x51, 0xfc, 0x0f, + 0x11, 0xc8, 0x2a, 0x99, 0x68, 0x0b, 0x92, 0xae, 0xb5, 0x4f, 0x7c, 0x37, 0xa6, 0xd2, 0xd7, 0x4f, + 0xe4, 0xb5, 0x81, 0x29, 0xae, 0x62, 0x3e, 0x70, 0x6a, 0xf4, 0x35, 0x88, 0x7f, 0xd3, 0x19, 0x5b, + 0xdc, 0x9f, 0xbd, 0x76, 0x32, 0x97, 0x6f, 0x38, 0x63, 0xd5, 0x91, 0xa4, 0x94, 0xc5, 0x6b, 0x00, + 0x01, 0x77, 0xe9, 0xe5, 0x44, 0x66, 0xbd, 0x9c, 0xe2, 0x15, 0x48, 0x0b, 0xfa, 0xe3, 0xb1, 0x4a, + 0x3f, 0x11, 0x05, 0xa8, 0x9b, 0x9e, 0xcf, 0xd4, 0x0b, 0x15, 0xa5, 0x8b, 0x98, 0x99, 0x73, 0x08, + 0x8b, 0xdc, 0xcd, 0x24, 0x6b, 0x40, 0x90, 0x37, 0xef, 0xe9, 0xe7, 0xef, 0xc7, 0xef, 0xde, 0xbe, + 0x7b, 0x9b, 0xaf, 0x49, 0xe7, 0x21, 0x36, 0xb1, 0x07, 0x74, 0x1c, 0x67, 0xd8, 0xca, 0xd6, 0x32, + 0xaa, 0x98, 0xc0, 0x42, 0xbe, 0x4e, 0x62, 0xc6, 0xd7, 0x29, 0x40, 0xea, 0xd0, 0x72, 0x3d, 0x22, + 0x70, 0xea, 0x25, 0x61, 0x91, 0x44, 0xd7, 0x83, 0x4d, 0x01, 0x36, 0xa0, 0x67, 0x36, 0x05, 0x82, + 0xed, 0x80, 0x37, 0x21, 0xc9, 0xfb, 0x9f, 0x0d, 0xe3, 0x33, 0x73, 0xd2, 0xc6, 0x1c, 0xa1, 0xf4, + 0x4b, 0x31, 0xc8, 0xb0, 0x5d, 0x25, 0x22, 0x85, 0xcb, 0x21, 0x67, 0x3b, 0x10, 0x59, 0x50, 0xbd, + 0xd0, 0x54, 0x14, 0x7b, 0xc1, 0xa9, 0xe8, 0x7d, 0x00, 0xd3, 0xf7, 0x5d, 0x7b, 0x77, 0xea, 0xcb, + 0x09, 0x4c, 0xf8, 0xe1, 0x65, 0x91, 0xc1, 0xc9, 0x14, 0x4c, 0x74, 0x8d, 0x76, 0x4a, 0x32, 0xdc, 0x58, 0xb6, 0x05, 0x16, 0xf2, 0x55, 0x45, 0x27, 0x90, 0xd6, 0x26, 0x68, 0x27, 0xbc, 0xc3, 0x3b, - 0x21, 0x90, 0x04, 0x9c, 0x20, 0x89, 0xe2, 0xdf, 0x8a, 0x84, 0x7c, 0xb2, 0x07, 0x21, 0xe7, 0xe3, - 0x4a, 0xa8, 0xf4, 0x93, 0xfc, 0xb1, 0x9f, 0x58, 0x34, 0x90, 0xc3, 0xfe, 0x51, 0x04, 0x9d, 0x83, - 0x33, 0xdb, 0x86, 0x8e, 0xcb, 0xb8, 0xb2, 0x6d, 0x54, 0xca, 0x35, 0x06, 0x8e, 0x1e, 0xe3, 0x36, - 0x09, 0xfb, 0xe1, 0x1f, 0x46, 0xe0, 0xec, 0xdc, 0xd6, 0x19, 0xe9, 0xbd, 0x77, 0xb8, 0x0e, 0x93, - 0x86, 0x5e, 0x98, 0xe9, 0x94, 0x60, 0x8f, 0x2d, 0x24, 0xb9, 0x70, 0xcf, 0x44, 0x4f, 0xdd, 0x33, - 0x05, 0x2e, 0x9d, 0x98, 0x3a, 0xae, 0xa8, 0xc5, 0x27, 0x46, 0x5c, 0x7c, 0x6e, 0xc4, 0x7d, 0x2f, - 0x06, 0x89, 0x47, 0x74, 0xcd, 0xbe, 0x29, 0x65, 0x1b, 0xbd, 0xb1, 0x24, 0xfb, 0x84, 0xe6, 0xcd, - 0x9b, 0x90, 0x37, 0x89, 0x1d, 0x67, 0x0e, 0x4d, 0x77, 0x66, 0xf3, 0x88, 0xa1, 0xb7, 0x69, 0x16, - 0xe6, 0x28, 0x04, 0xd9, 0x35, 0xc7, 0x7b, 0x96, 0xc7, 0xfd, 0xb9, 0x30, 0x32, 0xa6, 0x59, 0x98, - 0xa3, 0xa0, 0x12, 0xc4, 0x3c, 0x8b, 0xed, 0x6a, 0x04, 0xad, 0xe6, 0x6c, 0x2d, 0x1f, 0x93, 0x4c, - 0x74, 0x0d, 0xe2, 0xbe, 0xf5, 0x8c, 0x6d, 0x69, 0x64, 0x67, 0xab, 0x6a, 0x3d, 0xf3, 0x31, 0xcd, - 0x2e, 0x5e, 0x85, 0x24, 0xab, 0x49, 0xd8, 0x56, 0x89, 0x84, 0x6c, 0x95, 0xe2, 0x87, 0x90, 0xa0, - 0x55, 0x20, 0x48, 0x3b, 0xd6, 0x9e, 0xcd, 0xe6, 0xd4, 0xb8, 0x40, 0xa2, 0x20, 0x74, 0x1e, 0x62, - 0x16, 0x75, 0x60, 0x83, 0x1c, 0x02, 0x28, 0x7e, 0x00, 0x49, 0x56, 0x7f, 0xb4, 0x0e, 0x09, 0xda, - 0x02, 0x6e, 0xeb, 0xa1, 0xf9, 0x36, 0x0a, 0x8e, 0x14, 0xad, 0x78, 0x01, 0x62, 0x6d, 0x8b, 0x1a, - 0xc9, 0xb6, 0x6f, 0x8d, 0x28, 0x55, 0x06, 0xd3, 0xef, 0x62, 0x09, 0xe2, 0xa4, 0x15, 0xc7, 0xee, + 0x21, 0x90, 0x04, 0x9c, 0x22, 0x89, 0xe2, 0xdf, 0x89, 0x84, 0x7c, 0xb2, 0xfb, 0x21, 0xe7, 0xe3, + 0x72, 0xa8, 0xf4, 0xd3, 0xfc, 0xb1, 0x1f, 0x5b, 0x34, 0x90, 0xc3, 0xfe, 0x51, 0x04, 0x9d, 0x83, + 0x33, 0x3b, 0x86, 0x8e, 0xcb, 0xb8, 0xb2, 0x63, 0x54, 0xca, 0x35, 0x06, 0x8e, 0x9e, 0xe0, 0x36, + 0x09, 0xfb, 0xe1, 0x1f, 0x47, 0xe0, 0xec, 0xdc, 0xd6, 0x19, 0xe9, 0xbd, 0x77, 0xb8, 0x0e, 0x93, + 0x86, 0x9e, 0x9f, 0xe9, 0x94, 0x60, 0x8f, 0x2d, 0x24, 0xb9, 0x70, 0xcf, 0x44, 0x5f, 0xb8, 0x67, + 0x0a, 0x5c, 0x3a, 0x31, 0x75, 0x5c, 0x51, 0x8b, 0x4f, 0x8c, 0xb8, 0xf8, 0xdc, 0x88, 0xfb, 0x5e, + 0x0c, 0x12, 0x0f, 0xe9, 0x9a, 0x7d, 0x43, 0xca, 0x36, 0x7a, 0x7d, 0x49, 0xf6, 0x09, 0xcd, 0x9b, + 0x37, 0x21, 0x6f, 0x10, 0x3b, 0xce, 0x1c, 0x9a, 0xee, 0xcc, 0xe6, 0x11, 0x43, 0x6f, 0xd3, 0x2c, + 0xcc, 0x51, 0x08, 0xb2, 0x6b, 0x8e, 0xf7, 0x2d, 0x8f, 0xfb, 0x73, 0x61, 0x64, 0x4c, 0xb3, 0x30, + 0x47, 0x41, 0x25, 0x88, 0x79, 0x16, 0xdb, 0xd5, 0x08, 0x5a, 0xcd, 0xd9, 0x5a, 0x3e, 0x26, 0x99, + 0xe8, 0x2a, 0xc4, 0x7d, 0xeb, 0x29, 0xdb, 0xd2, 0xc8, 0xce, 0x56, 0xd5, 0x7a, 0xea, 0x63, 0x9a, + 0x5d, 0xbc, 0x02, 0x49, 0x56, 0x93, 0xb0, 0xad, 0x12, 0x09, 0xd9, 0x2a, 0xc5, 0x0f, 0x21, 0x41, + 0xab, 0x40, 0x90, 0x76, 0xad, 0x7d, 0x9b, 0xcd, 0xa9, 0x71, 0x81, 0x44, 0x41, 0x68, 0x15, 0x62, + 0x16, 0x75, 0x60, 0x83, 0x1c, 0x02, 0x28, 0x7e, 0x00, 0x49, 0x56, 0x7f, 0xb4, 0x01, 0x09, 0xda, + 0x02, 0x6e, 0xeb, 0xa1, 0xf9, 0x36, 0x0a, 0x8e, 0x14, 0xad, 0x78, 0x1e, 0x62, 0x6d, 0x8b, 0x1a, + 0xc9, 0xb6, 0x6f, 0x8d, 0x28, 0x55, 0x06, 0xd3, 0xef, 0x62, 0x09, 0xe2, 0xa4, 0x15, 0x27, 0xee, 0xbb, 0xbe, 0xc3, 0xb5, 0x19, 0x20, 0xd9, 0xae, 0x94, 0x6b, 0x65, 0xac, 0xbd, 0x42, 0xbe, 0x71, - 0xb9, 0xb1, 0x45, 0xb7, 0x13, 0x52, 0x10, 0x6b, 0xeb, 0x1d, 0xb6, 0x5d, 0xd5, 0xd1, 0x3f, 0xeb, - 0x68, 0xb1, 0xd2, 0x0f, 0x23, 0x90, 0x91, 0xea, 0x73, 0xf4, 0x24, 0x2c, 0x15, 0x21, 0xfa, 0x72, - 0x8a, 0x10, 0x7b, 0x19, 0x45, 0x88, 0x9f, 0xac, 0x08, 0xa7, 0xeb, 0x64, 0xa1, 0x2f, 0xc9, 0x63, - 0xf4, 0xa5, 0xf4, 0xfd, 0x2c, 0xa4, 0xc5, 0x98, 0x3b, 0xa6, 0xe1, 0xd7, 0x4e, 0x68, 0xf8, 0x8f, - 0xbd, 0xc9, 0xbc, 0x2d, 0x89, 0xe3, 0x74, 0xff, 0x98, 0xdd, 0xba, 0x5b, 0x10, 0x1f, 0xd8, 0xde, - 0x13, 0xbe, 0x10, 0x15, 0x66, 0x26, 0x1b, 0x62, 0x86, 0x51, 0x07, 0x0a, 0x53, 0x2c, 0x54, 0x86, - 0xac, 0x6b, 0x79, 0xc4, 0x25, 0xa6, 0x9b, 0xc0, 0xe9, 0x90, 0x37, 0x28, 0x89, 0x70, 0x80, 0xc2, - 0xdc, 0x1d, 0x85, 0x06, 0x7d, 0x48, 0xd6, 0x9d, 0x03, 0xa7, 0x4f, 0xad, 0xfc, 0x4c, 0xc8, 0xaa, - 0x51, 0x18, 0x70, 0x04, 0x66, 0xfc, 0x49, 0x7c, 0x74, 0x17, 0x92, 0xde, 0xbe, 0xe9, 0x5a, 0x03, - 0xbe, 0x0a, 0x14, 0x67, 0x29, 0xdb, 0x34, 0x97, 0x2d, 0x07, 0x0c, 0x13, 0x6d, 0xc1, 0xb2, 0x39, - 0x1c, 0x3a, 0x7d, 0x5a, 0x7c, 0xcf, 0x1e, 0xef, 0x3a, 0xdc, 0x3c, 0x5d, 0x9d, 0x25, 0x2e, 0x4b, - 0x34, 0xca, 0x60, 0xc9, 0x0c, 0xa5, 0xd1, 0xd7, 0x21, 0x3b, 0xe1, 0x93, 0x2f, 0x31, 0xac, 0x73, - 0x27, 0x4d, 0xcf, 0x4b, 0xc4, 0x39, 0x08, 0xd2, 0x18, 0x04, 0xb5, 0x31, 0x40, 0x06, 0xe4, 0x14, - 0xa1, 0x78, 0x85, 0x7c, 0x68, 0xff, 0xf2, 0x28, 0x49, 0x8a, 0xfd, 0x4b, 0x95, 0xb4, 0x78, 0x15, - 0x96, 0xc2, 0x15, 0x27, 0xf3, 0x03, 0xed, 0x6e, 0xb6, 0xcb, 0x4e, 0xbf, 0x8b, 0x2f, 0x22, 0xb0, - 0x3c, 0xc3, 0x2d, 0xbc, 0x1b, 0x1b, 0x99, 0xdd, 0x8d, 0x0d, 0xec, 0xe3, 0xe8, 0x71, 0xf6, 0xb1, - 0x28, 0x2c, 0x16, 0x14, 0x26, 0xb7, 0x41, 0xe3, 0xa1, 0x6d, 0xd0, 0xa3, 0x5a, 0x75, 0x4a, 0xfb, - 0x99, 0xcc, 0x5a, 0x9d, 0x72, 0xc7, 0xa8, 0x68, 0x11, 0x6a, 0x4b, 0x7f, 0xde, 0x28, 0xd7, 0x8d, - 0x8a, 0xb0, 0x9f, 0x8b, 0xbf, 0x10, 0x87, 0xb4, 0xd0, 0x56, 0xe2, 0xc3, 0x4d, 0x88, 0xb1, 0xe5, - 0xf9, 0xd6, 0xb8, 0x6f, 0xf1, 0x95, 0xf4, 0xea, 0x51, 0xca, 0xbd, 0xde, 0x0a, 0x70, 0xb1, 0x4a, - 0x48, 0x64, 0x70, 0xe0, 0x0c, 0xa7, 0x23, 0x6b, 0x46, 0x06, 0x8f, 0x28, 0x10, 0xf3, 0x4c, 0xf4, - 0x15, 0xe9, 0x17, 0xc5, 0x16, 0x8f, 0x08, 0x59, 0x52, 0x9b, 0xa6, 0x85, 0xd3, 0x54, 0xdc, 0x82, - 0xac, 0x52, 0xf6, 0xb1, 0xb6, 0x6b, 0xa8, 0xb3, 0xa2, 0x33, 0x9d, 0x55, 0xfc, 0x9b, 0x51, 0x48, - 0x32, 0xde, 0xca, 0x1e, 0x74, 0x74, 0x91, 0xf0, 0x67, 0xaa, 0x32, 0x3f, 0x3b, 0x7f, 0xa0, 0x6c, - 0xc1, 0x64, 0x4f, 0xa6, 0x6f, 0x99, 0xfe, 0x3e, 0xdf, 0xa8, 0xf9, 0x10, 0x12, 0x23, 0x67, 0x3a, - 0xf6, 0xb9, 0x14, 0xae, 0x9d, 0x44, 0x5a, 0x27, 0xc8, 0x98, 0xd1, 0x14, 0x8b, 0x10, 0x27, 0xac, - 0x98, 0x3e, 0x39, 0x7e, 0xa0, 0xbc, 0x8e, 0x5f, 0xbc, 0x08, 0x09, 0x8a, 0xbb, 0x28, 0xb3, 0x74, - 0x63, 0x91, 0xb2, 0xa4, 0x21, 0xde, 0x2a, 0x77, 0xb6, 0xb5, 0x08, 0xca, 0x40, 0xa2, 0xde, 0xec, - 0x36, 0x3a, 0x5a, 0xb4, 0xb8, 0x0c, 0xf9, 0xd0, 0xcc, 0x52, 0xcc, 0x01, 0x04, 0x13, 0x46, 0xe9, - 0x1f, 0x44, 0xa1, 0xd0, 0x71, 0xcd, 0xdd, 0x5d, 0xbb, 0x4f, 0x3c, 0x56, 0xd7, 0x19, 0xb6, 0x7d, - 0xd3, 0xb7, 0x3d, 0xdf, 0xee, 0x7b, 0xc7, 0x76, 0x4d, 0x01, 0x52, 0x3b, 0x66, 0xff, 0xc9, 0xd0, - 0xd9, 0xa3, 0x42, 0x8b, 0x63, 0x91, 0x44, 0x67, 0x21, 0xb1, 0xf3, 0xdc, 0xe7, 0x46, 0x4c, 0x1c, - 0xb3, 0x04, 0x81, 0x0e, 0x5c, 0x67, 0xc2, 0xa6, 0xf7, 0x38, 0x66, 0x09, 0xb4, 0x0a, 0x40, 0x3c, - 0xdc, 0xa1, 0x3d, 0xb2, 0x7d, 0xb6, 0x49, 0x18, 0xc7, 0x0a, 0x84, 0x94, 0x32, 0x31, 0xfb, 0x4f, - 0x2c, 0x9f, 0xed, 0x05, 0xc6, 0xb1, 0x48, 0x12, 0xa9, 0x7c, 0x31, 0xb4, 0xc6, 0x74, 0x0e, 0x8f, - 0x63, 0xfa, 0x8d, 0xae, 0x41, 0xca, 0x35, 0x7d, 0x6b, 0x67, 0xe2, 0xd1, 0x59, 0x3a, 0xbe, 0x91, - 0x3d, 0x7c, 0xb1, 0x96, 0xc2, 0xa6, 0x6f, 0x6d, 0xb4, 0xda, 0x58, 0xe4, 0x09, 0xb4, 0xc9, 0xc4, - 0xa3, 0x73, 0xb1, 0x82, 0xd6, 0x12, 0x68, 0x93, 0x09, 0x3d, 0x3a, 0x75, 0xad, 0x2f, 0xa6, 0xd6, - 0x94, 0x1e, 0xb5, 0x90, 0x52, 0x64, 0xba, 0xf4, 0x53, 0x09, 0xc8, 0x19, 0x13, 0x45, 0x54, 0xab, - 0x00, 0x9b, 0x8e, 0xfb, 0xd4, 0x74, 0x07, 0xf6, 0x78, 0x8f, 0x76, 0x55, 0x0c, 0x2b, 0x10, 0x92, - 0x5f, 0xb5, 0xa8, 0xa7, 0xda, 0xe9, 0xd4, 0xa8, 0xc4, 0x62, 0x58, 0x81, 0x90, 0x7c, 0x63, 0x8c, - 0xad, 0xbe, 0x65, 0x1f, 0x70, 0xc9, 0xc5, 0xb0, 0x02, 0x41, 0x57, 0x20, 0x6b, 0x8c, 0xb7, 0x07, - 0xae, 0xee, 0xba, 0x8e, 0xcb, 0x84, 0x18, 0xc3, 0x2a, 0x08, 0x95, 0x20, 0x67, 0x8c, 0x89, 0x33, - 0xc5, 0x51, 0x12, 0x14, 0x25, 0x04, 0x43, 0x57, 0x21, 0x4f, 0xea, 0x54, 0x35, 0x7d, 0x73, 0xcf, - 0x35, 0x47, 0x4c, 0xa8, 0x31, 0x1c, 0x06, 0xa2, 0x1b, 0xb0, 0x6c, 0x8c, 0xbb, 0xe3, 0x27, 0x63, - 0xe7, 0xe9, 0xb8, 0xe5, 0x3a, 0xbe, 0xc3, 0x5c, 0xb6, 0x18, 0x9e, 0x05, 0xb3, 0x5a, 0x57, 0x6d, - 0xaf, 0x6f, 0xba, 0x03, 0x26, 0x73, 0x5a, 0x6b, 0x01, 0xe1, 0xf9, 0xd6, 0xd0, 0x26, 0x5e, 0x20, - 0x15, 0x36, 0xcb, 0xe7, 0x10, 0xd2, 0xaa, 0xe6, 0xd4, 0xc7, 0x44, 0xaa, 0x9e, 0xcf, 0xa4, 0x1c, - 0xc3, 0x2a, 0x88, 0x63, 0xc8, 0x22, 0xb2, 0x12, 0x43, 0x96, 0xc1, 0x30, 0x1a, 0x0e, 0x76, 0xa8, - 0x17, 0x90, 0x93, 0x18, 0x02, 0x44, 0x24, 0x83, 0x2d, 0xd3, 0x1b, 0xf1, 0xe3, 0x3e, 0xba, 0x69, - 0x12, 0xc3, 0x21, 0x18, 0xa9, 0x29, 0x4d, 0x63, 0xeb, 0x8b, 0x01, 0xdb, 0x1c, 0x89, 0x61, 0x05, - 0x42, 0x94, 0x81, 0xa6, 0x9a, 0x0f, 0x3d, 0xba, 0x2b, 0x12, 0xc3, 0x32, 0x2d, 0x69, 0x37, 0x4d, - 0x7b, 0xe8, 0x15, 0x34, 0x85, 0x96, 0x42, 0x88, 0x12, 0x6f, 0xba, 0xe6, 0x1e, 0x21, 0x3d, 0x43, - 0x33, 0x45, 0x92, 0xcc, 0x6f, 0xe4, 0x93, 0x11, 0x22, 0x9a, 0x17, 0x00, 0x48, 0xcb, 0x48, 0xa2, - 0xe2, 0x5a, 0x26, 0x69, 0xd9, 0x0a, 0x6b, 0x99, 0x02, 0x2a, 0xfd, 0x93, 0x14, 0x2c, 0x19, 0xfd, - 0x91, 0xaa, 0x88, 0xe7, 0x21, 0x69, 0x8c, 0xeb, 0xde, 0x9e, 0xc7, 0x95, 0x90, 0xa7, 0x48, 0x03, - 0x8c, 0x31, 0x57, 0x0d, 0xa6, 0x7e, 0x32, 0xcd, 0x54, 0xa7, 0xe2, 0x4d, 0x47, 0x3c, 0x3f, 0x26, - 0x54, 0x27, 0x80, 0xa1, 0xeb, 0xb0, 0x44, 0x3a, 0xce, 0xf3, 0xbb, 0x63, 0xd7, 0x32, 0xfb, 0xfb, - 0x42, 0x07, 0x67, 0xa0, 0x4c, 0x51, 0x89, 0x54, 0xf5, 0x67, 0xfd, 0x81, 0xd0, 0x42, 0x15, 0xc4, - 0x30, 0x5a, 0xa6, 0x3b, 0x6a, 0xb9, 0xce, 0x8e, 0x50, 0x41, 0x15, 0xc4, 0xea, 0xd3, 0x76, 0xfb, - 0x9f, 0x4e, 0xad, 0x31, 0x29, 0x29, 0x25, 0xea, 0x13, 0xc0, 0x18, 0x17, 0x6c, 0x0d, 0x6c, 0xd7, - 0xea, 0xfb, 0x42, 0xf7, 0x54, 0x10, 0x11, 0xbb, 0x31, 0xd6, 0xfb, 0xfb, 0x8e, 0xd0, 0x3c, 0x91, - 0x64, 0x6a, 0x49, 0x3e, 0xb1, 0x35, 0x11, 0x5a, 0xa7, 0x40, 0x58, 0xf9, 0xa4, 0xc2, 0x9e, 0x6f, - 0x8e, 0x26, 0x42, 0xeb, 0x42, 0x30, 0x36, 0x48, 0x64, 0x9a, 0x32, 0xca, 0x89, 0x41, 0x12, 0x02, - 0xb3, 0x9a, 0x92, 0x41, 0x58, 0x37, 0xbd, 0x27, 0x1e, 0xd7, 0x3e, 0x15, 0xc4, 0x64, 0x2b, 0x92, - 0x94, 0xd5, 0x92, 0x90, 0xad, 0x0a, 0x25, 0x2d, 0x6a, 0x4e, 0x7d, 0xda, 0xb9, 0x4c, 0x07, 0x45, - 0x92, 0x28, 0x52, 0x73, 0xea, 0xf3, 0xee, 0x63, 0x1a, 0x18, 0x00, 0x48, 0x5d, 0xc9, 0x88, 0x51, - 0x3b, 0x8f, 0x29, 0xe2, 0x2c, 0x98, 0xb4, 0xbc, 0x39, 0xf5, 0x83, 0xee, 0x63, 0x3a, 0x19, 0x82, - 0x71, 0x9c, 0xa0, 0x03, 0x57, 0x24, 0x4e, 0xd0, 0x83, 0x57, 0x21, 0xdf, 0x9c, 0xfa, 0x4a, 0x17, - 0x9e, 0x65, 0x13, 0x4d, 0x08, 0xc8, 0x39, 0x05, 0x9d, 0x78, 0x4e, 0x72, 0x0a, 0x7a, 0xb1, 0x08, - 0x69, 0xd2, 0x10, 0xda, 0x8d, 0xe7, 0x99, 0xde, 0x8a, 0x34, 0x1f, 0xfa, 0xb2, 0x23, 0x5f, 0x95, - 0x43, 0x5f, 0xf6, 0x24, 0xab, 0x87, 0xd2, 0x95, 0x05, 0x59, 0x0f, 0xa5, 0x2f, 0xdf, 0x02, 0x4d, - 0x05, 0x50, 0x66, 0x17, 0x28, 0xe2, 0x1c, 0x9c, 0xd7, 0x39, 0xe8, 0xce, 0xa2, 0xac, 0x73, 0xd0, - 0x9f, 0x4c, 0xde, 0xa1, 0x0e, 0xbd, 0x28, 0xe5, 0xad, 0x82, 0x4b, 0xdf, 0x89, 0x41, 0xbe, 0xd3, - 0x57, 0xc7, 0x2f, 0x99, 0xac, 0x7c, 0xa7, 0x3c, 0xdc, 0x73, 0x5c, 0xdb, 0xdf, 0x1f, 0xf1, 0x51, - 0x1c, 0x82, 0x91, 0x31, 0x8e, 0x7d, 0xa7, 0x6e, 0x8f, 0xf9, 0x48, 0xe6, 0x29, 0x01, 0x37, 0x9f, - 0xf1, 0x11, 0xcc, 0x53, 0x44, 0x6f, 0xea, 0xe6, 0xb3, 0x8a, 0x33, 0x1e, 0xf3, 0x41, 0x2b, 0x92, - 0x44, 0x82, 0xe5, 0xbe, 0x6f, 0x1f, 0x58, 0xcd, 0x89, 0x35, 0x96, 0xa3, 0x55, 0x01, 0x91, 0xfa, - 0xb4, 0x4c, 0xcf, 0x93, 0x28, 0x6c, 0xb8, 0x86, 0x60, 0x04, 0xa7, 0xec, 0xfb, 0xd6, 0x68, 0xe2, - 0xb3, 0x99, 0x8c, 0x8f, 0x57, 0x15, 0x46, 0x4a, 0xd2, 0x3d, 0xdf, 0xdc, 0x21, 0x76, 0x70, 0x30, - 0x5e, 0x15, 0x10, 0xd1, 0xe1, 0xca, 0xd4, 0x75, 0x29, 0x88, 0x8f, 0xd8, 0x00, 0xc0, 0xe6, 0xb5, - 0xb6, 0xb5, 0x27, 0xc6, 0x2b, 0x4f, 0xf1, 0x31, 0x41, 0x33, 0xb2, 0x72, 0x4c, 0xd0, 0x9c, 0x2b, - 0x90, 0xc5, 0x96, 0xef, 0x9a, 0x63, 0x8f, 0xe6, 0xf2, 0x85, 0x41, 0x01, 0x31, 0x9e, 0xba, 0xeb, - 0x8a, 0x41, 0xc9, 0x53, 0x9c, 0x27, 0x26, 0x4b, 0xd2, 0x92, 0xe4, 0x49, 0x92, 0x73, 0x33, 0xe5, - 0xf2, 0xfc, 0x4c, 0x59, 0xfa, 0x6b, 0x51, 0xc8, 0x77, 0x07, 0x6a, 0x9f, 0xd2, 0x19, 0x20, 0x58, - 0x74, 0x23, 0x62, 0x06, 0x08, 0x96, 0xdc, 0x02, 0xa4, 0x1a, 0x4e, 0xcb, 0x71, 0x7d, 0x31, 0x39, - 0x8b, 0x64, 0x68, 0xde, 0x8e, 0xcd, 0xcf, 0xdb, 0x64, 0x00, 0x4b, 0xc6, 0x71, 0xa9, 0x8b, 0x01, - 0x67, 0xa2, 0x4f, 0xfd, 0x83, 0x9d, 0xe9, 0x6e, 0xd8, 0x2c, 0x50, 0x61, 0x04, 0xa7, 0x3d, 0x1e, - 0x04, 0x38, 0xbc, 0x8f, 0x55, 0xd8, 0x5c, 0xcb, 0x53, 0x0b, 0xd6, 0x08, 0x82, 0xb3, 0x37, 0x76, - 0x5c, 0x6b, 0x50, 0x9f, 0x0e, 0x7d, 0x9b, 0x77, 0x72, 0x08, 0x56, 0xfa, 0x0b, 0x51, 0x58, 0x6a, - 0x37, 0xea, 0x2d, 0x45, 0x3c, 0x1f, 0x42, 0xda, 0x9e, 0xf4, 0x3c, 0xdf, 0xf4, 0xbd, 0x99, 0x03, - 0x44, 0xd5, 0xc4, 0x62, 0x56, 0x9a, 0x41, 0x09, 0x3d, 0x9c, 0xb2, 0x69, 0x96, 0x87, 0x2a, 0x00, - 0x76, 0x7f, 0x24, 0xc8, 0xa3, 0xa1, 0x7b, 0x10, 0xe1, 0xa5, 0x71, 0x23, 0x7f, 0xf8, 0x62, 0x2d, - 0x63, 0x54, 0xea, 0x9c, 0x45, 0xc6, 0xe6, 0xd9, 0x1e, 0xfa, 0x04, 0x32, 0x7e, 0x5f, 0xf0, 0x88, - 0x85, 0xce, 0x64, 0x42, 0xa3, 0x93, 0x5d, 0xcd, 0xe9, 0x54, 0x38, 0x87, 0xb4, 0xdf, 0x0f, 0x18, - 0x4c, 0x07, 0x82, 0x41, 0x3c, 0xc4, 0x20, 0xa4, 0x0a, 0x8c, 0x41, 0xb7, 0x2a, 0x18, 0x4c, 0x59, - 0xa6, 0x57, 0xfa, 0x4e, 0x04, 0x96, 0x88, 0xab, 0xa0, 0x88, 0x25, 0x70, 0xb0, 0x22, 0x2f, 0xe5, - 0x60, 0xcd, 0x3a, 0x82, 0xd1, 0x2f, 0xeb, 0x08, 0xae, 0x41, 0x96, 0x9a, 0xe1, 0x3d, 0xd5, 0x9c, - 0x07, 0x0a, 0xda, 0xa0, 0x36, 0xfd, 0x65, 0x80, 0xa9, 0x67, 0x0d, 0x78, 0x3e, 0x33, 0xec, 0x33, - 0x04, 0x42, 0xb3, 0x4b, 0x7f, 0x6f, 0x25, 0xb8, 0x25, 0x19, 0x9a, 0xe1, 0x32, 0xbe, 0x98, 0x52, - 0x43, 0xfb, 0x8c, 0x01, 0x18, 0x55, 0x60, 0xa5, 0x3f, 0x99, 0x7a, 0xbd, 0xa9, 0xc7, 0x2f, 0x70, - 0xf5, 0x3c, 0xab, 0xcf, 0x6f, 0x34, 0x6c, 0x9c, 0x3d, 0x7c, 0xb1, 0xa6, 0x55, 0x5a, 0x5d, 0xaf, - 0xeb, 0xb1, 0x3b, 0x5c, 0x6d, 0xab, 0xef, 0x61, 0x8d, 0x10, 0xa8, 0x10, 0x64, 0xc0, 0x39, 0xca, - 0xc4, 0x7b, 0xee, 0xf9, 0xd6, 0x48, 0x61, 0x43, 0x2f, 0x3b, 0x6c, 0x9c, 0x3f, 0x7c, 0xb1, 0x86, - 0x08, 0x9b, 0x36, 0xcd, 0x97, 0x8c, 0x10, 0x21, 0x0a, 0xc3, 0xd0, 0x2d, 0x00, 0xca, 0x8a, 0x36, - 0x9e, 0x5d, 0x7f, 0x60, 0xea, 0x44, 0xe8, 0x6b, 0x04, 0x88, 0x33, 0x04, 0x81, 0x7e, 0xa2, 0x77, - 0x21, 0x3f, 0xb2, 0x46, 0x3d, 0xd7, 0xf3, 0xb8, 0x68, 0xa8, 0x63, 0xc3, 0xce, 0x1e, 0xeb, 0xd6, - 0x08, 0xb7, 0xdb, 0x54, 0x40, 0x38, 0x3b, 0xb2, 0x46, 0xd8, 0xf3, 0x98, 0x30, 0xaf, 0xc3, 0x32, - 0x21, 0x52, 0x25, 0xce, 0x5c, 0x1e, 0xc2, 0xab, 0x16, 0x08, 0xfd, 0x3e, 0x2c, 0xd3, 0xaa, 0x8c, - 0x5d, 0x7e, 0x08, 0xc8, 0xc6, 0x62, 0x7e, 0xe3, 0xcc, 0xe1, 0x8b, 0xb5, 0x3c, 0xa9, 0x4f, 0xc3, - 0x65, 0xa7, 0x7d, 0x1e, 0xce, 0x13, 0x4c, 0x99, 0x44, 0x9f, 0xc0, 0x19, 0x41, 0xea, 0xef, 0xbb, - 0x8e, 0xef, 0x0f, 0x2d, 0x76, 0x56, 0x9a, 0xdf, 0x58, 0x39, 0x7c, 0xb1, 0xb6, 0xcc, 0x88, 0x3b, - 0x22, 0x0b, 0x2f, 0x33, 0x72, 0x09, 0x40, 0x18, 0x0a, 0x94, 0x81, 0xa4, 0x56, 0x84, 0x9a, 0xa1, - 0x42, 0xb9, 0x70, 0xf8, 0x62, 0xed, 0x1c, 0xe1, 0x23, 0x89, 0xa4, 0x5c, 0x69, 0x67, 0xcc, 0x81, - 0xd1, 0x55, 0x58, 0x22, 0xed, 0xde, 0xb5, 0x87, 0x16, 0x6f, 0x36, 0x73, 0xb6, 0x72, 0x23, 0x6b, - 0xb4, 0x69, 0x0f, 0x2d, 0xd6, 0x6a, 0x8e, 0x65, 0x8e, 0x9d, 0x31, 0xc7, 0xca, 0x4a, 0xac, 0xf2, - 0xd8, 0x19, 0x33, 0xac, 0x77, 0xe0, 0x1c, 0xc1, 0x1a, 0x99, 0x93, 0x89, 0x35, 0x50, 0x59, 0xe6, - 0x28, 0x32, 0x1a, 0x59, 0xa3, 0x3a, 0xcd, 0x0b, 0x18, 0xbf, 0x09, 0xf1, 0x89, 0xe5, 0xee, 0xf2, - 0x93, 0x54, 0x31, 0x73, 0xb4, 0x2c, 0x77, 0x37, 0x50, 0x59, 0x4c, 0x51, 0x48, 0x1d, 0xc6, 0x96, - 0xdf, 0x73, 0x9f, 0xf5, 0x84, 0x4f, 0xba, 0xc4, 0xea, 0x30, 0xb6, 0x7c, 0xfc, 0xac, 0xc5, 0x1d, - 0xd3, 0x2b, 0x90, 0xe3, 0x58, 0xac, 0xe8, 0x65, 0x36, 0x6c, 0x28, 0x0e, 0x2b, 0xb2, 0x04, 0x79, - 0x8e, 0x61, 0x05, 0x06, 0x5b, 0x1c, 0x67, 0x29, 0x8a, 0xf4, 0xd4, 0x44, 0x59, 0xc4, 0x51, 0x9e, - 0x58, 0x03, 0x6a, 0xb1, 0x89, 0xb2, 0xaa, 0x0c, 0x26, 0xb0, 0xfc, 0xa0, 0x46, 0x48, 0x62, 0x75, - 0x66, 0x6b, 0xe4, 0x8b, 0x1a, 0xad, 0xc8, 0x1a, 0x75, 0xc2, 0x35, 0xf2, 0x65, 0x8d, 0xce, 0xca, - 0x1a, 0x75, 0x66, 0x6a, 0xe4, 0x07, 0x35, 0x3a, 0xa7, 0x94, 0x25, 0x6a, 0xd4, 0x86, 0x0b, 0x14, - 0xab, 0x3f, 0xe9, 0xb9, 0xbe, 0xdf, 0x1b, 0xd9, 0x7d, 0xd7, 0x21, 0xea, 0xd1, 0x9b, 0xdc, 0xbb, - 0x43, 0xed, 0x37, 0xae, 0x22, 0x0d, 0xcb, 0xef, 0x54, 0x5a, 0xd8, 0xf7, 0xeb, 0x02, 0xa3, 0x75, - 0xef, 0x0e, 0x3e, 0x47, 0x78, 0xf5, 0x27, 0x33, 0xe0, 0x63, 0x98, 0xde, 0xbf, 0x43, 0xad, 0xbe, - 0xa3, 0x99, 0xde, 0x5f, 0xcc, 0xf4, 0xfe, 0xb1, 0x4c, 0xef, 0x51, 0x33, 0xf1, 0x18, 0xa6, 0xf7, - 0x16, 0x33, 0xbd, 0x77, 0x1c, 0xd3, 0xfb, 0xd4, 0xa4, 0x3c, 0x86, 0xe9, 0xfd, 0xc5, 0x4c, 0xef, - 0xa3, 0x1b, 0xa0, 0x0d, 0x6c, 0xef, 0x49, 0x68, 0x6a, 0x28, 0x52, 0xd9, 0x2f, 0x11, 0xb8, 0x32, - 0x37, 0x5c, 0x87, 0x65, 0x8a, 0xa9, 0xcc, 0xca, 0x17, 0xd9, 0x1c, 0x42, 0xc0, 0x5d, 0x31, 0x33, - 0xa3, 0xcf, 0xa0, 0x28, 0xaa, 0x69, 0x52, 0x5b, 0xaf, 0xd7, 0x77, 0xc6, 0x63, 0xab, 0xcf, 0xf6, - 0x65, 0x2f, 0xd1, 0x7a, 0x5e, 0x3c, 0x7c, 0xb1, 0xf6, 0x2a, 0xab, 0x27, 0xb3, 0x07, 0x2b, 0x01, - 0x0a, 0x7e, 0x95, 0xd5, 0x74, 0x2e, 0x03, 0xf5, 0xe0, 0xb2, 0xe0, 0x4c, 0xa7, 0x86, 0xa7, 0xa6, - 0xed, 0x87, 0x98, 0x5f, 0xa6, 0xcc, 0x2f, 0x1f, 0xbe, 0x58, 0xbb, 0xc0, 0x98, 0x93, 0x89, 0xe0, - 0xb1, 0x69, 0xfb, 0x2a, 0xfb, 0x0b, 0x8c, 0xfd, 0x82, 0x2c, 0xb6, 0x25, 0xe8, 0xf4, 0x2d, 0xcf, - 0xb3, 0xbc, 0xc2, 0x2a, 0x99, 0xbb, 0x70, 0x00, 0x20, 0x76, 0x94, 0xbf, 0xef, 0x5a, 0xe6, 0xc0, - 0x2b, 0xac, 0xd1, 0x3c, 0x91, 0x44, 0x5f, 0x81, 0x02, 0x9d, 0x5e, 0x9d, 0xa7, 0xbd, 0x89, 0x6b, - 0x79, 0xde, 0xd4, 0x25, 0x8d, 0x9e, 0x8e, 0x7d, 0xcb, 0x2d, 0x5c, 0xa1, 0x32, 0x22, 0x53, 0x47, - 0xcd, 0x79, 0xda, 0xe2, 0xb9, 0x15, 0x96, 0x89, 0x3e, 0x82, 0x8b, 0x74, 0x4e, 0xb1, 0x06, 0xf6, - 0x74, 0x34, 0x4f, 0xfb, 0x1a, 0xa5, 0x25, 0xbc, 0xeb, 0x14, 0x63, 0x96, 0xbc, 0x0c, 0x97, 0x09, - 0x79, 0xdf, 0xb5, 0x7d, 0xbb, 0x6f, 0x0e, 0xe7, 0x19, 0x94, 0x28, 0x83, 0xe2, 0xc8, 0x1a, 0x55, - 0x38, 0xce, 0x2c, 0x8b, 0x9f, 0x84, 0x55, 0x2a, 0x53, 0xb6, 0x4d, 0x47, 0xa4, 0xe9, 0xbb, 0xce, - 0x90, 0x1a, 0x1b, 0x6c, 0x7e, 0x2a, 0xbc, 0x1e, 0xda, 0x49, 0x3f, 0x6a, 0x3f, 0x8f, 0x2f, 0xb3, - 0x17, 0x89, 0x70, 0x8f, 0xda, 0xf2, 0xe3, 0xab, 0x90, 0xef, 0xf8, 0xe6, 0x90, 0x6b, 0xd0, 0x55, - 0xb9, 0x0a, 0x75, 0x08, 0x34, 0x34, 0xd3, 0x32, 0xbc, 0x91, 0x35, 0xf2, 0x9e, 0x72, 0xec, 0x6b, - 0x72, 0xa6, 0xa5, 0xd8, 0x75, 0x92, 0xc5, 0x48, 0x6e, 0xc3, 0x59, 0x42, 0xe2, 0x39, 0xbb, 0x7e, - 0x48, 0x95, 0xaf, 0x53, 0x8a, 0x33, 0x23, 0x6b, 0xd4, 0x76, 0x76, 0xfd, 0xb0, 0x36, 0x53, 0xd1, - 0x99, 0xfd, 0x7d, 0x31, 0x8f, 0xbf, 0x21, 0xeb, 0x52, 0x21, 0xd0, 0xd0, 0xda, 0xe0, 0x3d, 0x35, - 0x27, 0x1c, 0xed, 0x86, 0x5c, 0x1b, 0xda, 0x4f, 0xcd, 0x09, 0xc3, 0xba, 0xcb, 0x6a, 0x3c, 0x1d, - 0x5b, 0x07, 0x76, 0x9f, 0xde, 0xae, 0xe2, 0xc8, 0x6f, 0x52, 0xe4, 0x95, 0x91, 0x35, 0xea, 0x06, - 0x79, 0x8c, 0xe6, 0x27, 0x60, 0x85, 0x48, 0xde, 0x1b, 0x73, 0x03, 0x93, 0x8b, 0xfb, 0xad, 0xd0, - 0x5a, 0x11, 0xb6, 0x66, 0x37, 0xce, 0x1d, 0xbe, 0x58, 0x3b, 0xd3, 0xb0, 0xfc, 0x30, 0x18, 0x9f, - 0x19, 0x5b, 0x7e, 0x7b, 0x1c, 0xda, 0xaa, 0xa9, 0xf2, 0xd1, 0xaa, 0x70, 0xbe, 0x49, 0x3b, 0xf2, - 0x5c, 0x70, 0x1f, 0xe8, 0xc9, 0x5c, 0xf7, 0xd1, 0x31, 0xaf, 0x70, 0xa9, 0x83, 0xb6, 0x33, 0x7c, - 0x62, 0x3b, 0x2a, 0x9b, 0x5b, 0xb4, 0x82, 0x25, 0x71, 0x15, 0x69, 0xcf, 0x75, 0xa6, 0x13, 0x6a, - 0xeb, 0x6d, 0x10, 0xcc, 0x75, 0xa5, 0x5a, 0xcb, 0x94, 0x36, 0x00, 0x94, 0x7e, 0x27, 0x0e, 0x79, - 0x61, 0xb4, 0x75, 0x3d, 0x73, 0xcf, 0x42, 0x65, 0xc8, 0x88, 0x1b, 0x5e, 0xe2, 0x82, 0xde, 0xec, - 0xe1, 0x15, 0x45, 0x94, 0xf7, 0x83, 0x84, 0x39, 0x27, 0xa9, 0xd0, 0x4d, 0x48, 0x50, 0x4d, 0xe1, - 0x67, 0xf4, 0x47, 0xdc, 0xb9, 0x60, 0x38, 0xc5, 0x1f, 0xc4, 0x20, 0x2d, 0x58, 0xa1, 0x8f, 0x21, - 0x1f, 0x5c, 0x4c, 0x1b, 0xef, 0x3a, 0xfc, 0x1e, 0xcf, 0xca, 0x82, 0x2b, 0x49, 0xe2, 0xa0, 0xc8, - 0x52, 0x2f, 0xb6, 0xbd, 0x0b, 0x19, 0x7e, 0xa2, 0x65, 0x0d, 0x8e, 0x2f, 0x3d, 0xc0, 0x43, 0xf7, - 0x01, 0x14, 0x61, 0xc6, 0x16, 0x9e, 0x79, 0x29, 0x32, 0x54, 0x90, 0xd1, 0xd7, 0x21, 0x27, 0xaf, - 0x7a, 0xf5, 0xe8, 0x05, 0x9a, 0xe8, 0xe2, 0xa7, 0x44, 0x1b, 0x2b, 0x7c, 0x43, 0x5d, 0x7d, 0x9f, - 0x84, 0xb3, 0x92, 0xd8, 0x18, 0xa0, 0x8f, 0x21, 0xe1, 0xd3, 0x3d, 0x06, 0x76, 0xe7, 0xa4, 0x74, - 0xac, 0xd0, 0xd7, 0x3b, 0xa6, 0xf7, 0x44, 0x0a, 0x92, 0x90, 0x15, 0xff, 0x76, 0x04, 0xe2, 0x04, - 0x7a, 0xcc, 0x49, 0xee, 0x9b, 0x74, 0x87, 0x9f, 0xdd, 0x6a, 0x12, 0xe7, 0x3c, 0xec, 0xfd, 0xd5, - 0xdc, 0x86, 0xff, 0x97, 0xba, 0x3b, 0x13, 0x9c, 0xa7, 0xc5, 0x8f, 0x39, 0x4f, 0x2b, 0xfd, 0xb9, - 0x15, 0x58, 0x0a, 0x9b, 0x5c, 0xa7, 0xf2, 0x12, 0xae, 0x84, 0xde, 0xe6, 0x04, 0x28, 0x12, 0x4a, - 0x3c, 0xfc, 0xfe, 0xf3, 0xfe, 0x50, 0x7a, 0x2f, 0x3c, 0x85, 0xde, 0x87, 0x57, 0x3d, 0xdf, 0x1c, - 0x12, 0x0b, 0x96, 0x41, 0x7a, 0xbb, 0xae, 0x33, 0xf6, 0xad, 0xf1, 0x80, 0xbb, 0x31, 0xe7, 0x78, - 0x76, 0x85, 0xe6, 0x6e, 0xf2, 0x4c, 0xf4, 0x1e, 0x9c, 0x9f, 0xa1, 0xdb, 0x21, 0x46, 0xd6, 0x78, - 0xc0, 0xcf, 0x2e, 0xce, 0x86, 0xc8, 0x36, 0x58, 0x1e, 0xf1, 0x8b, 0xed, 0xb1, 0xe7, 0xbb, 0x53, - 0xbe, 0x06, 0x32, 0xbb, 0x3e, 0x04, 0x43, 0x6f, 0x82, 0xc6, 0x26, 0x3a, 0xd7, 0xda, 0xb5, 0x5c, - 0xe2, 0x7f, 0x79, 0xfc, 0x6c, 0x63, 0x99, 0xc2, 0xb1, 0x04, 0xa3, 0xd7, 0x20, 0xc7, 0x50, 0x47, - 0x36, 0x5d, 0x05, 0xd3, 0xcc, 0x58, 0xa3, 0xb0, 0x3a, 0x05, 0xa1, 0x22, 0xa4, 0x77, 0x5c, 0x73, - 0xdc, 0xdf, 0xb7, 0xf8, 0x19, 0x07, 0x96, 0x69, 0xf4, 0x3a, 0xe4, 0xd9, 0xb7, 0xa0, 0xe7, 0xf6, - 0x36, 0x03, 0x72, 0x06, 0x97, 0x01, 0x76, 0xa6, 0x1e, 0x6f, 0x24, 0xb7, 0xb5, 0x33, 0x3b, 0x53, - 0x8f, 0x35, 0x8c, 0x64, 0xbb, 0xd6, 0xae, 0xc8, 0x66, 0xd6, 0x75, 0xc6, 0xb5, 0x76, 0x79, 0xf6, - 0x9b, 0x40, 0xbc, 0xa1, 0x5e, 0x7f, 0xe8, 0xf4, 0x9f, 0x50, 0xcb, 0x3a, 0xc2, 0x1c, 0xdf, 0x4a, - 0xab, 0x5b, 0x21, 0x30, 0x9c, 0xee, 0x4f, 0xa6, 0xf4, 0x8b, 0x70, 0x22, 0xda, 0xca, 0x71, 0x89, - 0x41, 0x1d, 0xc1, 0x19, 0x02, 0x61, 0xd9, 0x6b, 0x90, 0x9d, 0x98, 0x7b, 0x56, 0x8f, 0x1e, 0x94, - 0x48, 0x63, 0x9a, 0x80, 0xe8, 0x8d, 0x3b, 0x2a, 0x8c, 0x91, 0x3d, 0x76, 0x5c, 0x81, 0xc1, 0x6d, - 0x69, 0x0a, 0x53, 0x50, 0xcc, 0x9f, 0x0c, 0x50, 0xce, 0x70, 0x14, 0x02, 0xe3, 0x28, 0x44, 0xfa, - 0xa4, 0x8b, 0x9f, 0xf9, 0x3d, 0xef, 0xa9, 0xed, 0x53, 0xb9, 0x21, 0x2e, 0x7d, 0x06, 0x6f, 0x73, - 0x30, 0xfa, 0x00, 0x96, 0x48, 0xdb, 0x46, 0xf6, 0x9e, 0xcb, 0xcf, 0xb1, 0xa9, 0x3d, 0x2d, 0xdd, - 0xaf, 0xba, 0xcc, 0xa0, 0xee, 0x57, 0x90, 0x24, 0x85, 0x98, 0x43, 0x7b, 0x8f, 0xde, 0x40, 0x16, - 0x75, 0x61, 0x86, 0xf6, 0xb2, 0x84, 0x07, 0xf5, 0xb1, 0x46, 0xd3, 0x21, 0x3b, 0xbe, 0xe7, 0xa8, - 0xcc, 0xdc, 0x5e, 0x96, 0x70, 0x8e, 0x7a, 0x1d, 0x96, 0x87, 0xef, 0xf4, 0x06, 0x4c, 0x23, 0x86, - 0x0e, 0x31, 0x7d, 0xce, 0xb3, 0x55, 0x72, 0xf8, 0x4e, 0x95, 0x42, 0x6b, 0x04, 0x48, 0x56, 0xec, - 0x30, 0x9e, 0xe8, 0xfe, 0x57, 0xd9, 0x8a, 0xad, 0x62, 0x73, 0x25, 0xb8, 0x01, 0x5a, 0x40, 0xe2, - 0xf9, 0x8e, 0x6b, 0xb1, 0x0d, 0xd4, 0x38, 0x5e, 0x12, 0xd8, 0x6d, 0x0a, 0x45, 0xef, 0xc2, 0xf9, - 0x19, 0x4c, 0xc1, 0xfd, 0x02, 0x5b, 0x5d, 0x43, 0xf8, 0x9c, 0xfd, 0x1d, 0x38, 0x1b, 0x10, 0x4d, - 0x88, 0xde, 0x33, 0xc1, 0x17, 0xc3, 0x15, 0x6a, 0xc9, 0x1c, 0x74, 0x1f, 0x2e, 0xcc, 0x53, 0x88, - 0x92, 0x98, 0xa5, 0x7b, 0x7e, 0x96, 0x8c, 0x17, 0xc6, 0xc4, 0x64, 0xab, 0x62, 0xba, 0x24, 0xc4, - 0x64, 0xcc, 0x89, 0xc9, 0x9e, 0x17, 0xd3, 0x65, 0x51, 0x2b, 0x63, 0x56, 0x4c, 0xac, 0x1d, 0xf6, - 0x5c, 0x3b, 0x56, 0xc3, 0x14, 0x73, 0xed, 0xb0, 0x17, 0xb7, 0x63, 0x4d, 0xb4, 0xc3, 0x58, 0xd4, - 0x8e, 0x37, 0x21, 0x33, 0x1c, 0xf6, 0x79, 0x0b, 0xa8, 0xe1, 0xca, 0x86, 0x56, 0xad, 0x56, 0xa1, - 0x0d, 0xc0, 0xe9, 0xe1, 0xb0, 0xcf, 0x9a, 0x72, 0x1f, 0x96, 0x05, 0xaa, 0xe0, 0xfd, 0x5a, 0xa0, - 0xaa, 0x9c, 0x80, 0xb1, 0xc5, 0x79, 0x4e, 0xc5, 0x4b, 0xb9, 0x05, 0x40, 0x48, 0x79, 0x9f, 0x53, - 0x13, 0x95, 0xed, 0x77, 0xd4, 0x6a, 0x15, 0xd6, 0xe5, 0x98, 0x54, 0x83, 0xf7, 0xfe, 0x57, 0x41, - 0x93, 0xd8, 0xa2, 0xa4, 0xd7, 0x29, 0x0d, 0x3a, 0x7c, 0xb1, 0xb6, 0x24, 0x68, 0x78, 0x51, 0x4b, - 0x82, 0x90, 0x97, 0xf5, 0x01, 0x10, 0x88, 0x2a, 0xb8, 0xab, 0xa1, 0x5a, 0x06, 0x72, 0xa3, 0xb5, - 0x54, 0xc4, 0xa8, 0xc3, 0x8a, 0x4a, 0x29, 0x8a, 0xa6, 0x26, 0x28, 0xb3, 0xc3, 0x14, 0x72, 0x5e, - 0xfa, 0x19, 0x85, 0x45, 0xd0, 0xd8, 0x81, 0x3f, 0xdc, 0xe1, 0x32, 0xbd, 0x1e, 0x34, 0xb6, 0xda, - 0xa9, 0x6d, 0x30, 0xa1, 0x66, 0x08, 0x02, 0x93, 0xea, 0x57, 0x41, 0x93, 0xd8, 0xa2, 0xc4, 0x37, - 0x82, 0xc6, 0x0a, 0x1a, 0xd1, 0x58, 0x41, 0xc8, 0xcb, 0xba, 0x0d, 0x59, 0x4a, 0xcd, 0x25, 0x4b, - 0x0d, 0x55, 0x76, 0x69, 0x86, 0x10, 0x72, 0xd1, 0xd2, 0xea, 0x70, 0xd9, 0x7e, 0x02, 0x67, 0x02, - 0x02, 0x51, 0x1e, 0x35, 0x59, 0xd9, 0x9e, 0x8d, 0x24, 0xe3, 0x05, 0x2e, 0x4b, 0x5a, 0x5e, 0xe2, - 0x87, 0x40, 0x41, 0xaa, 0x7c, 0xdf, 0x0a, 0x57, 0x57, 0x11, 0x30, 0xad, 0xae, 0x22, 0xe1, 0x6d, - 0x38, 0x1b, 0x22, 0x16, 0x15, 0xb8, 0x49, 0x39, 0xd0, 0x1d, 0x34, 0x95, 0x03, 0xaf, 0x03, 0x52, - 0xb9, 0x04, 0x42, 0xb6, 0x03, 0x21, 0xdf, 0x0a, 0x84, 0x6c, 0x04, 0x42, 0xb6, 0x55, 0x21, 0xdb, - 0xb3, 0x42, 0x7e, 0x3b, 0xa8, 0xb5, 0x31, 0x23, 0x64, 0x3b, 0x2c, 0xe4, 0xd7, 0x80, 0x2f, 0x66, - 0xbc, 0xb4, 0x75, 0x36, 0xe1, 0x33, 0x18, 0x2b, 0xe0, 0x16, 0x20, 0x05, 0x45, 0x14, 0x71, 0x9b, - 0x22, 0x6a, 0x01, 0x62, 0xb0, 0x1a, 0x8e, 0x9d, 0x81, 0x98, 0x37, 0xee, 0xb0, 0xe5, 0x8e, 0x40, - 0x18, 0xb3, 0x1b, 0xa0, 0xc9, 0x6c, 0xc1, 0xea, 0x1d, 0x36, 0x4f, 0x0a, 0x24, 0xce, 0x68, 0x0d, - 0xb2, 0x14, 0x93, 0x77, 0xff, 0x5d, 0xbe, 0x13, 0xe3, 0x0c, 0xc4, 0x44, 0xfa, 0x16, 0x9c, 0x09, - 0x10, 0x04, 0xaf, 0x77, 0xd9, 0xcc, 0x2f, 0xd1, 0x38, 0xb3, 0x37, 0x80, 0x82, 0xd4, 0x9e, 0x7d, - 0x2f, 0x28, 0x55, 0xe9, 0xc5, 0x3b, 0x70, 0x36, 0x84, 0x28, 0xf8, 0xde, 0x63, 0x13, 0x94, 0x8a, - 0xcd, 0x58, 0x97, 0x0e, 0x20, 0xc5, 0x8f, 0xe0, 0xd1, 0xfb, 0x90, 0x36, 0xf7, 0xc8, 0x8a, 0x25, - 0x6f, 0xe7, 0xce, 0x5e, 0x66, 0xa6, 0x1b, 0xf3, 0x3c, 0x81, 0x53, 0x14, 0xd9, 0x98, 0xb1, 0x17, - 0xa3, 0xa7, 0xb3, 0x17, 0x4b, 0xbf, 0x9e, 0x83, 0x04, 0x8d, 0x26, 0xc0, 0x5f, 0xfb, 0x46, 0x42, - 0xef, 0xc7, 0x79, 0x9c, 0x81, 0x39, 0xd3, 0xf4, 0xeb, 0x33, 0xcf, 0x3f, 0xa2, 0x21, 0xa3, 0x5b, - 0x7d, 0xfe, 0x21, 0x8d, 0xee, 0x23, 0x9f, 0x80, 0x3c, 0x50, 0x9a, 0x1b, 0x0b, 0xbf, 0x5e, 0xe7, - 0xcd, 0x5d, 0xe6, 0x3c, 0xe6, 0x9b, 0xac, 0x5e, 0x40, 0x8f, 0x9f, 0x7c, 0x01, 0xfd, 0xb4, 0x6f, - 0x61, 0x0c, 0xc8, 0x29, 0x8f, 0x73, 0x88, 0xf9, 0x18, 0x5b, 0xfc, 0x3a, 0x47, 0xb6, 0x2e, 0x80, - 0x79, 0x38, 0x1b, 0x3c, 0xcf, 0x99, 0xbd, 0xcb, 0x9e, 0x3a, 0xf5, 0x8d, 0xe9, 0x6b, 0x10, 0x9b, - 0xba, 0x43, 0x7e, 0xf7, 0x11, 0xc4, 0xc9, 0x06, 0xae, 0xb1, 0xa7, 0x01, 0x5d, 0x5c, 0xc3, 0x24, - 0x7f, 0xc1, 0x7b, 0xf2, 0xcc, 0x4b, 0xbc, 0x27, 0x5f, 0x74, 0x6b, 0x11, 0xbe, 0xd4, 0xad, 0xc5, - 0xe0, 0xe2, 0x7c, 0xf6, 0xa4, 0x8b, 0xf3, 0xff, 0x2a, 0x05, 0x99, 0xe6, 0xc4, 0xe2, 0xfe, 0xc2, - 0xbd, 0xd0, 0xbd, 0xf9, 0x8b, 0xaa, 0xde, 0xad, 0x4b, 0xac, 0xf9, 0xeb, 0x63, 0xf7, 0x88, 0x9b, - 0x33, 0x1d, 0xf7, 0xc5, 0x05, 0xb2, 0xcb, 0x47, 0x10, 0xd6, 0x28, 0x12, 0xe6, 0xc8, 0xe8, 0x03, - 0x48, 0xb1, 0x5b, 0x8d, 0xe2, 0x0e, 0xdd, 0xea, 0x11, 0x74, 0xec, 0xf2, 0xa0, 0x85, 0x05, 0x3a, - 0xfa, 0x18, 0x32, 0xd3, 0xb1, 0xa0, 0x8d, 0x87, 0x1e, 0x8c, 0xce, 0xd2, 0x76, 0x05, 0x1e, 0x0e, - 0x48, 0x48, 0x85, 0xfb, 0xf4, 0x0e, 0x09, 0xbf, 0x43, 0x7b, 0x54, 0x85, 0xd9, 0x45, 0x13, 0xcc, - 0x91, 0x49, 0x85, 0x07, 0x96, 0xe7, 0xbb, 0xce, 0x73, 0x7e, 0x8f, 0xf8, 0xa8, 0x0a, 0x57, 0x19, - 0x16, 0x16, 0xe8, 0x48, 0x87, 0x1c, 0x6b, 0x74, 0x8f, 0x6e, 0x46, 0xf0, 0xab, 0xb7, 0xa5, 0x63, - 0xe5, 0xb4, 0x45, 0x30, 0x71, 0x76, 0x18, 0x24, 0x8a, 0x1f, 0x43, 0x92, 0xe5, 0xa1, 0xf7, 0xb8, - 0xdf, 0x40, 0xb4, 0x44, 0x6c, 0x4b, 0x2c, 0xab, 0x1e, 0x6c, 0xb0, 0x23, 0x40, 0xdd, 0x09, 0x92, - 0xf6, 0x8a, 0x7f, 0x0c, 0xb2, 0x0a, 0x6f, 0x74, 0x0f, 0xd2, 0x62, 0x74, 0x9c, 0xbc, 0xb1, 0x20, - 0x51, 0xd1, 0x7d, 0x5e, 0x36, 0x6b, 0x0a, 0x9b, 0x6d, 0xce, 0x2a, 0x65, 0x6f, 0x89, 0xfd, 0x16, - 0xb5, 0x02, 0xa2, 0x01, 0x29, 0xde, 0x99, 0xe1, 0xb9, 0x20, 0x72, 0xba, 0xb9, 0xa0, 0xf8, 0x35, - 0xc8, 0xc8, 0x0e, 0xfd, 0x72, 0x1c, 0xee, 0x43, 0x92, 0xf5, 0x2a, 0xba, 0x0d, 0x29, 0x76, 0x97, - 0xf3, 0x04, 0x62, 0x81, 0x55, 0x7c, 0x00, 0x29, 0xde, 0xb1, 0x2f, 0x4d, 0x5b, 0x1a, 0x1e, 0x71, - 0xbd, 0xb5, 0x56, 0xee, 0x36, 0x2a, 0xdb, 0x5a, 0x04, 0x69, 0x90, 0x63, 0xdf, 0xbd, 0x2d, 0xdc, - 0xec, 0xb6, 0xb4, 0x24, 0x41, 0x65, 0x8f, 0x49, 0x74, 0x2d, 0x8a, 0xf2, 0x90, 0xe9, 0x36, 0x44, - 0x32, 0x46, 0xdf, 0x92, 0x61, 0xbd, 0xdc, 0xd1, 0xb5, 0x38, 0x7b, 0x64, 0xd6, 0xee, 0xe0, 0xe6, - 0xe7, 0x5a, 0x82, 0xbf, 0x32, 0xf9, 0xad, 0x28, 0xe4, 0x8c, 0xf1, 0x81, 0xe5, 0x7a, 0x16, 0x5b, - 0x4e, 0x6e, 0x1f, 0xb3, 0x9c, 0xc8, 0x09, 0x9d, 0x03, 0xe8, 0x9a, 0xc2, 0x67, 0xbc, 0xe8, 0x09, - 0x33, 0xde, 0xec, 0xd2, 0x13, 0xfb, 0x11, 0x96, 0x1e, 0x75, 0xa5, 0x8d, 0xbf, 0xc4, 0x4a, 0x5b, - 0x99, 0x9b, 0x75, 0x13, 0xb4, 0x16, 0x8b, 0x67, 0x5d, 0xb1, 0x8d, 0x38, 0x33, 0xf7, 0x86, 0x74, - 0x29, 0x79, 0xca, 0xe5, 0xfa, 0x30, 0x0e, 0x69, 0x31, 0xd8, 0x8e, 0xd9, 0x65, 0x7a, 0x1f, 0x52, - 0x6c, 0xac, 0x1e, 0xb1, 0xd5, 0xb4, 0xc4, 0x45, 0xc3, 0x43, 0xff, 0xe0, 0x24, 0x1d, 0xb0, 0x3f, - 0xda, 0x5a, 0x1c, 0x6a, 0x4f, 0xfc, 0x94, 0x2b, 0xed, 0x6d, 0x65, 0x3e, 0x48, 0x84, 0x6e, 0x22, - 0xa8, 0xf3, 0x81, 0x32, 0x13, 0x88, 0xf7, 0xae, 0x49, 0xe5, 0xbd, 0xeb, 0xcb, 0x3d, 0x5d, 0xbd, - 0x07, 0xb9, 0x7d, 0xfa, 0xa2, 0xbc, 0x47, 0x23, 0x8d, 0xcc, 0x3c, 0x5d, 0x55, 0x1e, 0x9b, 0xe3, - 0xec, 0xbe, 0x12, 0x2c, 0x20, 0xf4, 0xf2, 0x34, 0x73, 0xba, 0x97, 0xa7, 0xc1, 0x66, 0x1c, 0x1c, - 0xff, 0xf8, 0x53, 0x79, 0xa0, 0x9a, 0x3d, 0xdd, 0x03, 0xd5, 0xbb, 0x90, 0x7d, 0x62, 0x0f, 0x87, - 0xbd, 0x09, 0x7d, 0x16, 0xce, 0x9f, 0x09, 0x88, 0x55, 0x37, 0x78, 0x2f, 0x8e, 0xe1, 0x49, 0xf0, - 0x76, 0xfc, 0x3a, 0x24, 0x58, 0x93, 0xf3, 0xa1, 0x67, 0x1c, 0xf2, 0xfd, 0x3a, 0x66, 0xd9, 0xa5, - 0xaf, 0x42, 0x3e, 0x34, 0xa9, 0xd2, 0xdd, 0x64, 0xba, 0x2f, 0x7a, 0xec, 0xac, 0xcf, 0x70, 0x4a, - 0xff, 0x36, 0x71, 0xe2, 0x26, 0xe8, 0x97, 0x55, 0xcf, 0x3f, 0xca, 0xb1, 0xbf, 0x11, 0x7e, 0x80, - 0x1d, 0x0f, 0x09, 0x50, 0x31, 0xf1, 0x96, 0x8e, 0x79, 0x7c, 0xad, 0x0e, 0x97, 0xc4, 0x4b, 0x0e, - 0x97, 0xeb, 0x34, 0x26, 0x92, 0x6f, 0x15, 0x92, 0xf4, 0x06, 0xbd, 0xa6, 0x48, 0xa0, 0x4d, 0xe0, - 0x98, 0x65, 0x87, 0x87, 0x55, 0xea, 0x94, 0xc3, 0xea, 0x5d, 0x25, 0x68, 0x41, 0x3a, 0x64, 0xbc, - 0x0a, 0xfe, 0x53, 0x71, 0xba, 0x21, 0x11, 0xd1, 0xd7, 0x60, 0x85, 0x7d, 0xf7, 0xa6, 0x93, 0x81, - 0xe9, 0x5b, 0x3d, 0x56, 0xbf, 0x0c, 0xb5, 0xcc, 0xe6, 0xeb, 0x77, 0x86, 0x21, 0x77, 0x29, 0x2e, - 0x05, 0xa1, 0x0d, 0x40, 0x61, 0x0e, 0xd3, 0xa9, 0xcd, 0x1e, 0xd1, 0xe4, 0xd8, 0x1d, 0x92, 0xb6, - 0x42, 0xd2, 0xed, 0x1a, 0x55, 0xac, 0xa9, 0x4c, 0xba, 0x53, 0x7b, 0x70, 0xda, 0x40, 0x39, 0x5f, - 0xe6, 0x51, 0x77, 0x68, 0x08, 0xe7, 0x4f, 0x37, 0x84, 0x45, 0x84, 0x82, 0xa5, 0x20, 0x42, 0x41, - 0xe9, 0x45, 0x14, 0x96, 0xe9, 0xa0, 0x61, 0xcd, 0xe1, 0x06, 0xf0, 0xc9, 0xc1, 0x67, 0xe4, 0xd3, - 0x87, 0x99, 0xb0, 0x33, 0xab, 0x2a, 0x76, 0xc0, 0x73, 0x3e, 0xf8, 0xcc, 0xfd, 0x50, 0xf0, 0x99, - 0x8b, 0x47, 0x90, 0x2d, 0x0c, 0x41, 0x73, 0x8f, 0x45, 0xd6, 0x88, 0x87, 0x1e, 0x34, 0xcd, 0x52, - 0xce, 0xc7, 0x80, 0xb9, 0x1e, 0xc4, 0x80, 0xb9, 0x08, 0x19, 0xeb, 0x19, 0x3d, 0x5b, 0x1e, 0xb0, - 0x66, 0x26, 0xc8, 0xb4, 0x6c, 0xfb, 0x15, 0x67, 0x60, 0x15, 0xdf, 0xe0, 0xc1, 0x5e, 0xd6, 0x20, - 0xcb, 0x35, 0x40, 0xa2, 0xe5, 0xd9, 0x71, 0xcd, 0xd4, 0xa3, 0x88, 0xaf, 0xb3, 0xf8, 0x2e, 0x97, - 0x20, 0xe3, 0x4d, 0xfb, 0x7d, 0xcb, 0x1a, 0x58, 0xcc, 0xc9, 0x4d, 0xe3, 0x00, 0x50, 0xfa, 0x61, - 0x1e, 0x20, 0x50, 0x54, 0x75, 0xba, 0x88, 0xbc, 0xcc, 0x74, 0x21, 0x87, 0x58, 0xf4, 0xf8, 0x21, - 0x26, 0xd6, 0x94, 0x98, 0xb2, 0xa6, 0x14, 0x20, 0x35, 0xb2, 0x3c, 0xcf, 0xdc, 0x63, 0xd6, 0x7e, - 0x06, 0x8b, 0x64, 0xc8, 0x68, 0x48, 0xbc, 0x84, 0xd1, 0x70, 0x49, 0x3d, 0x5f, 0x49, 0xf2, 0x6d, - 0x77, 0x79, 0xb2, 0x32, 0x33, 0x1d, 0xa5, 0xbe, 0xcc, 0x74, 0x54, 0x80, 0x14, 0x5b, 0xb1, 0x9e, - 0xd3, 0x45, 0x2d, 0x8d, 0x45, 0x12, 0xdd, 0x91, 0x37, 0xdb, 0x32, 0xa1, 0x00, 0x03, 0x81, 0x90, - 0x67, 0xaf, 0xb4, 0xdd, 0x81, 0xa4, 0x6b, 0x99, 0x9e, 0xc3, 0x5e, 0x42, 0x2f, 0xa4, 0xc0, 0x34, - 0x1f, 0x73, 0x3c, 0x74, 0x09, 0xe2, 0x74, 0xb8, 0x67, 0xe9, 0x70, 0xa7, 0xfa, 0x47, 0x87, 0x38, - 0x85, 0x2a, 0xc3, 0x3a, 0x77, 0xdc, 0xb0, 0x2e, 0xb3, 0x63, 0x01, 0x76, 0x9a, 0xc7, 0xd4, 0x86, - 0x8f, 0xd4, 0xf3, 0xb3, 0x23, 0x95, 0xd5, 0x82, 0x1d, 0x17, 0x28, 0x00, 0xf4, 0x00, 0xb4, 0x29, - 0xbb, 0x5d, 0x4d, 0x8f, 0x9c, 0x89, 0x88, 0x79, 0xec, 0x85, 0xd9, 0xb8, 0x73, 0x78, 0x59, 0x41, - 0x24, 0x40, 0x74, 0x1f, 0x72, 0x74, 0x09, 0x14, 0x45, 0x2f, 0x87, 0x8b, 0x0e, 0x0f, 0x17, 0x9c, - 0xed, 0x07, 0x80, 0xd2, 0x86, 0x7c, 0x1a, 0x75, 0x06, 0xf2, 0x2c, 0xf6, 0x55, 0xaf, 0x5e, 0x6e, - 0x77, 0x74, 0xac, 0xbd, 0x42, 0x4c, 0x6d, 0x0e, 0x2a, 0x6f, 0xe9, 0x8d, 0x8e, 0x16, 0x41, 0x2b, - 0xb0, 0xcc, 0x21, 0xfa, 0x67, 0x7a, 0xa5, 0xdb, 0x69, 0x62, 0x2d, 0x5a, 0xfa, 0xc3, 0x14, 0x24, - 0x99, 0x54, 0x51, 0x09, 0x56, 0xb1, 0x5e, 0x6e, 0x37, 0x1b, 0x3d, 0x1e, 0x22, 0x46, 0xe2, 0xf5, - 0x36, 0xcb, 0x46, 0x4d, 0xaf, 0x6a, 0xaf, 0x84, 0x70, 0x1a, 0x9d, 0xb2, 0xd1, 0xd0, 0x71, 0x8f, - 0x5b, 0xf4, 0x1c, 0xe7, 0x1c, 0x5a, 0x83, 0x8b, 0xf3, 0x38, 0x46, 0xdd, 0xe8, 0xd0, 0xf7, 0xe2, - 0xda, 0x0a, 0xba, 0x0a, 0x57, 0x8e, 0x41, 0xe8, 0x55, 0x8d, 0xf6, 0x43, 0xed, 0x2c, 0xba, 0x0e, - 0xa5, 0xe3, 0xb0, 0xea, 0x7a, 0xbd, 0x89, 0x3f, 0xd7, 0xd2, 0x68, 0x15, 0x8a, 0x73, 0x78, 0x2d, - 0xac, 0xeb, 0xf5, 0x56, 0x47, 0xaf, 0x6a, 0x67, 0x16, 0x56, 0xb9, 0xdb, 0xaa, 0x96, 0x3b, 0xba, - 0xa8, 0xf2, 0x79, 0x74, 0x03, 0xae, 0x72, 0x1c, 0xd9, 0x64, 0xac, 0x6f, 0x19, 0xed, 0x0e, 0x66, - 0x85, 0x75, 0x8c, 0xba, 0xde, 0xec, 0x76, 0xb4, 0x57, 0xd1, 0x5b, 0x70, 0x7d, 0x1e, 0x73, 0x21, - 0x6e, 0x41, 0xa9, 0x99, 0xc4, 0xed, 0xe8, 0xb8, 0x6e, 0x34, 0xca, 0xa4, 0x66, 0x11, 0x74, 0x05, - 0x2e, 0xcd, 0xe6, 0x13, 0xf7, 0x87, 0xf0, 0xd2, 0xb1, 0x5e, 0xd5, 0xa2, 0xe8, 0x12, 0x14, 0x38, - 0xc6, 0x26, 0x2e, 0xd7, 0xf5, 0xc7, 0x4d, 0xfc, 0xb0, 0x87, 0xf5, 0x7a, 0xf3, 0x91, 0x5e, 0xd5, - 0x62, 0xa4, 0x43, 0x79, 0xee, 0x56, 0xa5, 0xa7, 0x63, 0xdc, 0xc4, 0x5a, 0x5c, 0x29, 0xd4, 0x68, - 0x3c, 0x2a, 0xd7, 0x8c, 0x6a, 0x40, 0x6a, 0x54, 0xb5, 0x04, 0xba, 0x00, 0xe7, 0x66, 0xf2, 0x9b, - 0x9b, 0x9b, 0x3a, 0x6e, 0x6b, 0x49, 0xa5, 0x3e, 0x46, 0xb3, 0xd7, 0x7e, 0x6c, 0x74, 0x2a, 0xdb, - 0x1b, 0xcd, 0x32, 0x26, 0x7a, 0x60, 0x90, 0x1a, 0x5f, 0x54, 0x98, 0x33, 0x3d, 0x23, 0x7d, 0x55, - 0x69, 0x36, 0x1a, 0x7a, 0x85, 0xe4, 0xa7, 0x14, 0xe6, 0x58, 0xaf, 0x34, 0x1b, 0x15, 0xa3, 0x66, - 0xb0, 0x4e, 0xcf, 0x28, 0x4d, 0x91, 0x71, 0xda, 0x7a, 0xc2, 0x49, 0x44, 0xe8, 0x32, 0x5c, 0xe0, - 0xb9, 0x54, 0x5b, 0xc3, 0x7c, 0x01, 0x15, 0xe0, 0x6c, 0x28, 0x5b, 0xc8, 0x20, 0xcb, 0x82, 0x11, - 0x84, 0x72, 0xda, 0x9d, 0x32, 0x26, 0x54, 0xb9, 0x39, 0x2a, 0x51, 0x5c, 0x5e, 0xd1, 0x40, 0x19, - 0x66, 0x4e, 0xaf, 0xf6, 0xaa, 0x5d, 0x6c, 0x34, 0xb6, 0xb8, 0x3e, 0x6b, 0xab, 0xb3, 0x58, 0x95, - 0x6d, 0xbd, 0xf2, 0x90, 0x86, 0xa2, 0xeb, 0xb6, 0xb9, 0x06, 0x55, 0xb5, 0x4b, 0xe8, 0x26, 0xbc, - 0xa1, 0x62, 0x6d, 0xeb, 0xe5, 0x5a, 0x67, 0x7b, 0x31, 0xf2, 0x65, 0xa5, 0x9d, 0x14, 0x99, 0x7a, - 0xc1, 0xa2, 0x23, 0xb4, 0x0b, 0x8a, 0xae, 0x2a, 0xd9, 0xdd, 0x46, 0xb9, 0xdb, 0xd9, 0x6e, 0x62, - 0xe3, 0x1b, 0x7a, 0x55, 0x2b, 0xb2, 0xa0, 0x79, 0x01, 0x8e, 0x20, 0x5e, 0x52, 0x24, 0x4c, 0x33, - 0x42, 0x64, 0xcb, 0xb3, 0x64, 0x42, 0x16, 0x5a, 0xe9, 0x5d, 0x48, 0x6d, 0xda, 0x43, 0xdf, 0xa2, - 0x6f, 0x48, 0x96, 0x5c, 0x6b, 0x77, 0xea, 0x59, 0xbd, 0x20, 0xfc, 0x28, 0x8d, 0xa7, 0x78, 0x0f, - 0xe7, 0x59, 0x06, 0x0f, 0xcb, 0x55, 0xfa, 0x1b, 0x51, 0xc8, 0x2a, 0x81, 0x97, 0xd0, 0x27, 0x90, - 0x39, 0x30, 0x5d, 0x9b, 0xcc, 0x6a, 0xc2, 0x64, 0xbf, 0x38, 0x1f, 0x9f, 0x69, 0xfd, 0x11, 0xc7, - 0x11, 0xe6, 0xa3, 0xa4, 0x29, 0x7e, 0x3b, 0x02, 0x69, 0x91, 0x7b, 0x8c, 0x19, 0x2f, 0x63, 0x3a, - 0x45, 0xd5, 0x98, 0x4e, 0x1f, 0xca, 0x58, 0x0f, 0x6a, 0x24, 0x8c, 0x45, 0x05, 0x53, 0xa3, 0xe8, - 0x41, 0xe2, 0x51, 0xb9, 0xd6, 0xd5, 0xb9, 0x6d, 0x74, 0x0d, 0x92, 0x9e, 0xd5, 0x77, 0x65, 0x98, - 0x05, 0xb1, 0x4c, 0xb4, 0x29, 0x10, 0xf3, 0xcc, 0xd2, 0x9d, 0x45, 0x7b, 0x1b, 0x19, 0x60, 0xac, - 0x58, 0xe0, 0x9b, 0xb6, 0x5e, 0xc1, 0x7a, 0x47, 0x06, 0xbe, 0xf9, 0x04, 0x32, 0x32, 0x94, 0x29, - 0x3a, 0x0f, 0xb1, 0x27, 0xd6, 0xf3, 0x50, 0x8b, 0x08, 0x20, 0x08, 0x6b, 0x10, 0x9d, 0x0f, 0x6b, - 0xb0, 0x01, 0x20, 0x19, 0x78, 0xe8, 0x3d, 0xc8, 0x4c, 0x44, 0x8a, 0x8b, 0xf8, 0xa8, 0x88, 0xa9, - 0x01, 0x62, 0x69, 0x1b, 0xa0, 0xe2, 0x5a, 0x03, 0x6b, 0xec, 0xdb, 0xe6, 0x10, 0x95, 0xc2, 0x0f, - 0xa3, 0x83, 0x12, 0x95, 0xe7, 0xd1, 0xe7, 0xa5, 0x3c, 0xa2, 0x3c, 0x2a, 0x19, 0x13, 0xc0, 0x36, - 0x64, 0x03, 0x4e, 0x1e, 0xba, 0x0f, 0xd9, 0x7e, 0x90, 0xe4, 0x15, 0x12, 0xd6, 0x43, 0x80, 0x28, - 0x42, 0xd7, 0x2a, 0xb8, 0xa5, 0x5f, 0x8c, 0x42, 0x92, 0x49, 0x17, 0xdd, 0x0a, 0xd9, 0xb0, 0x28, - 0x24, 0xfa, 0x45, 0x5b, 0xb0, 0x19, 0x79, 0x73, 0x82, 0x1b, 0xb2, 0xaf, 0x86, 0x49, 0xe4, 0x0d, - 0x0a, 0x1c, 0x60, 0xa2, 0x37, 0xd5, 0x40, 0x60, 0x81, 0xbb, 0xcf, 0x49, 0x68, 0x48, 0x01, 0x11, - 0xff, 0xe2, 0x2b, 0x90, 0x91, 0x2c, 0x8e, 0x51, 0x43, 0x8d, 0xf5, 0x26, 0x13, 0x10, 0xf9, 0x2c, - 0x5e, 0x14, 0x91, 0x43, 0x84, 0x65, 0x47, 0x88, 0xb8, 0x65, 0x57, 0x7a, 0x77, 0x91, 0xee, 0xe4, - 0x21, 0x83, 0xf5, 0x4d, 0x1d, 0xeb, 0x8d, 0x8a, 0xce, 0x9e, 0xf3, 0x32, 0x55, 0x12, 0xea, 0xb3, - 0x0b, 0x19, 0x6c, 0xfa, 0x16, 0xbb, 0x6d, 0x7e, 0x01, 0x62, 0x5f, 0x4c, 0xf8, 0x70, 0x64, 0xf6, - 0xf2, 0xa7, 0xad, 0x36, 0x26, 0xb0, 0x70, 0x9f, 0x46, 0x17, 0xf7, 0x69, 0x11, 0xd2, 0x7d, 0x73, - 0x62, 0xf6, 0x45, 0xf4, 0xd7, 0x38, 0x96, 0xe9, 0xd2, 0xbf, 0x88, 0x00, 0xc8, 0x82, 0x3c, 0xb4, - 0x0e, 0x49, 0xfe, 0x52, 0x37, 0xac, 0x63, 0x12, 0x45, 0x44, 0x4d, 0xe2, 0xaf, 0x77, 0x1f, 0xc2, - 0x39, 0x73, 0x6f, 0xcf, 0xb5, 0xf6, 0x88, 0xf3, 0x35, 0x60, 0x8f, 0x5d, 0x7b, 0xa4, 0xae, 0xec, - 0x1e, 0xff, 0xab, 0x87, 0x2f, 0xd6, 0x56, 0xca, 0x02, 0x81, 0x3f, 0x86, 0x25, 0x75, 0x5f, 0x31, - 0x67, 0x81, 0x13, 0x0f, 0x7d, 0x15, 0x8a, 0xf3, 0xcc, 0x66, 0x6a, 0x5e, 0x98, 0x25, 0xac, 0x88, - 0x96, 0xfc, 0x52, 0x0c, 0x12, 0xc6, 0x88, 0x18, 0xcc, 0xd7, 0x16, 0x86, 0x6f, 0xa1, 0x79, 0xaa, - 0x5b, 0x74, 0x0d, 0xe2, 0xe6, 0x64, 0xd2, 0xe7, 0xaa, 0x14, 0x46, 0x2b, 0x4f, 0x26, 0x7d, 0x4c, - 0xb3, 0xd1, 0x4d, 0x48, 0x0e, 0x9c, 0xfe, 0x13, 0x6b, 0x36, 0xc6, 0x05, 0x43, 0xac, 0xd2, 0x2c, - 0xcc, 0x51, 0xd0, 0x25, 0x48, 0xd2, 0x23, 0x7d, 0xe6, 0xdf, 0x8b, 0x60, 0x6e, 0x1c, 0x56, 0xec, - 0x41, 0x9c, 0x30, 0x3e, 0x46, 0xb5, 0xce, 0xf3, 0xdb, 0x5a, 0x41, 0xc4, 0x60, 0xb1, 0x57, 0x29, - 0xac, 0xd9, 0xd8, 0x31, 0xd6, 0x6c, 0xf1, 0x5b, 0x11, 0x48, 0xb2, 0x1a, 0x1d, 0x53, 0xc6, 0x3d, - 0x80, 0x60, 0x3c, 0xce, 0xb4, 0x5e, 0x19, 0xba, 0xd1, 0x42, 0x04, 0x2b, 0x88, 0xa4, 0x0a, 0x7d, - 0x67, 0xbc, 0x6b, 0xef, 0xcd, 0x54, 0x41, 0xcc, 0x94, 0x2c, 0xb3, 0x54, 0xe2, 0xda, 0x9e, 0x86, - 0x78, 0xb9, 0xd5, 0xaa, 0xb0, 0xb9, 0xb1, 0xda, 0xac, 0x3c, 0xd4, 0xb1, 0x54, 0xee, 0x5f, 0x4b, - 0x42, 0x92, 0xc5, 0x1a, 0x40, 0x37, 0x61, 0x29, 0xb0, 0xbf, 0xe9, 0x03, 0x7d, 0xb5, 0xc2, 0x79, - 0x99, 0x47, 0x1f, 0xd1, 0x5f, 0x84, 0xcc, 0xbe, 0xe3, 0xf9, 0x3d, 0x25, 0x96, 0x22, 0x3d, 0x78, - 0xa3, 0x99, 0xd7, 0x79, 0x58, 0xe4, 0x18, 0xed, 0x75, 0x14, 0x0a, 0x69, 0xa0, 0x46, 0x44, 0x2e, - 0x41, 0xc2, 0x1e, 0x09, 0x37, 0x2b, 0x7b, 0x37, 0xa7, 0x76, 0x27, 0x66, 0x59, 0xe8, 0x96, 0x74, - 0x5f, 0x12, 0x21, 0xaf, 0x9d, 0x73, 0x9b, 0x09, 0x77, 0xf0, 0xaf, 0xe3, 0xd2, 0x14, 0x7f, 0x37, - 0x34, 0xa3, 0x5d, 0x58, 0x44, 0x36, 0x3f, 0xb1, 0x6d, 0x42, 0x9e, 0xa9, 0x4f, 0x2f, 0x14, 0x95, - 0xe1, 0xb5, 0x85, 0xd4, 0xac, 0x7b, 0x79, 0xa4, 0x86, 0xdc, 0x40, 0x49, 0xa1, 0x0a, 0xe4, 0x3c, - 0x73, 0x3c, 0xd8, 0x71, 0x9e, 0xf5, 0x64, 0xb4, 0xed, 0xe0, 0xd4, 0x28, 0xcc, 0xa6, 0xcd, 0x10, - 0x69, 0x98, 0x83, 0xac, 0x17, 0x24, 0x4e, 0xb9, 0x20, 0x16, 0xbf, 0x09, 0x39, 0xb5, 0x26, 0x64, - 0xdd, 0x18, 0xb8, 0xf6, 0x01, 0x5d, 0x9c, 0xe8, 0xba, 0xc1, 0x52, 0xc7, 0x04, 0x7b, 0xfe, 0x00, - 0x96, 0x18, 0x4e, 0xcf, 0x99, 0xb0, 0x5b, 0x56, 0xb1, 0x90, 0x2a, 0x06, 0x8b, 0x1f, 0xce, 0x33, - 0xc4, 0x26, 0xc3, 0x2b, 0xfe, 0x95, 0x08, 0x64, 0x95, 0xfa, 0xa3, 0x4f, 0x42, 0x42, 0xbf, 0x76, - 0x52, 0x7b, 0xe7, 0x3b, 0xa0, 0x20, 0x63, 0x43, 0x28, 0x95, 0x24, 0x90, 0xd2, 0xed, 0x23, 0xa2, - 0x30, 0xb4, 0xf5, 0xda, 0x26, 0x53, 0xed, 0x56, 0x19, 0xeb, 0x8d, 0x60, 0xd9, 0xff, 0xfa, 0x22, - 0x82, 0x33, 0x90, 0x67, 0x23, 0xa0, 0xf7, 0xa8, 0x59, 0xeb, 0xd6, 0x75, 0x76, 0x16, 0xd2, 0x2e, - 0x37, 0xaa, 0x1b, 0xcd, 0xcf, 0x7a, 0x34, 0xa2, 0x43, 0x54, 0x31, 0x21, 0x44, 0x20, 0xad, 0xf3, - 0x41, 0xf0, 0x6d, 0xfc, 0x58, 0x8b, 0xd0, 0xdf, 0xa6, 0x16, 0x2d, 0xfd, 0xa5, 0x38, 0x64, 0x1b, - 0x96, 0x2f, 0x43, 0x6d, 0x9f, 0x87, 0x24, 0x3d, 0xa7, 0x62, 0x97, 0x36, 0x33, 0x98, 0xa7, 0x4e, - 0x79, 0x35, 0x13, 0x75, 0x20, 0x67, 0x4f, 0x7a, 0x3c, 0x36, 0x9b, 0x3c, 0xb4, 0xbe, 0xc4, 0x91, - 0x95, 0x82, 0xd6, 0x8d, 0x96, 0x88, 0xef, 0x2e, 0xb7, 0x3b, 0x25, 0xc8, 0xf2, 0x70, 0xd6, 0x9e, - 0xc8, 0x84, 0x0c, 0xb4, 0x98, 0x54, 0x02, 0x2d, 0x1a, 0x90, 0x9f, 0x38, 0xae, 0x4f, 0x5f, 0xef, - 0xd8, 0xe3, 0x3d, 0xb1, 0xbd, 0xb8, 0xba, 0xa0, 0xa8, 0x96, 0xe3, 0xfa, 0x75, 0x86, 0x26, 0x6e, - 0xfd, 0x4e, 0x02, 0x90, 0x57, 0x7c, 0x06, 0x19, 0x59, 0x34, 0xfa, 0x08, 0xd2, 0xf4, 0x4f, 0x0d, - 0xfa, 0xce, 0x70, 0xe6, 0x5c, 0x37, 0xc4, 0x92, 0xa3, 0x3c, 0x88, 0x1b, 0xad, 0x83, 0xf7, 0xb0, - 0x24, 0xa1, 0x17, 0x57, 0xa4, 0x00, 0xf8, 0xe4, 0xcb, 0x2e, 0xae, 0x88, 0x12, 0x70, 0x46, 0x36, - 0xad, 0xf8, 0x1c, 0xb2, 0x4a, 0xe5, 0xd0, 0x6b, 0x62, 0x4e, 0x9a, 0x8d, 0xc3, 0xca, 0x66, 0x26, - 0xc7, 0xf5, 0x67, 0xe6, 0x38, 0x82, 0x17, 0x55, 0xf0, 0x94, 0x39, 0x8e, 0x20, 0x17, 0x95, 0xb6, - 0xb0, 0xe0, 0x33, 0x32, 0x5d, 0x5a, 0x85, 0xb4, 0x68, 0x04, 0x51, 0x42, 0xd2, 0x0c, 0x16, 0xc8, - 0xd5, 0x68, 0x1d, 0xbc, 0xaf, 0x45, 0x4b, 0x87, 0x09, 0x58, 0x0a, 0xe2, 0xbe, 0x51, 0xdd, 0xa8, - 0xce, 0x44, 0x14, 0x27, 0xcb, 0x7a, 0x60, 0x24, 0x87, 0x91, 0x95, 0x64, 0x38, 0x98, 0x78, 0xe9, - 0x67, 0x13, 0xa1, 0xd8, 0x73, 0x33, 0x27, 0x7c, 0x89, 0xca, 0x36, 0xf9, 0xfc, 0x5e, 0x0a, 0x9d, - 0x81, 0x5c, 0xb5, 0x5c, 0xe9, 0x35, 0x1f, 0xe9, 0x18, 0x1b, 0x55, 0x5d, 0xfb, 0x8f, 0x29, 0x74, - 0x16, 0x96, 0x09, 0x08, 0xeb, 0xe5, 0x6a, 0xaf, 0xad, 0x97, 0x71, 0x65, 0x5b, 0xfb, 0x4f, 0x29, - 0x94, 0x85, 0xe4, 0x66, 0xf3, 0x71, 0x43, 0xc7, 0xda, 0x7f, 0x66, 0x89, 0xb6, 0xde, 0x31, 0xaa, - 0xda, 0x6f, 0xa7, 0x50, 0x06, 0xe2, 0xc4, 0x21, 0xd3, 0xfe, 0x0b, 0x85, 0xb7, 0xf5, 0xce, 0x96, - 0x51, 0xd5, 0xfe, 0xab, 0x48, 0x74, 0x8d, 0xaa, 0xf6, 0xfd, 0x14, 0xca, 0x41, 0xaa, 0xad, 0x77, - 0x5a, 0x95, 0x72, 0x4b, 0xfb, 0x01, 0x2d, 0xa2, 0x66, 0x34, 0xba, 0x9f, 0xf5, 0x8c, 0x7a, 0xbd, - 0xdb, 0x29, 0x6f, 0xd4, 0x74, 0xed, 0xbf, 0xa5, 0xd0, 0x39, 0xd0, 0x1a, 0x7a, 0xa7, 0xb7, 0x61, - 0x34, 0x48, 0xc1, 0xf8, 0x91, 0x51, 0xd1, 0xb5, 0xdf, 0x49, 0x21, 0x04, 0x79, 0x0a, 0xc6, 0xcd, - 0x72, 0xb5, 0x52, 0x6e, 0x77, 0xb4, 0xff, 0x9e, 0x42, 0x4b, 0x90, 0x21, 0xb0, 0x72, 0xb5, 0x6e, - 0x34, 0xb4, 0xdf, 0xa5, 0xec, 0x49, 0x1a, 0x97, 0x1f, 0x6b, 0xff, 0x23, 0x85, 0xf2, 0x90, 0x36, - 0x5a, 0x95, 0x5e, 0xad, 0x59, 0x79, 0xa8, 0xfd, 0x4f, 0x8a, 0x4c, 0x92, 0xac, 0xf6, 0x3f, 0x4c, - 0xa1, 0x65, 0x80, 0xf6, 0xe7, 0xed, 0x5e, 0xbd, 0x59, 0xed, 0xd6, 0x74, 0xed, 0xf7, 0x28, 0x02, - 0x01, 0xe0, 0xf2, 0x63, 0xa3, 0xa9, 0xfd, 0x2f, 0x89, 0x50, 0xd9, 0xc6, 0xcd, 0x66, 0x47, 0xfb, - 0xdf, 0x12, 0xd0, 0xea, 0xe0, 0x72, 0x45, 0xd7, 0xfe, 0x8f, 0xa4, 0x68, 0x95, 0x2b, 0x95, 0x8e, - 0xf6, 0xfb, 0x32, 0xcd, 0xea, 0xf3, 0x7f, 0x69, 0x0d, 0x48, 0x7a, 0x83, 0xd0, 0xff, 0x81, 0x4c, - 0x36, 0x48, 0x8b, 0xfe, 0x90, 0x0a, 0x9d, 0x96, 0xc7, 0x1d, 0x6b, 0xed, 0x5b, 0x69, 0x81, 0xd1, - 0x31, 0xea, 0xba, 0xf6, 0xc7, 0xd3, 0x68, 0x05, 0x96, 0x68, 0xb2, 0xf3, 0x79, 0xaf, 0xd2, 0x6c, - 0x6c, 0x1a, 0x5b, 0xda, 0x9f, 0x48, 0x93, 0x7e, 0xab, 0x3f, 0x6c, 0x34, 0xab, 0xda, 0x9f, 0xa4, - 0xdf, 0x35, 0xbd, 0xdc, 0xd6, 0xb5, 0x9f, 0x4a, 0x23, 0x0d, 0xb2, 0xe5, 0x6e, 0xd5, 0xe8, 0xf4, - 0x1e, 0x63, 0xa3, 0xa3, 0x6b, 0x3f, 0x9d, 0x26, 0x22, 0x63, 0x90, 0x4a, 0xb3, 0xd1, 0xc1, 0xcd, - 0x9a, 0xf6, 0xa7, 0xd2, 0xbc, 0x07, 0x36, 0x49, 0x0f, 0xfc, 0xe9, 0x34, 0xa9, 0x42, 0x5d, 0xed, - 0xf7, 0x9f, 0x49, 0x93, 0x36, 0x10, 0x10, 0x6b, 0xc3, 0xcf, 0xa6, 0x69, 0xff, 0x7d, 0xde, 0xae, - 0x35, 0xb7, 0xb4, 0x3f, 0x93, 0x26, 0x12, 0x78, 0x5c, 0x7e, 0xa8, 0xf7, 0xca, 0xb5, 0x32, 0xae, - 0x6b, 0x7f, 0x96, 0x16, 0xb1, 0x41, 0x04, 0xdc, 0x6b, 0x77, 0xdb, 0x2d, 0xbd, 0x51, 0xd5, 0x7e, - 0x8e, 0x22, 0xb1, 0x62, 0x89, 0xee, 0x68, 0x3f, 0x2f, 0x62, 0xb0, 0xff, 0x4a, 0x14, 0x32, 0x35, - 0x7b, 0x3c, 0x7d, 0x46, 0xf5, 0x7b, 0x03, 0x96, 0xa5, 0xa6, 0x3e, 0x17, 0xef, 0x07, 0x42, 0x91, - 0xd2, 0x43, 0x2a, 0x4e, 0xad, 0x9a, 0xa5, 0x7e, 0x78, 0x8c, 0x7c, 0x1d, 0xce, 0xed, 0x38, 0xd3, - 0xf1, 0xc0, 0x1e, 0xef, 0xf5, 0x42, 0x83, 0x25, 0x7a, 0x0c, 0x27, 0x7c, 0x56, 0xd0, 0x54, 0xd4, - 0xb0, 0xfb, 0x35, 0x38, 0x6f, 0xed, 0xee, 0x5a, 0xfc, 0xc9, 0x95, 0xca, 0x2c, 0x76, 0x1c, 0xb3, - 0x73, 0x92, 0x28, 0xc4, 0x4d, 0x87, 0x15, 0x1a, 0xee, 0xab, 0x37, 0xb1, 0x07, 0x3d, 0x32, 0x85, - 0x7a, 0x13, 0xb3, 0xcf, 0x43, 0x01, 0xb3, 0xeb, 0x8f, 0x34, 0xd0, 0x4f, 0xcb, 0xa8, 0x36, 0x44, - 0x26, 0x3e, 0x43, 0x29, 0x5a, 0xf6, 0x40, 0x82, 0x4a, 0xdf, 0x89, 0x01, 0x60, 0x6a, 0xbe, 0xf3, - 0x50, 0xcc, 0x29, 0x37, 0x64, 0xe5, 0xcb, 0xf8, 0x68, 0x12, 0x87, 0x7f, 0x8a, 0x23, 0x7e, 0x8e, - 0x5e, 0xfc, 0x99, 0x18, 0x24, 0x59, 0x0e, 0xfa, 0x4a, 0x68, 0xd1, 0xbd, 0x7c, 0x14, 0x87, 0xf9, - 0xc5, 0x16, 0x41, 0x7c, 0xdf, 0x74, 0x07, 0x3c, 0xa6, 0x10, 0xfd, 0x26, 0x30, 0xcf, 0xd9, 0xf5, - 0xb9, 0x8d, 0x4f, 0xbf, 0x4b, 0x7f, 0x3d, 0x7a, 0x44, 0xb8, 0x59, 0x5c, 0xab, 0x77, 0x7a, 0xe5, - 0xb6, 0x16, 0xa1, 0x4e, 0x14, 0x49, 0x54, 0x9a, 0x58, 0xd7, 0xa2, 0x28, 0x07, 0x69, 0x96, 0x6c, - 0x75, 0xb5, 0x98, 0xcc, 0xac, 0x96, 0x3b, 0x65, 0x2d, 0x8e, 0x96, 0x88, 0x08, 0xea, 0x9d, 0xde, - 0x66, 0xdb, 0xf8, 0x06, 0xff, 0x3b, 0x00, 0x9a, 0x26, 0x5a, 0xd7, 0xd6, 0x92, 0x34, 0xe4, 0x3f, - 0x49, 0xd7, 0xf5, 0x3a, 0x1d, 0xe9, 0x64, 0x5c, 0xe5, 0x19, 0xa4, 0xbd, 0xf5, 0x69, 0x57, 0xef, - 0xea, 0x5a, 0x5a, 0xf2, 0xa4, 0x43, 0x2f, 0x83, 0x96, 0x21, 0xcb, 0x92, 0xcd, 0x4d, 0xa3, 0xa6, - 0x6b, 0x20, 0x99, 0x36, 0x5a, 0xb8, 0x59, 0xd1, 0xb2, 0xb2, 0x46, 0xb8, 0xdd, 0xd6, 0x72, 0x12, - 0x1d, 0x77, 0x5a, 0xd8, 0x68, 0x6a, 0x79, 0x05, 0x40, 0x47, 0xea, 0x12, 0xdd, 0xd3, 0x23, 0x80, - 0xb6, 0xb1, 0x45, 0x46, 0x81, 0xd1, 0xd8, 0xd2, 0x96, 0x25, 0xd3, 0x76, 0xa7, 0x5c, 0x79, 0xa8, - 0x69, 0x7c, 0x18, 0xfc, 0x7c, 0x04, 0x52, 0x9d, 0xce, 0xe7, 0xb4, 0x43, 0x1f, 0x40, 0xf6, 0xa9, - 0x3d, 0x1e, 0x38, 0x4f, 0x7b, 0x9e, 0xfd, 0x4d, 0x6b, 0x26, 0xc2, 0x26, 0x47, 0x5a, 0x7f, 0x4c, - 0x31, 0xda, 0xf6, 0x37, 0x2d, 0x0c, 0x4f, 0xe5, 0x77, 0x71, 0x13, 0x20, 0xc8, 0x21, 0x96, 0x90, - 0xeb, 0x3c, 0xf5, 0xc2, 0x01, 0xc5, 0x09, 0x04, 0xad, 0x42, 0xaa, 0x4f, 0x2c, 0xaa, 0xb1, 0x17, - 0x5a, 0xbd, 0x04, 0xb0, 0xf4, 0x22, 0x0d, 0xf9, 0xd0, 0xa1, 0x16, 0x7a, 0x3b, 0xe4, 0x86, 0x5d, - 0x58, 0x74, 0xf0, 0xa5, 0xba, 0x63, 0x6f, 0x07, 0xf7, 0x4d, 0xd8, 0x5d, 0xc2, 0x70, 0x54, 0xb2, - 0x99, 0xdb, 0x26, 0xe8, 0x2b, 0x33, 0x6e, 0xd9, 0xda, 0x42, 0xfe, 0xcc, 0x46, 0x15, 0xd7, 0xc1, - 0xa8, 0x63, 0x54, 0x0c, 0x5d, 0xe1, 0x0b, 0x07, 0xb7, 0x7d, 0x0f, 0xd8, 0x9f, 0x29, 0x71, 0xb3, - 0x7f, 0x75, 0x21, 0xcf, 0x3a, 0x81, 0xb1, 0xe3, 0x6b, 0x9a, 0x8d, 0x3e, 0xa2, 0x6f, 0x6b, 0xd9, - 0x19, 0x31, 0xbd, 0xab, 0x94, 0x0a, 0xc5, 0xbd, 0x54, 0x6c, 0x10, 0x61, 0xca, 0x8c, 0x03, 0x90, - 0x87, 0x6e, 0x03, 0x0c, 0xc9, 0x7c, 0xc6, 0x66, 0xaf, 0x74, 0xe8, 0xa8, 0x5c, 0x4e, 0x74, 0x38, - 0x33, 0x94, 0x73, 0xde, 0x5d, 0xc8, 0xb2, 0x01, 0xc9, 0x28, 0x32, 0x21, 0xb3, 0x39, 0x18, 0x81, - 0x18, 0x18, 0x16, 0xa5, 0x79, 0x1f, 0xd2, 0xbe, 0x98, 0x20, 0x21, 0x74, 0x88, 0xc4, 0xf5, 0x83, - 0x1d, 0x22, 0xf1, 0x04, 0x4e, 0xf9, 0x6c, 0x62, 0x2a, 0xfe, 0x6a, 0x1c, 0x20, 0x10, 0x22, 0x2a, - 0x0a, 0xe7, 0x29, 0x14, 0x87, 0x93, 0x39, 0x4d, 0x5b, 0x90, 0xe2, 0xed, 0xe2, 0x7f, 0x4d, 0xf3, - 0xc6, 0x09, 0x5d, 0x22, 0x24, 0xf3, 0x20, 0xbe, 0xdd, 0x6c, 0x77, 0xb0, 0xa0, 0x46, 0x8f, 0x66, - 0xcd, 0x44, 0xf6, 0x16, 0xe9, 0xe6, 0x49, 0xec, 0x4e, 0xb0, 0x19, 0xd1, 0x35, 0x80, 0x89, 0x6b, - 0x1f, 0xd8, 0x43, 0x6b, 0x4f, 0x3a, 0xe8, 0xe2, 0x4f, 0x60, 0x82, 0x0c, 0xf4, 0x3e, 0x80, 0xdc, - 0x41, 0x9b, 0x8d, 0x06, 0x3c, 0xbb, 0xd7, 0xa6, 0x60, 0xa2, 0x1b, 0xa0, 0xed, 0x3a, 0x6e, 0xdf, - 0xea, 0x4d, 0xa6, 0xc3, 0x61, 0x8f, 0x89, 0x89, 0x86, 0x94, 0xc7, 0x4b, 0x14, 0xde, 0x9a, 0x0e, - 0x87, 0x6c, 0x83, 0xe2, 0x0d, 0xc8, 0x33, 0x35, 0xee, 0x71, 0x9f, 0x29, 0x25, 0xe3, 0x8e, 0xe7, - 0x58, 0x46, 0x95, 0xc2, 0xff, 0x7f, 0xda, 0x9a, 0xf7, 0x21, 0xc5, 0xbb, 0x87, 0xfe, 0x53, 0x40, - 0xb3, 0xcd, 0xe3, 0x7b, 0x6f, 0x60, 0xa3, 0xba, 0xa5, 0xb3, 0x68, 0xaa, 0x8d, 0x66, 0x43, 0xd7, - 0x62, 0xe4, 0xab, 0xdb, 0xd6, 0xb1, 0x16, 0xe7, 0x31, 0x0b, 0x6f, 0x43, 0x46, 0x8e, 0x91, 0xc0, - 0xdd, 0x8e, 0x1c, 0xe9, 0x6e, 0x97, 0x5e, 0x0f, 0x22, 0xb8, 0xf2, 0x9d, 0x02, 0x16, 0xe0, 0x4e, - 0x6f, 0x37, 0xdb, 0xd2, 0xb3, 0xfa, 0x56, 0x14, 0x96, 0x67, 0xce, 0xe2, 0xe6, 0x47, 0x5e, 0xe4, - 0xa5, 0x46, 0xde, 0x5d, 0xc8, 0xf6, 0xa9, 0xaf, 0xc4, 0xc6, 0xc5, 0xcc, 0x56, 0x88, 0x7c, 0x53, - 0x89, 0xa1, 0x2f, 0xbf, 0xd1, 0x5d, 0xe5, 0xaa, 0xee, 0x84, 0xff, 0x5b, 0x51, 0x9e, 0x05, 0x7e, - 0x10, 0xa7, 0xa4, 0x2d, 0xa3, 0x1a, 0xdc, 0xc9, 0x6d, 0xd9, 0x34, 0x78, 0xfd, 0xcc, 0x93, 0xc1, - 0x23, 0xfe, 0x7d, 0x8c, 0xf1, 0x39, 0xea, 0xb9, 0x60, 0xe9, 0x97, 0xb3, 0x00, 0x41, 0xb5, 0xd0, - 0x47, 0x74, 0xc0, 0xf5, 0xfa, 0x43, 0x11, 0x54, 0xa5, 0x30, 0xff, 0x1c, 0xb4, 0x61, 0xf9, 0x95, - 0xa1, 0xb7, 0x01, 0x87, 0x2f, 0xd6, 0x92, 0xe4, 0xbb, 0xd6, 0xc6, 0xc9, 0x31, 0x85, 0x15, 0xff, - 0x2e, 0x40, 0x82, 0xbe, 0x16, 0x2d, 0xb6, 0xc4, 0xf6, 0xe5, 0x3b, 0x10, 0x75, 0x26, 0x7c, 0x49, - 0x7f, 0xed, 0xa8, 0xb7, 0xa5, 0xf2, 0x12, 0x27, 0x8e, 0x3a, 0x93, 0xf0, 0x9e, 0x7c, 0x5c, 0xec, - 0xa4, 0xfe, 0x6e, 0x1c, 0x62, 0x95, 0xcd, 0x4f, 0x8b, 0xbf, 0x1d, 0x07, 0x50, 0x9e, 0xfc, 0xdd, - 0x82, 0xe4, 0xc0, 0x3a, 0xb0, 0x65, 0xc0, 0x13, 0x79, 0x83, 0x82, 0x02, 0xd7, 0x1b, 0xd3, 0xd1, - 0x0e, 0xdd, 0x4c, 0xa3, 0x49, 0x54, 0x80, 0x94, 0x67, 0xf5, 0x7d, 0x11, 0xcf, 0x2c, 0x8e, 0x45, - 0x92, 0xd8, 0x0b, 0xf4, 0x98, 0x95, 0xdb, 0x0b, 0xe4, 0x1b, 0x61, 0xc8, 0xda, 0x4e, 0xcf, 0xb3, - 0x5c, 0x42, 0x3b, 0xe0, 0x17, 0xc2, 0x2e, 0x1f, 0xd5, 0x08, 0xda, 0xde, 0xe0, 0xcf, 0x0e, 0x8c, - 0x66, 0x9b, 0x13, 0x62, 0xb0, 0x1d, 0xf1, 0x8d, 0x7a, 0xa0, 0x05, 0x3c, 0x65, 0xa4, 0x8f, 0x53, - 0x30, 0x3e, 0xcf, 0x19, 0x2f, 0x49, 0xc6, 0x2c, 0x1e, 0xc8, 0x92, 0x64, 0x2e, 0x9e, 0x1f, 0x2f, - 0x2b, 0x05, 0xd0, 0x36, 0x25, 0x4f, 0xc3, 0xff, 0x1c, 0xe7, 0x9f, 0x97, 0xfc, 0x3b, 0xf6, 0xc8, - 0xc2, 0x79, 0xc9, 0x9e, 0x9e, 0x2e, 0xb7, 0x21, 0x67, 0x3b, 0xec, 0x81, 0x3e, 0x65, 0x9d, 0x7a, - 0x49, 0x99, 0x3c, 0x36, 0x6d, 0x1a, 0x1b, 0x8b, 0xc8, 0x44, 0x7c, 0xa3, 0x1a, 0x64, 0x6c, 0xa7, - 0x37, 0xb2, 0xdc, 0x3d, 0x1a, 0x5a, 0xe4, 0x14, 0x1c, 0x35, 0xce, 0x31, 0x6d, 0x34, 0xeb, 0x94, - 0x0c, 0xa7, 0x6d, 0x87, 0x7d, 0x71, 0x6e, 0x34, 0xe6, 0xe2, 0xa0, 0x90, 0x79, 0x49, 0x6e, 0x9f, - 0x52, 0x32, 0xc2, 0x8d, 0x7d, 0x15, 0xff, 0x20, 0x02, 0xc0, 0xe3, 0x8f, 0xd8, 0xe3, 0xbd, 0xe2, - 0xf7, 0x23, 0x3f, 0x82, 0xf6, 0xcd, 0xe8, 0x53, 0xf4, 0xc7, 0xa5, 0x4f, 0xb1, 0x3f, 0x42, 0x7d, - 0x2a, 0xfe, 0x74, 0x34, 0xd4, 0x62, 0x1d, 0x62, 0xfd, 0xdd, 0x2f, 0xf8, 0xac, 0x78, 0xfd, 0xa8, - 0x22, 0x2a, 0x9b, 0x9f, 0xae, 0xab, 0x51, 0x98, 0x78, 0x59, 0x64, 0x00, 0x63, 0x42, 0x8f, 0x4c, - 0xc8, 0xf7, 0x77, 0xbf, 0xe8, 0xb9, 0x56, 0x7f, 0xea, 0x7a, 0xf6, 0x81, 0xc5, 0x85, 0x71, 0x5a, - 0x86, 0x67, 0x39, 0xc3, 0x1c, 0x61, 0x28, 0x78, 0xe0, 0x5c, 0x7f, 0xf7, 0x0b, 0x99, 0x42, 0x75, - 0x00, 0x5f, 0x76, 0x1c, 0x97, 0xc9, 0xdb, 0x47, 0xf1, 0x0f, 0xba, 0x58, 0x7d, 0xe8, 0xae, 0x30, - 0x28, 0xb5, 0xd5, 0x2b, 0xff, 0xb3, 0x87, 0x76, 0x9d, 0x66, 0xa7, 0x5c, 0x63, 0x1b, 0x27, 0xd4, - 0xb5, 0x8c, 0x12, 0x20, 0xf3, 0x76, 0xe9, 0x62, 0xd6, 0xfe, 0xbc, 0x51, 0xd1, 0xe2, 0x04, 0x58, - 0xa6, 0x9f, 0x09, 0xb9, 0xae, 0x25, 0xd9, 0x74, 0x8a, 0xae, 0x41, 0xaa, 0x3f, 0x34, 0x3d, 0x8f, - 0x3f, 0x98, 0xc9, 0x33, 0xe3, 0xa9, 0x42, 0x40, 0x46, 0x15, 0x8b, 0xbc, 0xd2, 0x7b, 0x90, 0x64, - 0x7b, 0x6d, 0xe8, 0x2d, 0xb9, 0x15, 0xc7, 0xfa, 0x22, 0xa7, 0x6e, 0xc5, 0xc9, 0x33, 0x15, 0xf6, - 0x54, 0xfa, 0x1e, 0x24, 0x28, 0xf8, 0xc8, 0x53, 0xc3, 0x85, 0xc7, 0xa0, 0xa5, 0x5f, 0x8b, 0x40, - 0x9c, 0xae, 0xea, 0x97, 0x20, 0x39, 0xa6, 0xaa, 0x1c, 0x32, 0x11, 0x38, 0x4c, 0xee, 0xcb, 0x45, - 0x43, 0x7f, 0x80, 0x72, 0xa4, 0x1d, 0x80, 0x3e, 0x01, 0x38, 0xb0, 0x3d, 0x9b, 0x5f, 0x3b, 0x66, - 0xa1, 0x8f, 0xd7, 0x16, 0x5d, 0x7c, 0x5b, 0x7f, 0x24, 0xd1, 0xb0, 0x42, 0xa2, 0xec, 0x42, 0x26, - 0x8e, 0x7b, 0x20, 0x7e, 0x07, 0x12, 0x2c, 0x1c, 0xda, 0x1b, 0x90, 0x98, 0xd0, 0x30, 0x69, 0x4c, - 0x52, 0x59, 0x61, 0x79, 0x39, 0xae, 0x70, 0x47, 0x59, 0x7e, 0xe9, 0xd7, 0xa3, 0x90, 0x0f, 0xd5, - 0x00, 0xe9, 0xa1, 0xba, 0x32, 0xbf, 0xe3, 0xa4, 0xba, 0x0a, 0x43, 0x4e, 0xa9, 0xf1, 0x22, 0x11, - 0x5d, 0x09, 0xff, 0x09, 0x11, 0x93, 0x52, 0xe8, 0x0f, 0x87, 0x8a, 0x90, 0x16, 0x2f, 0x54, 0x84, - 0x5f, 0x21, 0xd2, 0xea, 0x9f, 0x66, 0x24, 0xc2, 0x7f, 0x9a, 0x51, 0x12, 0xad, 0x4d, 0x86, 0xcc, - 0x23, 0x2a, 0x0a, 0xde, 0x50, 0x45, 0x82, 0xa9, 0xe3, 0x24, 0xf8, 0x3e, 0x40, 0xd0, 0x2c, 0xe2, - 0xaa, 0xca, 0xab, 0x1f, 0xfc, 0xaf, 0x9f, 0x6a, 0x5d, 0x7a, 0x3b, 0x88, 0xfe, 0x8b, 0xa3, 0xfe, - 0x59, 0x47, 0xc7, 0x8d, 0x72, 0x4d, 0x8b, 0x96, 0x3e, 0x06, 0x78, 0x6c, 0xd9, 0x7b, 0xfb, 0x3e, - 0x8f, 0x9e, 0x9d, 0x7c, 0x4a, 0x53, 0xa1, 0x27, 0xf9, 0x1c, 0x26, 0xc3, 0x62, 0x47, 0x83, 0xb0, - 0xd8, 0xa5, 0xff, 0x10, 0x81, 0xec, 0x23, 0xd6, 0x1c, 0xca, 0x61, 0x35, 0x68, 0xac, 0xaa, 0xba, - 0xb2, 0xc9, 0xf4, 0xe1, 0xb9, 0x3d, 0x1c, 0xf4, 0x06, 0xec, 0xaa, 0x1c, 0x8d, 0xf9, 0x4c, 0x21, - 0x55, 0xd3, 0xb7, 0x82, 0x6c, 0xb9, 0xc2, 0x47, 0x78, 0x36, 0x5d, 0x7e, 0x64, 0x36, 0xbd, 0x25, - 0x19, 0x57, 0xa8, 0xbb, 0x9e, 0xe5, 0xa2, 0xd7, 0x21, 0xb5, 0x67, 0xfb, 0x3d, 0x6f, 0xdf, 0x64, - 0x92, 0x66, 0x96, 0xcf, 0x96, 0xed, 0xb7, 0xb7, 0xcb, 0x38, 0xb9, 0x67, 0xfb, 0xed, 0x7d, 0x93, - 0xf0, 0x20, 0x48, 0xec, 0x11, 0x20, 0xdf, 0xa1, 0xce, 0xec, 0xd9, 0xfe, 0x06, 0x05, 0xa0, 0x57, - 0x19, 0x0f, 0xdf, 0xdc, 0xe3, 0xff, 0xf4, 0x48, 0xe8, 0x3a, 0xe6, 0x5e, 0xe9, 0x7d, 0x88, 0x6f, - 0x0e, 0xcd, 0xbd, 0x97, 0xbd, 0xa1, 0x50, 0xfa, 0xe5, 0x08, 0xc4, 0xb1, 0x73, 0xec, 0xd5, 0x86, - 0x40, 0xec, 0xd1, 0x05, 0x62, 0xff, 0x00, 0x40, 0x5e, 0x25, 0x16, 0x2b, 0xc6, 0xa2, 0x5b, 0xc8, - 0x5c, 0x97, 0x03, 0xdc, 0x2f, 0x75, 0x49, 0xbe, 0xf4, 0x01, 0x24, 0xeb, 0x96, 0xef, 0xda, 0xfd, - 0xd3, 0xb6, 0x34, 0x22, 0x5a, 0xfa, 0x4f, 0x23, 0x90, 0xde, 0xb4, 0x87, 0xf2, 0xcf, 0x6d, 0xe6, - 0x4e, 0xf4, 0x58, 0x48, 0xed, 0xb3, 0x90, 0x18, 0x0f, 0xed, 0x31, 0x73, 0x14, 0x13, 0x98, 0x25, - 0xe8, 0x2e, 0x90, 0xfd, 0x4d, 0x69, 0xd5, 0x91, 0x6f, 0x74, 0x0d, 0x12, 0x23, 0xaa, 0x08, 0xf1, - 0xc5, 0x37, 0xea, 0x58, 0x2e, 0x21, 0xa5, 0x87, 0x7f, 0xf4, 0x4f, 0xe8, 0xf8, 0x41, 0xdf, 0x05, - 0x88, 0x4d, 0xf9, 0xdf, 0xb3, 0xf0, 0x3f, 0xb8, 0xe9, 0x1a, 0x55, 0x4c, 0x60, 0x24, 0x6b, 0x8f, - 0x5f, 0x7a, 0xe4, 0x59, 0x5b, 0x24, 0x6b, 0xcf, 0x1e, 0x94, 0xfe, 0x6a, 0x04, 0x92, 0xcc, 0x20, - 0x90, 0xff, 0xda, 0x16, 0x09, 0xfd, 0x6b, 0xad, 0x98, 0x5c, 0xa3, 0xc7, 0xd9, 0x10, 0x0c, 0xa7, - 0xd8, 0x80, 0x24, 0x83, 0x04, 0x11, 0x0a, 0x94, 0xa9, 0x59, 0x44, 0x28, 0x50, 0x50, 0x68, 0x9c, - 0x03, 0x59, 0x40, 0x54, 0xc6, 0x39, 0x60, 0x28, 0x44, 0xbc, 0x39, 0x56, 0x52, 0xb9, 0xdf, 0xb7, - 0x3c, 0x8f, 0x1e, 0x4e, 0x0b, 0x93, 0x46, 0xbd, 0xa8, 0xca, 0x90, 0x84, 0x16, 0x71, 0x8b, 0xe6, - 0x03, 0x48, 0x9a, 0x94, 0x8c, 0x5f, 0x82, 0x2f, 0x86, 0x90, 0x19, 0xc7, 0x75, 0xf6, 0x23, 0x28, - 0x19, 0x7e, 0x71, 0x1b, 0x92, 0xbc, 0x40, 0x32, 0x01, 0x58, 0xa6, 0xb8, 0x42, 0x4b, 0xbf, 0x49, - 0x6f, 0x3e, 0x75, 0x6d, 0x5f, 0xfc, 0xbb, 0x19, 0x4b, 0x10, 0xe8, 0xe8, 0xc9, 0xd8, 0x61, 0x1e, - 0x52, 0x1a, 0xb3, 0x44, 0xa9, 0x0b, 0xcb, 0xac, 0xb8, 0xc7, 0xfb, 0xb6, 0x6f, 0x0d, 0x6d, 0xcf, - 0x47, 0x1b, 0xec, 0x4d, 0xe0, 0x53, 0x6b, 0xd0, 0x63, 0x15, 0x15, 0x53, 0xff, 0xca, 0x82, 0xfa, - 0x89, 0xb7, 0x2d, 0x9c, 0x82, 0x65, 0x79, 0x6f, 0xfd, 0x04, 0x24, 0xb9, 0x4b, 0x78, 0x1e, 0x50, - 0x15, 0x1b, 0x8f, 0x74, 0xdc, 0x6b, 0x34, 0xe9, 0x9e, 0x19, 0x66, 0xd7, 0xed, 0x10, 0x2c, 0x71, - 0x38, 0xee, 0x36, 0xf8, 0xff, 0xd7, 0x06, 0xb0, 0xf2, 0x46, 0x93, 0xe2, 0xc5, 0x14, 0x58, 0xbb, - 0xd3, 0x6c, 0xb5, 0xf4, 0xaa, 0x16, 0x7f, 0xeb, 0xe7, 0xa2, 0x90, 0x91, 0x97, 0x78, 0x91, 0x06, - 0x39, 0x7a, 0x89, 0xaa, 0xdd, 0x29, 0x6f, 0x11, 0x3e, 0x49, 0x74, 0x06, 0xf2, 0x02, 0x82, 0x3b, - 0x04, 0xf4, 0x8a, 0x44, 0x12, 0x85, 0x45, 0x24, 0x84, 0xff, 0xab, 0xa9, 0x96, 0x96, 0x64, 0x9b, - 0x46, 0xc3, 0x68, 0x6f, 0xd3, 0x2b, 0x7f, 0xcb, 0x90, 0x65, 0x20, 0x76, 0x37, 0x31, 0x26, 0x01, - 0xec, 0x92, 0x1a, 0xdb, 0xc7, 0xa4, 0x00, 0x76, 0xe3, 0x2f, 0x45, 0xe6, 0x79, 0x9a, 0xae, 0x11, - 0x0f, 0x3d, 0x21, 0x4b, 0xa9, 0x62, 0x56, 0xf9, 0x0c, 0x3a, 0x0b, 0x1a, 0xbf, 0xf3, 0x85, 0xf5, - 0x72, 0x65, 0x9b, 0x1e, 0x8f, 0x80, 0x24, 0xdb, 0x22, 0x2e, 0x7c, 0x16, 0x5d, 0x80, 0x73, 0x32, - 0xd9, 0xdb, 0xf8, 0xbc, 0xd7, 0x6c, 0xe9, 0xb8, 0xdc, 0x69, 0x62, 0x2d, 0x27, 0x39, 0xca, 0xfb, - 0x73, 0x1b, 0x95, 0x6f, 0x7f, 0x77, 0xf5, 0x95, 0x7f, 0xf3, 0xdd, 0xd5, 0x57, 0xfe, 0xdd, 0x77, - 0x57, 0x23, 0x3f, 0xf8, 0xee, 0x6a, 0xe4, 0xf7, 0xbe, 0xbb, 0x1a, 0xf9, 0xd6, 0xe1, 0x6a, 0xe4, - 0x97, 0x0e, 0x57, 0x23, 0xff, 0xf8, 0x70, 0x35, 0xf2, 0xcf, 0x0e, 0x57, 0x23, 0xbf, 0x71, 0xb8, - 0x1a, 0xf9, 0xf6, 0xe1, 0x6a, 0xe4, 0x7b, 0x87, 0xab, 0xaf, 0xfc, 0xe0, 0x70, 0x35, 0xf2, 0xe7, - 0x7f, 0x73, 0xf5, 0x95, 0x5f, 0xf8, 0xcd, 0xd5, 0xc8, 0x37, 0xd8, 0xa6, 0xd9, 0xff, 0x0b, 0x00, - 0x00, 0xff, 0xff, 0x23, 0xec, 0xf7, 0x8e, 0xc3, 0x7c, 0x00, 0x00, + 0xb9, 0xb1, 0x4d, 0xb7, 0x13, 0x52, 0x10, 0x6b, 0xeb, 0x1d, 0xb6, 0x5d, 0xd5, 0xd1, 0x3f, 0xeb, + 0x68, 0xb1, 0xd2, 0x0f, 0x22, 0x90, 0x91, 0xea, 0x73, 0xfc, 0x24, 0x2c, 0x15, 0x21, 0xfa, 0x72, + 0x8a, 0x10, 0x7b, 0x19, 0x45, 0x88, 0x9f, 0xae, 0x08, 0x2f, 0xd6, 0xc9, 0x42, 0x5f, 0x92, 0x27, + 0xe8, 0x4b, 0xe9, 0xb7, 0xb2, 0x90, 0x16, 0x63, 0xee, 0x84, 0x86, 0x5f, 0x3d, 0xa5, 0xe1, 0x3f, + 0xf2, 0x26, 0xf3, 0xb6, 0x24, 0x4e, 0xd2, 0xfd, 0x13, 0x76, 0xeb, 0x6e, 0x42, 0x7c, 0x60, 0x7b, + 0x8f, 0xf9, 0x42, 0x54, 0x98, 0x99, 0x6c, 0x88, 0x19, 0x46, 0x1d, 0x28, 0x4c, 0xb1, 0x50, 0x19, + 0xb2, 0xae, 0xe5, 0x11, 0x97, 0x98, 0x6e, 0x02, 0xa7, 0x43, 0xde, 0xa0, 0x24, 0xc2, 0x01, 0x0a, + 0x73, 0x77, 0x14, 0x1a, 0xf4, 0x21, 0x59, 0x77, 0x0e, 0x9d, 0x3e, 0xb5, 0xf2, 0x33, 0x21, 0xab, + 0x46, 0x61, 0xc0, 0x11, 0x98, 0xf1, 0x27, 0xf1, 0xd1, 0x1d, 0x48, 0x7a, 0x07, 0xa6, 0x6b, 0x0d, + 0xf8, 0x2a, 0x50, 0x9c, 0xa5, 0x6c, 0xd3, 0x5c, 0xb6, 0x1c, 0x30, 0x4c, 0xb4, 0x0d, 0xcb, 0xe6, + 0x70, 0xe8, 0xf4, 0x69, 0xf1, 0x3d, 0x7b, 0xbc, 0xe7, 0x70, 0xf3, 0x74, 0x6d, 0x96, 0xb8, 0x2c, + 0xd1, 0x28, 0x83, 0x25, 0x33, 0x94, 0x46, 0x5f, 0x87, 0xec, 0x84, 0x4f, 0xbe, 0xc4, 0xb0, 0xce, + 0x9d, 0x36, 0x3d, 0x2f, 0x11, 0xe7, 0x20, 0x48, 0x63, 0x10, 0xd4, 0xc6, 0x00, 0x19, 0x90, 0x53, + 0x84, 0xe2, 0x15, 0xf2, 0xa1, 0xfd, 0xcb, 0xe3, 0x24, 0x29, 0xf6, 0x2f, 0x55, 0xd2, 0xe2, 0x15, + 0x58, 0x0a, 0x57, 0x9c, 0xcc, 0x0f, 0xb4, 0xbb, 0xd9, 0x2e, 0x3b, 0xfd, 0x2e, 0xfe, 0x7a, 0x04, + 0x96, 0x67, 0xb8, 0x85, 0x77, 0x63, 0x23, 0xb3, 0xbb, 0xb1, 0x81, 0x7d, 0x1c, 0x3d, 0xc9, 0x3e, + 0x16, 0x85, 0xc5, 0x82, 0xc2, 0x88, 0x0b, 0x4b, 0x07, 0x45, 0x3c, 0xb4, 0x0d, 0x7a, 0x5c, 0xab, + 0x94, 0x71, 0xb2, 0xd8, 0x72, 0x26, 0xf3, 0x55, 0xa7, 0xdc, 0x31, 0x2a, 0x5a, 0x84, 0x5a, 0xd1, + 0x9f, 0x37, 0xca, 0x75, 0xa3, 0x22, 0x2c, 0xe7, 0xe2, 0xcf, 0xc5, 0x21, 0x2d, 0xf4, 0x94, 0x78, + 0x6f, 0x13, 0x62, 0x66, 0x79, 0xbe, 0x35, 0xee, 0x5b, 0x7c, 0x0d, 0xbd, 0x72, 0x9c, 0x5a, 0x6f, + 0xb4, 0x02, 0x5c, 0xac, 0x12, 0x92, 0xd6, 0x1f, 0x3a, 0xc3, 0xe9, 0xc8, 0x9a, 0x69, 0xfd, 0x43, + 0x0a, 0xc4, 0x3c, 0x13, 0x7d, 0x45, 0x7a, 0x44, 0xb1, 0xc5, 0x63, 0x41, 0x96, 0xd4, 0xa6, 0x69, + 0xe1, 0x2e, 0x15, 0xb7, 0x21, 0xab, 0x94, 0x7d, 0xa2, 0xd5, 0x1a, 0xea, 0xa6, 0xe8, 0x4c, 0x37, + 0x15, 0xff, 0x76, 0x14, 0x92, 0x8c, 0xb7, 0xb2, 0xfb, 0x1c, 0x5d, 0x24, 0xf6, 0x99, 0xaa, 0xcc, + 0xcf, 0xcb, 0x1f, 0x28, 0x9b, 0x2f, 0xd9, 0xd3, 0xe9, 0x5b, 0xa6, 0x7f, 0xc0, 0xb7, 0x68, 0x3e, + 0x84, 0xc4, 0xc8, 0x99, 0x8e, 0x7d, 0x2e, 0x85, 0xab, 0xa7, 0x91, 0xd6, 0x09, 0x32, 0x66, 0x34, + 0xc5, 0x22, 0xc4, 0x09, 0x2b, 0xa6, 0x49, 0x8e, 0x1f, 0xa8, 0xad, 0xe3, 0x17, 0x2f, 0x40, 0x82, + 0xe2, 0x2e, 0xca, 0x2c, 0x5d, 0x5f, 0xa4, 0x2c, 0x69, 0x88, 0xb7, 0xca, 0x9d, 0x1d, 0x2d, 0x82, + 0x32, 0x90, 0xa8, 0x37, 0xbb, 0x8d, 0x8e, 0x16, 0x2d, 0x2e, 0x43, 0x3e, 0x34, 0xa7, 0x14, 0x73, + 0x00, 0xc1, 0x54, 0x51, 0xfa, 0x47, 0x51, 0x28, 0x74, 0x5c, 0x73, 0x6f, 0xcf, 0xee, 0x13, 0x5f, + 0xd5, 0x75, 0x86, 0x6d, 0xdf, 0xf4, 0x6d, 0xcf, 0xb7, 0xfb, 0xde, 0x89, 0x5d, 0x53, 0x80, 0xd4, + 0xae, 0xd9, 0x7f, 0x3c, 0x74, 0xf6, 0xa9, 0xd0, 0xe2, 0x58, 0x24, 0xd1, 0x59, 0x48, 0xec, 0x3e, + 0xf3, 0xb9, 0xf9, 0x12, 0xc7, 0x2c, 0x41, 0xa0, 0x03, 0xd7, 0x99, 0xb0, 0x89, 0x3d, 0x8e, 0x59, + 0x02, 0xad, 0x01, 0x10, 0xdf, 0x76, 0x68, 0x8f, 0x6c, 0x9f, 0x6d, 0x0f, 0xc6, 0xb1, 0x02, 0x21, + 0xa5, 0x4c, 0xcc, 0xfe, 0x63, 0xcb, 0x67, 0xbb, 0x80, 0x71, 0x2c, 0x92, 0x44, 0x2a, 0x5f, 0x0c, + 0xad, 0x31, 0x9d, 0xbd, 0xe3, 0x98, 0x7e, 0xa3, 0xab, 0x90, 0x72, 0x4d, 0xdf, 0xda, 0x9d, 0x78, + 0x74, 0x7e, 0x8e, 0x6f, 0x66, 0x8f, 0x9e, 0xaf, 0xa7, 0xb0, 0xe9, 0x5b, 0x9b, 0xad, 0x36, 0x16, + 0x79, 0x02, 0x6d, 0x32, 0xf1, 0xe8, 0x2c, 0xac, 0xa0, 0xb5, 0x04, 0xda, 0x64, 0x42, 0x0f, 0x4d, + 0x5d, 0xeb, 0x8b, 0xa9, 0x35, 0xa5, 0x87, 0x2c, 0xa4, 0x14, 0x99, 0x2e, 0xfd, 0x44, 0x02, 0x72, + 0xc6, 0x44, 0x11, 0xd5, 0x1a, 0xc0, 0x96, 0xe3, 0x3e, 0x31, 0xdd, 0x81, 0x3d, 0xde, 0xa7, 0x5d, + 0x15, 0xc3, 0x0a, 0x84, 0xe4, 0x57, 0x2d, 0xea, 0xa3, 0x76, 0x3a, 0x35, 0x2a, 0xb1, 0x18, 0x56, + 0x20, 0x24, 0xdf, 0x18, 0x63, 0xab, 0x6f, 0xd9, 0x87, 0x5c, 0x72, 0x31, 0xac, 0x40, 0xd0, 0x65, + 0xc8, 0x1a, 0xe3, 0x9d, 0x81, 0xab, 0xbb, 0xae, 0xe3, 0x32, 0x21, 0xc6, 0xb0, 0x0a, 0x42, 0x25, + 0xc8, 0x19, 0x63, 0xe2, 0x46, 0x71, 0x94, 0x04, 0x45, 0x09, 0xc1, 0xd0, 0x15, 0xc8, 0x93, 0x3a, + 0x55, 0x4d, 0xdf, 0xdc, 0x77, 0xcd, 0x11, 0x13, 0x6a, 0x0c, 0x87, 0x81, 0xe8, 0x3a, 0x2c, 0x1b, + 0xe3, 0xee, 0xf8, 0xf1, 0xd8, 0x79, 0x32, 0x6e, 0xb9, 0x8e, 0xef, 0x30, 0x67, 0x2d, 0x86, 0x67, + 0xc1, 0xac, 0xd6, 0x55, 0xdb, 0xeb, 0x9b, 0xee, 0x80, 0xc9, 0x9c, 0xd6, 0x5a, 0x40, 0x78, 0xbe, + 0x35, 0xb4, 0x89, 0xff, 0x47, 0x85, 0xcd, 0xf2, 0x39, 0x84, 0xb4, 0xaa, 0x39, 0xf5, 0x31, 0x91, + 0xaa, 0xe7, 0x33, 0x29, 0xc7, 0xb0, 0x0a, 0xe2, 0x18, 0xb2, 0x88, 0xac, 0xc4, 0x90, 0x65, 0x30, + 0x8c, 0x86, 0x83, 0x1d, 0x6a, 0xff, 0xe7, 0x24, 0x86, 0x00, 0x11, 0xc9, 0x60, 0xcb, 0xf4, 0x46, + 0xfc, 0xa0, 0x8f, 0x6e, 0x97, 0xc4, 0x70, 0x08, 0x46, 0x6a, 0x4a, 0xd3, 0xd8, 0xfa, 0x62, 0xc0, + 0xb6, 0x45, 0x62, 0x58, 0x81, 0x10, 0x65, 0xa0, 0xa9, 0xe6, 0x03, 0x8f, 0xee, 0x87, 0xc4, 0xb0, + 0x4c, 0x4b, 0xda, 0x2d, 0xd3, 0x1e, 0x7a, 0x05, 0x4d, 0xa1, 0xa5, 0x10, 0xa2, 0xc4, 0x5b, 0xae, + 0xb9, 0x4f, 0x48, 0xcf, 0xd0, 0x4c, 0x91, 0x24, 0xf3, 0x1b, 0xf9, 0x64, 0x84, 0x88, 0xe6, 0x05, + 0x00, 0xd2, 0x32, 0x92, 0xa8, 0xb8, 0x96, 0x49, 0x5a, 0xb6, 0xc2, 0x5a, 0xa6, 0x80, 0x4a, 0xff, + 0x2c, 0x05, 0x4b, 0x46, 0x7f, 0xa4, 0x2a, 0xe2, 0x2a, 0x24, 0x8d, 0x71, 0xdd, 0xdb, 0xf7, 0xb8, + 0x12, 0xf2, 0x14, 0x69, 0x80, 0x31, 0xe6, 0xaa, 0xc1, 0xd4, 0x4f, 0xa6, 0x99, 0xea, 0x54, 0xbc, + 0xe9, 0x88, 0xe7, 0xc7, 0x84, 0xea, 0x04, 0x30, 0x74, 0x0d, 0x96, 0x48, 0xc7, 0x79, 0x7e, 0x77, + 0xec, 0x5a, 0x66, 0xff, 0x40, 0xe8, 0xe0, 0x0c, 0x94, 0x29, 0x2a, 0x91, 0xaa, 0xfe, 0xb4, 0x3f, + 0x10, 0x5a, 0xa8, 0x82, 0x18, 0x46, 0xcb, 0x74, 0x47, 0x2d, 0xd7, 0xd9, 0x15, 0x2a, 0xa8, 0x82, + 0x58, 0x7d, 0xda, 0x6e, 0xff, 0xd3, 0xa9, 0x35, 0x26, 0x25, 0xa5, 0x44, 0x7d, 0x02, 0x18, 0xe3, + 0x82, 0xad, 0x81, 0xed, 0x5a, 0x7d, 0x5f, 0xe8, 0x9e, 0x0a, 0x22, 0x62, 0x37, 0xc6, 0x7a, 0xff, + 0xc0, 0x11, 0x9a, 0x27, 0x92, 0x4c, 0x2d, 0xc9, 0x27, 0xb6, 0x26, 0x42, 0xeb, 0x14, 0x08, 0x2b, + 0x9f, 0x54, 0xd8, 0xf3, 0xcd, 0xd1, 0x44, 0x68, 0x5d, 0x08, 0xc6, 0x06, 0x89, 0x4c, 0x53, 0x46, + 0x39, 0x31, 0x48, 0x42, 0x60, 0x56, 0x53, 0x32, 0x08, 0xeb, 0xa6, 0xf7, 0xd8, 0xe3, 0xda, 0xa7, + 0x82, 0x98, 0x6c, 0x45, 0x92, 0xb2, 0x5a, 0x12, 0xb2, 0x55, 0xa1, 0xa4, 0x45, 0xcd, 0xa9, 0x4f, + 0x3b, 0x97, 0xe9, 0xa0, 0x48, 0x12, 0x45, 0x6a, 0x4e, 0x7d, 0xde, 0x7d, 0x4c, 0x03, 0x03, 0x00, + 0xa9, 0x2b, 0x19, 0x31, 0x6a, 0xe7, 0x31, 0x45, 0x9c, 0x05, 0x93, 0x96, 0x37, 0xa7, 0x7e, 0xd0, + 0x7d, 0x4c, 0x27, 0x43, 0x30, 0x8e, 0x13, 0x74, 0xe0, 0x8a, 0xc4, 0x09, 0x7a, 0xf0, 0x0a, 0xe4, + 0x9b, 0x53, 0x5f, 0xe9, 0xc2, 0xb3, 0x6c, 0xa2, 0x09, 0x01, 0x39, 0xa7, 0xa0, 0x13, 0xcf, 0x49, + 0x4e, 0x41, 0x2f, 0x16, 0x21, 0x4d, 0x1a, 0x42, 0xbb, 0x71, 0x95, 0xe9, 0xad, 0x48, 0xf3, 0xa1, + 0x2f, 0x3b, 0xf2, 0x55, 0x39, 0xf4, 0x65, 0x4f, 0xb2, 0x7a, 0x28, 0x5d, 0x59, 0x90, 0xf5, 0x50, + 0xfa, 0xf2, 0x2d, 0xd0, 0x54, 0x00, 0x65, 0x76, 0x9e, 0x22, 0xce, 0xc1, 0x79, 0x9d, 0x83, 0xee, + 0x2c, 0xca, 0x3a, 0x07, 0xfd, 0xc9, 0xe4, 0x1d, 0xea, 0xd0, 0x0b, 0x52, 0xde, 0x2a, 0xb8, 0xf4, + 0x9d, 0x18, 0xe4, 0x3b, 0x7d, 0x75, 0xfc, 0x92, 0xc9, 0xca, 0x77, 0xca, 0xc3, 0x7d, 0xc7, 0xb5, + 0xfd, 0x83, 0x11, 0x1f, 0xc5, 0x21, 0x18, 0x19, 0xe3, 0xd8, 0x77, 0xea, 0xf6, 0x98, 0x8f, 0x64, + 0x9e, 0x12, 0x70, 0xf3, 0x29, 0x1f, 0xc1, 0x3c, 0x45, 0xf4, 0xa6, 0x6e, 0x3e, 0xad, 0x38, 0xe3, + 0x31, 0x1f, 0xb4, 0x22, 0x49, 0x24, 0x58, 0xee, 0xfb, 0xf6, 0xa1, 0xd5, 0x9c, 0x58, 0x63, 0x39, + 0x5a, 0x15, 0x10, 0xa9, 0x4f, 0xcb, 0xf4, 0x3c, 0x89, 0xc2, 0x86, 0x6b, 0x08, 0x46, 0x70, 0xca, + 0xbe, 0x6f, 0x8d, 0x26, 0x3e, 0x9b, 0xc9, 0xf8, 0x78, 0x55, 0x61, 0xa4, 0x24, 0xdd, 0xf3, 0xcd, + 0x5d, 0x62, 0x01, 0x07, 0xe3, 0x55, 0x01, 0x11, 0x1d, 0xae, 0x4c, 0x5d, 0x97, 0x82, 0xf8, 0x88, + 0x0d, 0x00, 0x6c, 0x5e, 0x6b, 0x5b, 0xfb, 0x62, 0xbc, 0xf2, 0x14, 0x1f, 0x13, 0x34, 0x23, 0x2b, + 0xc7, 0x04, 0xcd, 0xb9, 0x0c, 0x59, 0x6c, 0xf9, 0xae, 0x39, 0xf6, 0x68, 0x2e, 0x5f, 0x18, 0x14, + 0x10, 0xe3, 0xa9, 0xbb, 0xae, 0x18, 0x94, 0x3c, 0xc5, 0x79, 0x62, 0xb2, 0x24, 0x2d, 0x49, 0x9e, + 0x24, 0x39, 0x37, 0x53, 0x2e, 0xcf, 0xcf, 0x94, 0xa5, 0xbf, 0x11, 0x85, 0x7c, 0x77, 0xa0, 0xf6, + 0x29, 0x9d, 0x01, 0x82, 0x45, 0x37, 0x22, 0x66, 0x80, 0x60, 0xc9, 0x2d, 0x40, 0xaa, 0xe1, 0xb4, + 0x1c, 0xd7, 0x17, 0x93, 0xb3, 0x48, 0x86, 0xe6, 0xed, 0xd8, 0xfc, 0xbc, 0x4d, 0x06, 0xb0, 0x64, + 0x1c, 0x97, 0xba, 0x18, 0x70, 0x26, 0xfa, 0xd4, 0x3f, 0xdc, 0x9d, 0xee, 0x85, 0xcd, 0x02, 0x15, + 0x46, 0x70, 0xda, 0xe3, 0x41, 0x80, 0xc3, 0xfb, 0x58, 0x85, 0xcd, 0xb5, 0x3c, 0xb5, 0x60, 0x8d, + 0x20, 0x38, 0xfb, 0x63, 0xc7, 0xb5, 0x06, 0xf5, 0xe9, 0xd0, 0xb7, 0x79, 0x27, 0x87, 0x60, 0xa5, + 0xbf, 0x14, 0x85, 0xa5, 0x76, 0xa3, 0xde, 0x52, 0xc4, 0xf3, 0x21, 0xa4, 0xed, 0x49, 0xcf, 0xf3, + 0x4d, 0xdf, 0x9b, 0x39, 0x3a, 0x54, 0x4d, 0x2c, 0x66, 0xa5, 0x19, 0x94, 0xd0, 0xc3, 0x29, 0x9b, + 0x66, 0x79, 0xa8, 0x02, 0x60, 0xf7, 0x47, 0x82, 0x3c, 0x1a, 0xba, 0x01, 0x11, 0x5e, 0x1a, 0x37, + 0xf3, 0x47, 0xcf, 0xd7, 0x33, 0x46, 0xa5, 0xce, 0x59, 0x64, 0x6c, 0x9e, 0xed, 0xa1, 0x4f, 0x20, + 0xe3, 0xf7, 0x05, 0x8f, 0x58, 0xe8, 0x34, 0x26, 0x34, 0x3a, 0xd9, 0xa5, 0x9c, 0x4e, 0x85, 0x73, + 0x48, 0xfb, 0xfd, 0x80, 0xc1, 0x74, 0x20, 0x18, 0xc4, 0x43, 0x0c, 0x42, 0xaa, 0xc0, 0x18, 0x74, + 0xab, 0x82, 0xc1, 0x94, 0x65, 0x7a, 0xa5, 0xef, 0x44, 0x60, 0x89, 0xb8, 0x0a, 0x8a, 0x58, 0x02, + 0x07, 0x2b, 0xf2, 0x52, 0x0e, 0xd6, 0xac, 0x23, 0x18, 0xfd, 0xb2, 0x8e, 0xe0, 0x3a, 0x64, 0xa9, + 0x19, 0xde, 0x53, 0xcd, 0x79, 0xa0, 0xa0, 0x4d, 0x6a, 0xd3, 0x5f, 0x02, 0x98, 0x7a, 0xd6, 0x80, + 0xe7, 0x33, 0xc3, 0x3e, 0x43, 0x20, 0x34, 0xbb, 0xf4, 0x0f, 0x56, 0x82, 0xfb, 0x91, 0xa1, 0x19, + 0x2e, 0xe3, 0x8b, 0x29, 0x35, 0xb4, 0xc3, 0x18, 0x80, 0x51, 0x05, 0x56, 0xfa, 0x93, 0xa9, 0xd7, + 0x9b, 0x7a, 0xfc, 0xea, 0x56, 0xcf, 0xb3, 0xfa, 0xfc, 0x2e, 0xc3, 0xe6, 0xd9, 0xa3, 0xe7, 0xeb, + 0x5a, 0xa5, 0xd5, 0xf5, 0xba, 0x1e, 0xbb, 0xbd, 0xd5, 0xb6, 0xfa, 0x1e, 0xd6, 0x08, 0x81, 0x0a, + 0x41, 0x06, 0x9c, 0xa3, 0x4c, 0xbc, 0x67, 0x9e, 0x6f, 0x8d, 0x14, 0x36, 0xf4, 0x9a, 0xc3, 0xe6, + 0xea, 0xd1, 0xf3, 0x75, 0x44, 0xd8, 0xb4, 0x69, 0xbe, 0x64, 0x84, 0x08, 0x51, 0x18, 0x86, 0x6e, + 0x02, 0x50, 0x56, 0xb4, 0xf1, 0xec, 0xe2, 0x03, 0x53, 0x27, 0x42, 0x5f, 0x23, 0x40, 0x9c, 0x21, + 0x08, 0xf4, 0x13, 0xbd, 0x0b, 0xf9, 0x91, 0x35, 0xea, 0xb9, 0x9e, 0xc7, 0x45, 0x43, 0x1d, 0x1b, + 0x76, 0xea, 0x58, 0xb7, 0x46, 0xb8, 0xdd, 0xa6, 0x02, 0xc2, 0xd9, 0x91, 0x35, 0xc2, 0x9e, 0xc7, + 0x84, 0x79, 0x0d, 0x96, 0x09, 0x91, 0x2a, 0x71, 0xe6, 0xf2, 0x10, 0x5e, 0xb5, 0x40, 0xe8, 0xf7, + 0x60, 0x99, 0x56, 0x65, 0xec, 0xf2, 0xe3, 0x3f, 0x36, 0x16, 0xf3, 0x9b, 0x67, 0x8e, 0x9e, 0xaf, + 0xe7, 0x49, 0x7d, 0x1a, 0x2e, 0x3b, 0xe7, 0xf3, 0x70, 0x9e, 0x60, 0xca, 0x24, 0xfa, 0x04, 0xce, + 0x08, 0x52, 0xff, 0xc0, 0x75, 0x7c, 0x7f, 0x68, 0xb1, 0x53, 0xd2, 0xfc, 0xe6, 0xca, 0xd1, 0xf3, + 0xf5, 0x65, 0x46, 0xdc, 0x11, 0x59, 0x78, 0x99, 0x91, 0x4b, 0x00, 0xc2, 0x50, 0xa0, 0x0c, 0x24, + 0xb5, 0x22, 0xd4, 0x0c, 0x15, 0xca, 0xf9, 0xa3, 0xe7, 0xeb, 0xe7, 0x08, 0x1f, 0x49, 0x24, 0xe5, + 0x4a, 0x3b, 0x63, 0x0e, 0x8c, 0xae, 0xc0, 0x12, 0x69, 0xf7, 0x9e, 0x3d, 0xb4, 0x78, 0xb3, 0x99, + 0xb3, 0x95, 0x1b, 0x59, 0xa3, 0x2d, 0x7b, 0x68, 0xb1, 0x56, 0x73, 0x2c, 0x73, 0xec, 0x8c, 0x39, + 0x56, 0x56, 0x62, 0x95, 0xc7, 0xce, 0x98, 0x61, 0xbd, 0x03, 0xe7, 0x08, 0xd6, 0xc8, 0x9c, 0x4c, + 0xac, 0x81, 0xca, 0x32, 0x47, 0x91, 0xd1, 0xc8, 0x1a, 0xd5, 0x69, 0x5e, 0xc0, 0xf8, 0x4d, 0x88, + 0x4f, 0x2c, 0x77, 0x8f, 0x9f, 0xa1, 0x8a, 0x99, 0xa3, 0x65, 0xb9, 0x7b, 0x81, 0xca, 0x62, 0x8a, + 0x42, 0xea, 0x30, 0xb6, 0xfc, 0x9e, 0xfb, 0xb4, 0x27, 0x7c, 0xd2, 0x25, 0x56, 0x87, 0xb1, 0xe5, + 0xe3, 0xa7, 0x2d, 0xee, 0x98, 0x5e, 0x86, 0x1c, 0xc7, 0x62, 0x45, 0x2f, 0xb3, 0x61, 0x43, 0x71, + 0x58, 0x91, 0x25, 0xc8, 0x73, 0x0c, 0x2b, 0x30, 0xd8, 0xe2, 0x38, 0x4b, 0x51, 0xa4, 0xa7, 0x26, + 0xca, 0x22, 0x8e, 0xf2, 0xc4, 0x1a, 0x50, 0x8b, 0x4d, 0x94, 0x55, 0x65, 0x30, 0x81, 0xe5, 0x07, + 0x35, 0x42, 0x12, 0xab, 0x33, 0x5b, 0x23, 0x5f, 0xd4, 0x68, 0x45, 0xd6, 0xa8, 0x13, 0xae, 0x91, + 0x2f, 0x6b, 0x74, 0x56, 0xd6, 0xa8, 0x33, 0x53, 0x23, 0x3f, 0xa8, 0xd1, 0x39, 0xa5, 0x2c, 0x51, + 0xa3, 0x36, 0x9c, 0xa7, 0x58, 0xfd, 0x49, 0xcf, 0xf5, 0xfd, 0xde, 0xc8, 0xee, 0xbb, 0x0e, 0x51, + 0x8f, 0xde, 0xe4, 0xee, 0x6d, 0x6a, 0xbf, 0x71, 0x15, 0x69, 0x58, 0x7e, 0xa7, 0xd2, 0xc2, 0xbe, + 0x5f, 0x17, 0x18, 0xad, 0xbb, 0xb7, 0xf1, 0x39, 0xc2, 0xab, 0x3f, 0x99, 0x01, 0x9f, 0xc0, 0xf4, + 0xde, 0x6d, 0x6a, 0xf5, 0x1d, 0xcf, 0xf4, 0xde, 0x62, 0xa6, 0xf7, 0x4e, 0x64, 0x7a, 0x97, 0x9a, + 0x89, 0x27, 0x30, 0xbd, 0xbb, 0x98, 0xe9, 0xdd, 0x93, 0x98, 0xde, 0xa3, 0x26, 0xe5, 0x09, 0x4c, + 0xef, 0x2d, 0x66, 0x7a, 0x0f, 0x5d, 0x07, 0x6d, 0x60, 0x7b, 0x8f, 0x43, 0x53, 0x43, 0x91, 0xca, + 0x7e, 0x89, 0xc0, 0x95, 0xb9, 0xe1, 0x1a, 0x2c, 0x53, 0x4c, 0x65, 0x56, 0xbe, 0xc0, 0xe6, 0x10, + 0x02, 0xee, 0x8a, 0x99, 0x19, 0x7d, 0x06, 0x45, 0x51, 0x4d, 0x93, 0xda, 0x7a, 0xbd, 0xbe, 0x33, + 0x1e, 0x5b, 0x7d, 0xb6, 0x23, 0x7b, 0x91, 0xd6, 0xf3, 0xc2, 0xd1, 0xf3, 0xf5, 0x57, 0x59, 0x3d, + 0x99, 0x3d, 0x58, 0x09, 0x50, 0xf0, 0xab, 0xac, 0xa6, 0x73, 0x19, 0xa8, 0x07, 0x97, 0x04, 0x67, + 0x3a, 0x35, 0x3c, 0x31, 0x6d, 0x3f, 0xc4, 0xfc, 0x12, 0x65, 0x7e, 0xe9, 0xe8, 0xf9, 0xfa, 0x79, + 0xc6, 0x9c, 0x4c, 0x04, 0x8f, 0x4c, 0xdb, 0x57, 0xd9, 0x9f, 0x67, 0xec, 0x17, 0x64, 0xb1, 0x2d, + 0x41, 0xa7, 0x6f, 0x79, 0x9e, 0xe5, 0x15, 0xd6, 0xc8, 0xdc, 0x85, 0x03, 0x00, 0xb1, 0xa3, 0xfc, + 0x03, 0xd7, 0x32, 0x07, 0x5e, 0x61, 0x9d, 0xe6, 0x89, 0x24, 0xfa, 0x0a, 0x14, 0xe8, 0xf4, 0xea, + 0x3c, 0xe9, 0x4d, 0x5c, 0xcb, 0xf3, 0xa6, 0x2e, 0x69, 0xf4, 0x74, 0xec, 0x5b, 0x6e, 0xe1, 0x32, + 0x95, 0x11, 0x99, 0x3a, 0x6a, 0xce, 0x93, 0x16, 0xcf, 0xad, 0xb0, 0x4c, 0xf4, 0x11, 0x5c, 0xa0, + 0x73, 0x8a, 0x35, 0xb0, 0xa7, 0xa3, 0x79, 0xda, 0xd7, 0x28, 0x2d, 0xe1, 0x5d, 0xa7, 0x18, 0xb3, + 0xe4, 0x65, 0xb8, 0x44, 0xc8, 0xfb, 0xae, 0xed, 0xdb, 0x7d, 0x73, 0x38, 0xcf, 0xa0, 0x44, 0x19, + 0x14, 0x47, 0xd6, 0xa8, 0xc2, 0x71, 0x66, 0x59, 0xfc, 0x38, 0xac, 0x51, 0x99, 0xb2, 0x6d, 0x3a, + 0x22, 0x4d, 0xdf, 0x75, 0x86, 0xd4, 0xd8, 0x60, 0xf3, 0x53, 0xe1, 0xf5, 0xd0, 0x1e, 0xfa, 0x71, + 0xfb, 0x79, 0x7c, 0x99, 0xbd, 0x40, 0x84, 0x7b, 0xdc, 0x96, 0x1f, 0x5f, 0x85, 0x7c, 0xc7, 0x37, + 0x87, 0x5c, 0x83, 0xae, 0xc8, 0x55, 0xa8, 0x43, 0xa0, 0xa1, 0x99, 0x96, 0xe1, 0x8d, 0xac, 0x91, + 0xf7, 0x84, 0x63, 0x5f, 0x95, 0x33, 0x2d, 0xc5, 0xae, 0x93, 0x2c, 0x46, 0x72, 0x0b, 0xce, 0x12, + 0x12, 0xcf, 0xd9, 0xf3, 0x43, 0xaa, 0x7c, 0x8d, 0x52, 0x9c, 0x19, 0x59, 0xa3, 0xb6, 0xb3, 0xe7, + 0x87, 0xb5, 0x99, 0x8a, 0xce, 0xec, 0x1f, 0x88, 0x79, 0xfc, 0x0d, 0x59, 0x97, 0x0a, 0x81, 0x86, + 0xd6, 0x06, 0xef, 0x89, 0x39, 0xe1, 0x68, 0xd7, 0xe5, 0xda, 0xd0, 0x7e, 0x62, 0x4e, 0x18, 0xd6, + 0x1d, 0x56, 0xe3, 0xe9, 0xd8, 0x3a, 0xb4, 0xfb, 0xf4, 0x5e, 0x15, 0x47, 0x7e, 0x93, 0x22, 0xaf, + 0x8c, 0xac, 0x51, 0x37, 0xc8, 0x63, 0x34, 0x3f, 0x06, 0x2b, 0x44, 0xf2, 0xde, 0x98, 0x1b, 0x98, + 0x5c, 0xdc, 0x6f, 0x85, 0xd6, 0x8a, 0xb0, 0x35, 0xbb, 0x79, 0xee, 0xe8, 0xf9, 0xfa, 0x99, 0x86, + 0xe5, 0x87, 0xc1, 0xf8, 0xcc, 0xd8, 0xf2, 0xdb, 0xe3, 0xd0, 0x56, 0x4d, 0x95, 0x8f, 0x56, 0x85, + 0xf3, 0x0d, 0xda, 0x91, 0xe7, 0x82, 0x9b, 0x40, 0x8f, 0xe7, 0xba, 0x8f, 0x8e, 0x79, 0x85, 0x4b, + 0x1d, 0xb4, 0xdd, 0xe1, 0x63, 0xdb, 0x51, 0xd9, 0xdc, 0xa4, 0x15, 0x2c, 0x89, 0x4b, 0x48, 0xfb, + 0xae, 0x33, 0x9d, 0x50, 0x5b, 0x6f, 0x93, 0x60, 0x6e, 0x28, 0xd5, 0x5a, 0xa6, 0xb4, 0x01, 0xa0, + 0xf4, 0xbb, 0x71, 0xc8, 0x0b, 0xa3, 0xad, 0xeb, 0x99, 0xfb, 0x16, 0x2a, 0x43, 0x46, 0xdc, 0xed, + 0x12, 0x57, 0xf3, 0x66, 0x8f, 0xad, 0x28, 0xa2, 0xbc, 0x19, 0x24, 0xcc, 0x39, 0x49, 0x85, 0x6e, + 0x40, 0x82, 0x6a, 0x0a, 0x3f, 0x9d, 0x3f, 0xe6, 0xb6, 0x05, 0xc3, 0x29, 0x7e, 0x3f, 0x06, 0x69, + 0xc1, 0x0a, 0x7d, 0x0c, 0xf9, 0xe0, 0x4a, 0xda, 0x78, 0xcf, 0xe1, 0x37, 0x78, 0x56, 0x16, 0x5c, + 0x46, 0x12, 0x47, 0x44, 0x96, 0x7a, 0xa5, 0xed, 0x5d, 0xc8, 0xf0, 0xb3, 0x2c, 0x6b, 0x70, 0x72, + 0xe9, 0x01, 0x1e, 0xba, 0x07, 0xa0, 0x08, 0x33, 0xb6, 0xf0, 0xb4, 0x4b, 0x91, 0xa1, 0x82, 0x8c, + 0xbe, 0x0e, 0x39, 0x79, 0xc9, 0xab, 0x47, 0xaf, 0xce, 0x44, 0x17, 0x3f, 0x22, 0xda, 0x5c, 0xe1, + 0x1b, 0xea, 0xea, 0xcb, 0x24, 0x9c, 0x95, 0xc4, 0xc6, 0x00, 0x7d, 0x0c, 0x09, 0x9f, 0xee, 0x31, + 0xb0, 0xdb, 0x26, 0xa5, 0x13, 0x85, 0xbe, 0xd1, 0x31, 0xbd, 0xc7, 0x52, 0x90, 0x84, 0xac, 0xf8, + 0x77, 0x23, 0x10, 0x27, 0xd0, 0x13, 0xce, 0x70, 0xdf, 0xa4, 0x3b, 0xfc, 0xec, 0x3e, 0x93, 0x38, + 0xe7, 0x61, 0x2f, 0xaf, 0xe6, 0x36, 0xfc, 0xbf, 0xd4, 0xad, 0x99, 0xe0, 0x24, 0x2d, 0x7e, 0xc2, + 0x49, 0x5a, 0xe9, 0x2f, 0xac, 0xc0, 0x52, 0xd8, 0xe4, 0x7a, 0x21, 0x2f, 0xe1, 0x72, 0xe8, 0x55, + 0x4e, 0x80, 0x22, 0xa1, 0xc4, 0xc3, 0xef, 0x3f, 0xeb, 0x0f, 0xa5, 0xf7, 0xc2, 0x53, 0xe8, 0x7d, + 0x78, 0xd5, 0xf3, 0xcd, 0x21, 0xb1, 0x60, 0x19, 0xa4, 0xb7, 0xe7, 0x3a, 0x63, 0xdf, 0x1a, 0x0f, + 0xb8, 0x1b, 0x73, 0x8e, 0x67, 0x57, 0x68, 0xee, 0x16, 0xcf, 0x44, 0xef, 0xc1, 0xea, 0x0c, 0xdd, + 0x2e, 0x31, 0xb2, 0xc6, 0x03, 0x7e, 0x76, 0x71, 0x36, 0x44, 0xb6, 0xc9, 0xf2, 0x88, 0x5f, 0x6c, + 0x8f, 0x3d, 0xdf, 0x9d, 0xf2, 0x35, 0x90, 0xd9, 0xf5, 0x21, 0x18, 0x7a, 0x13, 0x34, 0x36, 0xd1, + 0xb9, 0xd6, 0x9e, 0xe5, 0x12, 0xff, 0xcb, 0xe3, 0x67, 0x1b, 0xcb, 0x14, 0x8e, 0x25, 0x18, 0xbd, + 0x06, 0x39, 0x86, 0x3a, 0xb2, 0xe9, 0x2a, 0x98, 0x66, 0xc6, 0x1a, 0x85, 0xd5, 0x29, 0x08, 0x15, + 0x21, 0xbd, 0xeb, 0x9a, 0xe3, 0xfe, 0x81, 0xc5, 0xcf, 0x38, 0xb0, 0x4c, 0xa3, 0xd7, 0x21, 0xcf, + 0xbe, 0x05, 0x3d, 0xb7, 0xb7, 0x19, 0x90, 0x33, 0xb8, 0x04, 0xb0, 0x3b, 0xf5, 0x78, 0x23, 0xb9, + 0xad, 0x9d, 0xd9, 0x9d, 0x7a, 0xac, 0x61, 0x24, 0xdb, 0xb5, 0xf6, 0x44, 0x36, 0xb3, 0xae, 0x33, + 0xae, 0xb5, 0xc7, 0xb3, 0xdf, 0x04, 0xe2, 0x0d, 0xf5, 0xfa, 0x43, 0xa7, 0xff, 0x98, 0x5a, 0xd6, + 0x11, 0xe6, 0xf8, 0x56, 0x5a, 0xdd, 0x0a, 0x81, 0xe1, 0x74, 0x7f, 0x32, 0xa5, 0x5f, 0x84, 0x13, + 0xd1, 0x56, 0x8e, 0x4b, 0x0c, 0xea, 0x08, 0xce, 0x10, 0x08, 0xcb, 0x5e, 0x87, 0xec, 0xc4, 0xdc, + 0xb7, 0x7a, 0xf4, 0xa0, 0x44, 0x1a, 0xd3, 0x04, 0x44, 0xef, 0xda, 0x51, 0x61, 0x8c, 0xec, 0xb1, + 0xe3, 0x0a, 0x0c, 0x6e, 0x4b, 0x53, 0x98, 0x82, 0x62, 0xfe, 0x78, 0x80, 0x72, 0x86, 0xa3, 0x10, + 0x18, 0x47, 0x21, 0xd2, 0x27, 0x5d, 0xfc, 0xd4, 0xef, 0x79, 0x4f, 0x6c, 0x9f, 0xca, 0x0d, 0x71, + 0xe9, 0x33, 0x78, 0x9b, 0x83, 0xd1, 0x07, 0xb0, 0x44, 0xda, 0x36, 0xb2, 0xf7, 0x5d, 0x7e, 0x82, + 0x4d, 0xed, 0x69, 0xe9, 0x7e, 0xd5, 0x65, 0x06, 0x75, 0xbf, 0x82, 0x24, 0x29, 0xc4, 0x1c, 0xda, + 0xfb, 0xf4, 0xee, 0xb1, 0xa8, 0x0b, 0x33, 0xb4, 0x97, 0x25, 0x3c, 0xa8, 0x8f, 0x35, 0x9a, 0x0e, + 0xd9, 0xc1, 0x3d, 0x47, 0x65, 0xe6, 0xf6, 0xb2, 0x84, 0x73, 0xd4, 0x6b, 0xb0, 0x3c, 0x7c, 0xa7, + 0x37, 0x60, 0x1a, 0x31, 0x74, 0x88, 0xe9, 0xb3, 0xca, 0x56, 0xc9, 0xe1, 0x3b, 0x55, 0x0a, 0xad, + 0x11, 0x20, 0x59, 0xb1, 0xc3, 0x78, 0xa2, 0xfb, 0x5f, 0x65, 0x2b, 0xb6, 0x8a, 0xcd, 0x95, 0xe0, + 0x3a, 0x68, 0x01, 0x89, 0xe7, 0x3b, 0xae, 0xc5, 0x36, 0x50, 0xe3, 0x78, 0x49, 0x60, 0xb7, 0x29, + 0x14, 0xbd, 0x0b, 0xab, 0x33, 0x98, 0x82, 0xfb, 0x79, 0xb6, 0xba, 0x86, 0xf0, 0x39, 0xfb, 0xdb, + 0x70, 0x36, 0x20, 0x9a, 0x10, 0xbd, 0x67, 0x82, 0x2f, 0x86, 0x2b, 0xd4, 0x92, 0x39, 0xe8, 0x1e, + 0x9c, 0x9f, 0xa7, 0x10, 0x25, 0x31, 0x4b, 0x77, 0x75, 0x96, 0x8c, 0x17, 0xc6, 0xc4, 0x64, 0xab, + 0x62, 0xba, 0x28, 0xc4, 0x64, 0xcc, 0x89, 0xc9, 0x9e, 0x17, 0xd3, 0x25, 0x51, 0x2b, 0x63, 0x56, + 0x4c, 0xac, 0x1d, 0xf6, 0x5c, 0x3b, 0xd6, 0xc2, 0x14, 0x73, 0xed, 0xb0, 0x17, 0xb7, 0x63, 0x5d, + 0xb4, 0xc3, 0x58, 0xd4, 0x8e, 0x37, 0x21, 0x33, 0x1c, 0xf6, 0x79, 0x0b, 0xa8, 0xe1, 0xca, 0x86, + 0x56, 0xad, 0x56, 0xa1, 0x0d, 0xc0, 0xe9, 0xe1, 0xb0, 0xcf, 0x9a, 0x72, 0x0f, 0x96, 0x05, 0xaa, + 0xe0, 0xfd, 0x5a, 0xa0, 0xaa, 0x9c, 0x80, 0xb1, 0xc5, 0x79, 0x4e, 0xc5, 0x4b, 0xb9, 0x09, 0x40, + 0x48, 0x79, 0x9f, 0x53, 0x13, 0x95, 0xed, 0x77, 0xd4, 0x6a, 0x15, 0xd6, 0xe5, 0x98, 0x54, 0x83, + 0xf7, 0xfe, 0x57, 0x41, 0x93, 0xd8, 0xa2, 0xa4, 0xd7, 0x29, 0x0d, 0x3a, 0x7a, 0xbe, 0xbe, 0x24, + 0x68, 0x78, 0x51, 0x4b, 0x82, 0x90, 0x97, 0xf5, 0x01, 0x10, 0x88, 0x2a, 0xb8, 0x2b, 0xa1, 0x5a, + 0x06, 0x72, 0xa3, 0xb5, 0x54, 0xc4, 0xa8, 0xc3, 0x8a, 0x4a, 0x29, 0x8a, 0xa6, 0x26, 0x28, 0xb3, + 0xc3, 0x14, 0x72, 0x5e, 0xfa, 0x19, 0x85, 0x45, 0xd0, 0xd8, 0x81, 0x3f, 0xdc, 0xe5, 0x32, 0xbd, + 0x16, 0x34, 0xb6, 0xda, 0xa9, 0x6d, 0x32, 0xa1, 0x66, 0x08, 0x02, 0x93, 0xea, 0x57, 0x41, 0x93, + 0xd8, 0xa2, 0xc4, 0x37, 0x82, 0xc6, 0x0a, 0x1a, 0xd1, 0x58, 0x41, 0xc8, 0xcb, 0xba, 0x05, 0x59, + 0x4a, 0xcd, 0x25, 0x4b, 0x0d, 0x55, 0x76, 0x5d, 0x86, 0x10, 0x72, 0xd1, 0xd2, 0xea, 0x70, 0xd9, + 0x7e, 0x02, 0x67, 0x02, 0x02, 0x51, 0x1e, 0x35, 0x59, 0xd9, 0x9e, 0x8d, 0x24, 0xe3, 0x05, 0x2e, + 0x4b, 0x5a, 0x5e, 0xe2, 0x87, 0x40, 0x41, 0xaa, 0x7c, 0xdf, 0x0a, 0x57, 0x57, 0x11, 0x30, 0xad, + 0xae, 0x22, 0xe1, 0x1d, 0x38, 0x1b, 0x22, 0x16, 0x15, 0xb8, 0x41, 0x39, 0xd0, 0x1d, 0x34, 0x95, + 0x03, 0xaf, 0x03, 0x52, 0xb9, 0x04, 0x42, 0xb6, 0x03, 0x21, 0xdf, 0x0c, 0x84, 0x6c, 0x04, 0x42, + 0xb6, 0x55, 0x21, 0xdb, 0xb3, 0x42, 0x7e, 0x3b, 0xa8, 0xb5, 0x31, 0x23, 0x64, 0x3b, 0x2c, 0xe4, + 0xd7, 0x80, 0x2f, 0x66, 0xbc, 0xb4, 0x0d, 0x36, 0xe1, 0x33, 0x18, 0x2b, 0xe0, 0x26, 0x20, 0x05, + 0x45, 0x14, 0x71, 0x8b, 0x22, 0x6a, 0x01, 0x62, 0xb0, 0x1a, 0x8e, 0x9d, 0x81, 0x98, 0x37, 0x6e, + 0xb3, 0xe5, 0x8e, 0x40, 0x18, 0xb3, 0xeb, 0xa0, 0xc9, 0x6c, 0xc1, 0xea, 0x1d, 0x36, 0x4f, 0x0a, + 0x24, 0xce, 0x68, 0x1d, 0xb2, 0x14, 0x93, 0x77, 0xff, 0x1d, 0xbe, 0x13, 0xe3, 0x0c, 0xc4, 0x44, + 0xfa, 0x16, 0x9c, 0x09, 0x10, 0x04, 0xaf, 0x77, 0xd9, 0xcc, 0x2f, 0xd1, 0x38, 0xb3, 0x37, 0x80, + 0x82, 0xd4, 0x9e, 0x7d, 0x2f, 0x28, 0x55, 0xe9, 0xc5, 0xdb, 0x70, 0x36, 0x84, 0x28, 0xf8, 0xde, + 0x65, 0x13, 0x94, 0x8a, 0xcd, 0x58, 0x97, 0x0e, 0x21, 0xc5, 0x8f, 0xe0, 0xd1, 0xfb, 0x90, 0x36, + 0xf7, 0xc9, 0x8a, 0x25, 0xef, 0xe5, 0xce, 0x5e, 0x63, 0xa6, 0x1b, 0xf3, 0x3c, 0x81, 0x53, 0x14, + 0xd9, 0x98, 0xb1, 0x17, 0xa3, 0x2f, 0x66, 0x2f, 0x96, 0x7e, 0x35, 0x07, 0x09, 0x1a, 0x47, 0x80, + 0xbf, 0xf3, 0x8d, 0x84, 0x5e, 0x8e, 0xf3, 0x08, 0x03, 0x73, 0xa6, 0xe9, 0xd7, 0x67, 0x1e, 0x7e, + 0x44, 0x43, 0x46, 0xb7, 0xfa, 0xf0, 0x43, 0x1a, 0xdd, 0xc7, 0x3e, 0xfe, 0xb8, 0xaf, 0x34, 0x37, + 0x16, 0x7e, 0xb7, 0xce, 0x9b, 0xbb, 0xcc, 0x79, 0xcc, 0x37, 0x59, 0xbd, 0x7a, 0x1e, 0x3f, 0xfd, + 0xea, 0xf9, 0x8b, 0xbe, 0x82, 0x31, 0x20, 0xa7, 0x3c, 0xcb, 0x21, 0xe6, 0x63, 0x6c, 0xf1, 0xbb, + 0x1c, 0xd9, 0xba, 0x00, 0xe6, 0xe1, 0x6c, 0xf0, 0x30, 0x67, 0xf6, 0x16, 0x7b, 0xea, 0x85, 0xef, + 0x4a, 0x5f, 0x85, 0xd8, 0xd4, 0x1d, 0xf2, 0x5b, 0x8f, 0x20, 0x4e, 0x36, 0x70, 0x8d, 0x3d, 0x0a, + 0xe8, 0xe2, 0x1a, 0x26, 0xf9, 0x0b, 0x5e, 0x92, 0x67, 0x5e, 0xe2, 0x25, 0xf9, 0xa2, 0xfb, 0x8a, + 0xf0, 0xa5, 0xee, 0x2b, 0x06, 0x57, 0xe6, 0xb3, 0xa7, 0x5d, 0x99, 0xff, 0x37, 0x29, 0xc8, 0x34, + 0x27, 0x16, 0xf7, 0x17, 0xee, 0x86, 0x6e, 0xcc, 0x5f, 0x50, 0xf5, 0x6e, 0x43, 0x62, 0xcd, 0x5f, + 0x1f, 0xbb, 0x4b, 0xdc, 0x9c, 0xe9, 0xb8, 0x2f, 0x2e, 0x90, 0x5d, 0x3a, 0x86, 0xb0, 0x46, 0x91, + 0x30, 0x47, 0x46, 0x1f, 0x40, 0x8a, 0xdd, 0x67, 0x14, 0x77, 0xe8, 0xd6, 0x8e, 0xa1, 0x63, 0xd7, + 0x06, 0x2d, 0x2c, 0xd0, 0xd1, 0xc7, 0x90, 0x99, 0x8e, 0x05, 0x6d, 0x3c, 0xf4, 0x54, 0x74, 0x96, + 0xb6, 0x2b, 0xf0, 0x70, 0x40, 0x42, 0x2a, 0xdc, 0xa7, 0x77, 0x48, 0xf8, 0xed, 0xd9, 0xe3, 0x2a, + 0xcc, 0x2e, 0x9a, 0x60, 0x8e, 0x4c, 0x2a, 0x3c, 0xb0, 0x3c, 0xdf, 0x75, 0x9e, 0xf1, 0x1b, 0xc4, + 0xc7, 0x55, 0xb8, 0xca, 0xb0, 0xb0, 0x40, 0x47, 0x3a, 0xe4, 0x58, 0xa3, 0x7b, 0x74, 0x33, 0x82, + 0x5f, 0xba, 0x2d, 0x9d, 0x28, 0xa7, 0x6d, 0x82, 0x89, 0xb3, 0xc3, 0x20, 0x51, 0xfc, 0x18, 0x92, + 0x2c, 0x0f, 0xbd, 0xc7, 0xfd, 0x06, 0xa2, 0x25, 0x62, 0x5b, 0x62, 0x59, 0xf5, 0x60, 0x83, 0x1d, + 0x01, 0xea, 0x4e, 0x90, 0xb4, 0x57, 0xfc, 0x13, 0x90, 0x55, 0x78, 0xa3, 0xbb, 0x90, 0x16, 0xa3, + 0xe3, 0xf4, 0x8d, 0x05, 0x89, 0x8a, 0xee, 0xf1, 0xb2, 0x59, 0x53, 0xd8, 0x6c, 0x73, 0x56, 0x29, + 0x7b, 0x5b, 0xec, 0xb7, 0xa8, 0x15, 0x10, 0x0d, 0x48, 0xf1, 0xce, 0x0c, 0xcf, 0x05, 0x91, 0x17, + 0x9b, 0x0b, 0x8a, 0x5f, 0x83, 0x8c, 0xec, 0xd0, 0x2f, 0xc7, 0xe1, 0x1e, 0x24, 0x59, 0xaf, 0xa2, + 0x5b, 0x90, 0x62, 0x77, 0x39, 0x4f, 0x21, 0x16, 0x58, 0xc5, 0xfb, 0x90, 0xe2, 0x1d, 0xfb, 0xd2, + 0xb4, 0xa5, 0xe1, 0x31, 0xd7, 0x5b, 0x6b, 0xe5, 0x6e, 0xa3, 0xb2, 0xa3, 0x45, 0x90, 0x06, 0x39, + 0xf6, 0xdd, 0xdb, 0xc6, 0xcd, 0x6e, 0x4b, 0x4b, 0x12, 0x54, 0xf6, 0x8c, 0x44, 0xd7, 0xa2, 0x28, + 0x0f, 0x99, 0x6e, 0x43, 0x24, 0x63, 0xf4, 0x15, 0x19, 0xd6, 0xcb, 0x1d, 0x5d, 0x8b, 0xb3, 0xe7, + 0x65, 0xed, 0x0e, 0x6e, 0x7e, 0xae, 0x25, 0xf8, 0xfb, 0x92, 0xdf, 0x8c, 0x42, 0xce, 0x18, 0x1f, + 0x5a, 0xae, 0x67, 0xb1, 0xe5, 0xe4, 0xd6, 0x09, 0xcb, 0x89, 0x9c, 0xd0, 0x39, 0x80, 0xae, 0x29, + 0x7c, 0xc6, 0x8b, 0x9e, 0x32, 0xe3, 0xcd, 0x2e, 0x3d, 0xb1, 0x1f, 0x62, 0xe9, 0x51, 0x57, 0xda, + 0xf8, 0x4b, 0xac, 0xb4, 0x95, 0xb9, 0x59, 0x37, 0x41, 0x6b, 0xb1, 0x78, 0xd6, 0x15, 0xdb, 0x88, + 0x33, 0x73, 0x6f, 0x48, 0x97, 0x92, 0x2f, 0xb8, 0x5c, 0x1f, 0xc5, 0x21, 0x2d, 0x06, 0xdb, 0x09, + 0xbb, 0x4c, 0xef, 0x43, 0x8a, 0x8d, 0xd5, 0x63, 0xb6, 0x9a, 0x96, 0xb8, 0x68, 0x78, 0xd0, 0x1f, + 0x9c, 0xa4, 0x03, 0xf6, 0x87, 0x5b, 0x8b, 0x43, 0xed, 0x89, 0xbf, 0xe0, 0x4a, 0x7b, 0x4b, 0x99, + 0x0f, 0x12, 0xa1, 0x9b, 0x08, 0xea, 0x7c, 0xa0, 0xcc, 0x04, 0xe2, 0xa5, 0x6b, 0x52, 0x79, 0xe9, + 0xfa, 0x72, 0x8f, 0x56, 0xef, 0x42, 0xee, 0x80, 0xbe, 0x25, 0xef, 0xd1, 0x18, 0x23, 0x33, 0x8f, + 0x56, 0x95, 0x67, 0xe6, 0x38, 0x7b, 0xa0, 0x84, 0x09, 0x08, 0xbd, 0x39, 0xcd, 0xbc, 0xd8, 0x9b, + 0xd3, 0x60, 0x33, 0x0e, 0x4e, 0x7e, 0xf6, 0xa9, 0x3c, 0x4d, 0xcd, 0xbe, 0xd8, 0xd3, 0xd4, 0x3b, + 0x90, 0x7d, 0x6c, 0x0f, 0x87, 0xbd, 0x09, 0x7d, 0x10, 0xce, 0x1f, 0x08, 0x88, 0x55, 0x37, 0x78, + 0x29, 0x8e, 0xe1, 0x71, 0xf0, 0x6a, 0xfc, 0x1a, 0x24, 0x58, 0x93, 0xf3, 0xa1, 0x07, 0x1c, 0xf2, + 0xe5, 0x3a, 0x66, 0xd9, 0xa5, 0xaf, 0x42, 0x3e, 0x34, 0xa9, 0xd2, 0xdd, 0x64, 0xba, 0x2f, 0x7a, + 0xe2, 0xac, 0xcf, 0x70, 0x4a, 0xff, 0x2e, 0x71, 0xea, 0x26, 0xe8, 0x97, 0x55, 0xcf, 0x3f, 0xce, + 0xb1, 0xbf, 0x19, 0x7e, 0x7a, 0x1d, 0x0f, 0x09, 0x50, 0x31, 0xf1, 0x96, 0x4e, 0x78, 0x76, 0xad, + 0x0e, 0x97, 0xc4, 0x4b, 0x0e, 0x97, 0x6b, 0x34, 0x1a, 0x92, 0x6f, 0x15, 0x92, 0xf4, 0x06, 0xbd, + 0xa6, 0x48, 0xa0, 0x4d, 0xe0, 0x98, 0x65, 0x87, 0x87, 0x55, 0xea, 0x05, 0x87, 0xd5, 0xbb, 0x4a, + 0xb8, 0x82, 0x74, 0xc8, 0x78, 0x15, 0xfc, 0xa7, 0xe2, 0x74, 0x43, 0x22, 0xa2, 0xaf, 0xc1, 0x0a, + 0xfb, 0xee, 0x4d, 0x27, 0x03, 0xd3, 0xb7, 0x7a, 0xac, 0x7e, 0x19, 0x6a, 0x99, 0xcd, 0xd7, 0xef, + 0x0c, 0x43, 0xee, 0x52, 0x5c, 0x0a, 0x42, 0x9b, 0x80, 0xc2, 0x1c, 0xa6, 0x53, 0x9b, 0x3d, 0x9f, + 0xc9, 0xb1, 0x3b, 0x24, 0x6d, 0x85, 0xa4, 0xdb, 0x35, 0xaa, 0x58, 0x53, 0x99, 0x74, 0xa7, 0xf6, + 0xe0, 0x45, 0x43, 0xe4, 0x7c, 0x99, 0xe7, 0xdc, 0xa1, 0x21, 0x9c, 0x7f, 0xb1, 0x21, 0x2c, 0x62, + 0x13, 0x2c, 0x05, 0xb1, 0x09, 0x4a, 0xcf, 0xa3, 0xb0, 0x4c, 0x07, 0x0d, 0x6b, 0x0e, 0x37, 0x80, + 0x4f, 0x0f, 0x3b, 0x23, 0x9f, 0x3e, 0xcc, 0x04, 0x9c, 0x59, 0x53, 0xb1, 0x03, 0x9e, 0xf3, 0x61, + 0x67, 0xee, 0x85, 0xc2, 0xce, 0x5c, 0x38, 0x86, 0x6c, 0x61, 0xf0, 0x99, 0xbb, 0x2c, 0xa6, 0x46, + 0x3c, 0xf4, 0x94, 0x69, 0x96, 0x72, 0x3e, 0xfa, 0xcb, 0xb5, 0x20, 0xfa, 0xcb, 0x05, 0xc8, 0x58, + 0x4f, 0xe9, 0xd9, 0xf2, 0x80, 0x35, 0x33, 0x41, 0xa6, 0x65, 0xdb, 0xaf, 0x38, 0x03, 0xab, 0xf8, + 0x06, 0x0f, 0xf3, 0xb2, 0x0e, 0x59, 0xae, 0x01, 0x12, 0x2d, 0xcf, 0x8e, 0x6b, 0xa6, 0x1e, 0x45, + 0x7c, 0x9d, 0x45, 0x76, 0xb9, 0x08, 0x19, 0x6f, 0xda, 0xef, 0x5b, 0xd6, 0xc0, 0x62, 0x4e, 0x6e, + 0x1a, 0x07, 0x80, 0xd2, 0x0f, 0xf2, 0x00, 0x81, 0xa2, 0xaa, 0xd3, 0x45, 0xe4, 0x65, 0xa6, 0x0b, + 0x39, 0xc4, 0xa2, 0x27, 0x0f, 0x31, 0xb1, 0xa6, 0xc4, 0x94, 0x35, 0xa5, 0x00, 0xa9, 0x91, 0xe5, + 0x79, 0xe6, 0x3e, 0xb3, 0xf6, 0x33, 0x58, 0x24, 0x43, 0x46, 0x43, 0xe2, 0x25, 0x8c, 0x86, 0x8b, + 0xea, 0xf9, 0x4a, 0x92, 0x6f, 0xbb, 0xcb, 0x93, 0x95, 0x99, 0xe9, 0x28, 0xf5, 0x65, 0xa6, 0xa3, + 0x02, 0xa4, 0xd8, 0x8a, 0xf5, 0x8c, 0x2e, 0x6a, 0x69, 0x2c, 0x92, 0xe8, 0xb6, 0xbc, 0xd9, 0x96, + 0x09, 0x85, 0x16, 0x08, 0x84, 0x3c, 0x7b, 0xa5, 0xed, 0x36, 0x24, 0x5d, 0xcb, 0xf4, 0x1c, 0xf6, + 0x06, 0x7a, 0x21, 0x05, 0xa6, 0xf9, 0x98, 0xe3, 0xa1, 0x8b, 0x10, 0xa7, 0xc3, 0x3d, 0x4b, 0x87, + 0x3b, 0xd5, 0x3f, 0x3a, 0xc4, 0x29, 0x54, 0x19, 0xd6, 0xb9, 0x93, 0x86, 0x75, 0x99, 0x1d, 0x0b, + 0xb0, 0xd3, 0x3c, 0xa6, 0x36, 0x7c, 0xa4, 0xae, 0xce, 0x8e, 0x54, 0x56, 0x0b, 0x76, 0x5c, 0xa0, + 0x00, 0xd0, 0x7d, 0xd0, 0xa6, 0xec, 0x76, 0x35, 0x3d, 0x72, 0x26, 0x22, 0xe6, 0x51, 0x17, 0x66, + 0x23, 0xce, 0xe1, 0x65, 0x05, 0x91, 0x00, 0xd1, 0x3d, 0xc8, 0xd1, 0x25, 0x50, 0x14, 0xbd, 0x1c, + 0x2e, 0x3a, 0x3c, 0x5c, 0x70, 0xb6, 0x1f, 0x00, 0x4a, 0x9b, 0xf2, 0x69, 0xd4, 0x19, 0xc8, 0xb3, + 0xa8, 0x57, 0xbd, 0x7a, 0xb9, 0xdd, 0xd1, 0xb1, 0xf6, 0x0a, 0x31, 0xb5, 0x39, 0xa8, 0xbc, 0xad, + 0x37, 0x3a, 0x5a, 0x04, 0xad, 0xc0, 0x32, 0x87, 0xe8, 0x9f, 0xe9, 0x95, 0x6e, 0xa7, 0x89, 0xb5, + 0x68, 0xe9, 0x8f, 0x52, 0x90, 0x64, 0x52, 0x45, 0x25, 0x58, 0xc3, 0x7a, 0xb9, 0xdd, 0x6c, 0xf4, + 0x78, 0x70, 0x18, 0x89, 0xd7, 0xdb, 0x2a, 0x1b, 0x35, 0xbd, 0xaa, 0xbd, 0x12, 0xc2, 0x69, 0x74, + 0xca, 0x46, 0x43, 0xc7, 0x3d, 0x6e, 0xd1, 0x73, 0x9c, 0x73, 0x68, 0x1d, 0x2e, 0xcc, 0xe3, 0x18, + 0x75, 0xa3, 0x43, 0x5f, 0x8a, 0x6b, 0x2b, 0xe8, 0x0a, 0x5c, 0x3e, 0x01, 0xa1, 0x57, 0x35, 0xda, + 0x0f, 0xb4, 0xb3, 0xe8, 0x1a, 0x94, 0x4e, 0xc2, 0xaa, 0xeb, 0xf5, 0x26, 0xfe, 0x5c, 0x4b, 0xa3, + 0x35, 0x28, 0xce, 0xe1, 0xb5, 0xb0, 0xae, 0xd7, 0x5b, 0x1d, 0xbd, 0xaa, 0x9d, 0x59, 0x58, 0xe5, + 0x6e, 0xab, 0x5a, 0xee, 0xe8, 0xa2, 0xca, 0xab, 0xe8, 0x3a, 0x5c, 0xe1, 0x38, 0xb2, 0xc9, 0x58, + 0xdf, 0x36, 0xda, 0x1d, 0xcc, 0x0a, 0xeb, 0x18, 0x75, 0xbd, 0xd9, 0xed, 0x68, 0xaf, 0xa2, 0xb7, + 0xe0, 0xda, 0x3c, 0xe6, 0x42, 0xdc, 0x82, 0x52, 0x33, 0x89, 0xdb, 0xd1, 0x71, 0xdd, 0x68, 0x94, + 0x49, 0xcd, 0x22, 0xe8, 0x32, 0x5c, 0x9c, 0xcd, 0x27, 0xee, 0x0f, 0xe1, 0xa5, 0x63, 0xbd, 0xaa, + 0x45, 0xd1, 0x45, 0x28, 0x70, 0x8c, 0x2d, 0x5c, 0xae, 0xeb, 0x8f, 0x9a, 0xf8, 0x41, 0x0f, 0xeb, + 0xf5, 0xe6, 0x43, 0xbd, 0xaa, 0xc5, 0x48, 0x87, 0xf2, 0xdc, 0xed, 0x4a, 0x4f, 0xc7, 0xb8, 0x89, + 0xb5, 0xb8, 0x52, 0xa8, 0xd1, 0x78, 0x58, 0xae, 0x19, 0xd5, 0x80, 0xd4, 0xa8, 0x6a, 0x09, 0x74, + 0x1e, 0xce, 0xcd, 0xe4, 0x37, 0xb7, 0xb6, 0x74, 0xdc, 0xd6, 0x92, 0x4a, 0x7d, 0x8c, 0x66, 0xaf, + 0xfd, 0xc8, 0xe8, 0x54, 0x76, 0x36, 0x9b, 0x65, 0x4c, 0xf4, 0xc0, 0x20, 0x35, 0xbe, 0xa0, 0x30, + 0x67, 0x7a, 0x46, 0xfa, 0xaa, 0xd2, 0x6c, 0x34, 0xf4, 0x0a, 0xc9, 0x4f, 0x29, 0xcc, 0xb1, 0x5e, + 0x69, 0x36, 0x2a, 0x46, 0xcd, 0x60, 0x9d, 0x9e, 0x51, 0x9a, 0x22, 0x23, 0xb4, 0xf5, 0x84, 0x93, + 0x88, 0xd0, 0x25, 0x38, 0xcf, 0x73, 0xa9, 0xb6, 0x86, 0xf9, 0x02, 0x2a, 0xc0, 0xd9, 0x50, 0xb6, + 0x90, 0x41, 0x96, 0x85, 0x21, 0x08, 0xe5, 0xb4, 0x3b, 0x65, 0x4c, 0xa8, 0x72, 0x73, 0x54, 0xa2, + 0xb8, 0xbc, 0xa2, 0x81, 0x32, 0xc0, 0x9c, 0x5e, 0xed, 0x55, 0xbb, 0xd8, 0x68, 0x6c, 0x73, 0x7d, + 0xd6, 0xd6, 0x66, 0xb1, 0x2a, 0x3b, 0x7a, 0xe5, 0x01, 0x0d, 0x42, 0xd7, 0x6d, 0x73, 0x0d, 0xaa, + 0x6a, 0x17, 0xd1, 0x0d, 0x78, 0x43, 0xc5, 0xda, 0xd1, 0xcb, 0xb5, 0xce, 0xce, 0x62, 0xe4, 0x4b, + 0x4a, 0x3b, 0x29, 0x32, 0xf5, 0x82, 0x45, 0x47, 0x68, 0xe7, 0x15, 0x5d, 0x55, 0xb2, 0xbb, 0x8d, + 0x72, 0xb7, 0xb3, 0xd3, 0xc4, 0xc6, 0x37, 0xf4, 0xaa, 0x56, 0x64, 0xe1, 0xf2, 0x02, 0x1c, 0x41, + 0xbc, 0xa4, 0x48, 0x98, 0x66, 0x84, 0xc8, 0x96, 0x67, 0xc9, 0x84, 0x2c, 0xb4, 0xd2, 0xbb, 0x90, + 0xda, 0xb2, 0x87, 0xbe, 0x45, 0xdf, 0x90, 0x2c, 0xb9, 0xd6, 0xde, 0xd4, 0xb3, 0x7a, 0x41, 0xe0, + 0x51, 0x1a, 0x49, 0xf1, 0x2e, 0xce, 0xb3, 0x0c, 0x1e, 0x90, 0xab, 0xf4, 0xb7, 0xa2, 0x90, 0x55, + 0x42, 0x2e, 0xa1, 0x4f, 0x20, 0x73, 0x68, 0xba, 0x36, 0x99, 0xd5, 0x84, 0xc9, 0x7e, 0x61, 0x3e, + 0x32, 0xd3, 0xc6, 0x43, 0x8e, 0x23, 0xcc, 0x47, 0x49, 0x53, 0xfc, 0x76, 0x04, 0xd2, 0x22, 0xf7, + 0x04, 0x33, 0x5e, 0x46, 0x73, 0x8a, 0xaa, 0xd1, 0x9c, 0x3e, 0x94, 0x51, 0x1e, 0xd4, 0x18, 0x18, + 0x8b, 0x0a, 0xa6, 0x46, 0xd1, 0xfd, 0xc4, 0xc3, 0x72, 0xad, 0xab, 0x73, 0xdb, 0xe8, 0x2a, 0x24, + 0x3d, 0xab, 0xef, 0xca, 0x00, 0x0b, 0x62, 0x99, 0x68, 0x53, 0x20, 0xe6, 0x99, 0xa5, 0xdb, 0x8b, + 0xf6, 0x36, 0x32, 0xc0, 0x58, 0xb1, 0x90, 0x37, 0x6d, 0xbd, 0x82, 0xf5, 0x8e, 0x0c, 0x79, 0xf3, + 0x09, 0x64, 0x64, 0x10, 0x53, 0xb4, 0x0a, 0xb1, 0xc7, 0xd6, 0xb3, 0x50, 0x8b, 0x08, 0x20, 0x08, + 0x68, 0x10, 0x9d, 0x0f, 0x68, 0xb0, 0x09, 0x20, 0x19, 0x78, 0xe8, 0x3d, 0xc8, 0x4c, 0x44, 0x8a, + 0x8b, 0xf8, 0xb8, 0x58, 0xa9, 0x01, 0x62, 0x69, 0x07, 0xa0, 0xe2, 0x5a, 0x03, 0x6b, 0xec, 0xdb, + 0xe6, 0x10, 0x95, 0xc2, 0x4f, 0xa2, 0x83, 0x12, 0x95, 0x87, 0xd1, 0xab, 0x52, 0x1e, 0x51, 0x1e, + 0x8f, 0x8c, 0x09, 0x60, 0x07, 0xb2, 0x01, 0x27, 0x0f, 0xdd, 0x83, 0x6c, 0x3f, 0x48, 0xf2, 0x0a, + 0x09, 0xeb, 0x21, 0x40, 0x14, 0x41, 0x6b, 0x15, 0xdc, 0xd2, 0xcf, 0x47, 0x21, 0xc9, 0xa4, 0x8b, + 0x6e, 0x86, 0x6c, 0x58, 0x14, 0x12, 0xfd, 0xa2, 0x2d, 0xd8, 0x8c, 0xbc, 0x39, 0xc1, 0x0d, 0xd9, + 0x57, 0xc3, 0x24, 0xf2, 0x06, 0x05, 0x0e, 0x30, 0xd1, 0x9b, 0x6a, 0x08, 0xb0, 0xc0, 0xdd, 0xe7, + 0x24, 0x34, 0x98, 0x80, 0x88, 0x7c, 0xf1, 0x15, 0xc8, 0x48, 0x16, 0x27, 0xa8, 0xa1, 0xc6, 0x7a, + 0x93, 0x09, 0x88, 0x7c, 0x16, 0x2f, 0x88, 0x98, 0x21, 0xc2, 0xb2, 0x23, 0x44, 0xdc, 0xb2, 0x2b, + 0xbd, 0xbb, 0x48, 0x77, 0xf2, 0x90, 0xc1, 0xfa, 0x96, 0x8e, 0xf5, 0x46, 0x45, 0x67, 0xcf, 0x79, + 0x99, 0x2a, 0x09, 0xf5, 0xd9, 0x83, 0x0c, 0x36, 0x7d, 0x8b, 0xdd, 0x36, 0x3f, 0x0f, 0xb1, 0x2f, + 0x26, 0x7c, 0x38, 0x32, 0x7b, 0xf9, 0xd3, 0x56, 0x1b, 0x13, 0x58, 0xb8, 0x4f, 0xa3, 0x8b, 0xfb, + 0xb4, 0x08, 0xe9, 0xbe, 0x39, 0x31, 0xfb, 0x22, 0xee, 0x6b, 0x1c, 0xcb, 0x74, 0xe9, 0x5f, 0x45, + 0x00, 0x64, 0x41, 0x1e, 0xda, 0x80, 0x24, 0x7f, 0xa9, 0x1b, 0xd6, 0x31, 0x89, 0x22, 0xe2, 0x25, + 0xf1, 0xd7, 0xbb, 0x0f, 0xe0, 0x9c, 0xb9, 0xbf, 0xef, 0x5a, 0xfb, 0xc4, 0xf9, 0x1a, 0xb0, 0xc7, + 0xae, 0x3d, 0x52, 0x57, 0x76, 0x8f, 0xff, 0xd5, 0xa3, 0xe7, 0xeb, 0x2b, 0x65, 0x81, 0xc0, 0x1f, + 0xc3, 0x92, 0xba, 0xaf, 0x98, 0xb3, 0xc0, 0x89, 0x87, 0xbe, 0x0a, 0xc5, 0x79, 0x66, 0x33, 0x35, + 0x2f, 0xcc, 0x12, 0x56, 0x44, 0x4b, 0x7e, 0x21, 0x06, 0x09, 0x63, 0x44, 0x0c, 0xe6, 0xab, 0x0b, + 0x03, 0xb7, 0xd0, 0x3c, 0xd5, 0x2d, 0xba, 0x0a, 0x71, 0x73, 0x32, 0xe9, 0x73, 0x55, 0x0a, 0xa3, + 0x95, 0x27, 0x93, 0x3e, 0xa6, 0xd9, 0xe8, 0x06, 0x24, 0x07, 0x4e, 0xff, 0xb1, 0x35, 0x1b, 0xdd, + 0x82, 0x21, 0x56, 0x69, 0x16, 0xe6, 0x28, 0xe8, 0x22, 0x24, 0xe9, 0x91, 0x3e, 0xf3, 0xef, 0x45, + 0x18, 0x37, 0x0e, 0x2b, 0xf6, 0x20, 0x4e, 0x18, 0x9f, 0xa0, 0x5a, 0xab, 0xfc, 0xb6, 0x56, 0x10, + 0x2b, 0x58, 0xec, 0x55, 0x0a, 0x6b, 0x36, 0x76, 0x82, 0x35, 0x5b, 0xfc, 0x56, 0x04, 0x92, 0xac, + 0x46, 0x27, 0x94, 0x71, 0x17, 0x20, 0x18, 0x8f, 0x33, 0xad, 0x57, 0x86, 0x6e, 0xb4, 0x10, 0xc1, + 0x0a, 0x22, 0xa9, 0x42, 0xdf, 0x19, 0xef, 0xd9, 0xfb, 0x33, 0x55, 0x10, 0x33, 0x25, 0xcb, 0x2c, + 0x95, 0xb8, 0xb6, 0xa7, 0x21, 0x5e, 0x6e, 0xb5, 0x2a, 0x6c, 0x6e, 0xac, 0x36, 0x2b, 0x0f, 0x74, + 0x2c, 0x95, 0xfb, 0x57, 0x92, 0x90, 0x64, 0xb1, 0x06, 0xd0, 0x0d, 0x58, 0x0a, 0xec, 0x6f, 0xfa, + 0x40, 0x5f, 0xad, 0x70, 0x5e, 0xe6, 0xd1, 0x47, 0xf4, 0x17, 0x20, 0x73, 0xe0, 0x78, 0x7e, 0x4f, + 0x89, 0xa2, 0x48, 0x0f, 0xde, 0x68, 0xe6, 0x35, 0x1e, 0x10, 0x39, 0x46, 0x7b, 0x1d, 0x85, 0x42, + 0x1a, 0xa8, 0xb1, 0x90, 0x4b, 0x90, 0xb0, 0x47, 0xc2, 0xcd, 0xca, 0xde, 0xc9, 0xa9, 0xdd, 0x89, + 0x59, 0x16, 0xba, 0x29, 0xdd, 0x97, 0x44, 0xc8, 0x6b, 0xe7, 0xdc, 0x66, 0xc2, 0x1d, 0xfc, 0xdb, + 0xb8, 0x34, 0xc5, 0xdf, 0x0d, 0xcd, 0x68, 0xe7, 0x17, 0x91, 0xcd, 0x4f, 0x6c, 0x5b, 0x90, 0x67, + 0xea, 0xd3, 0x0b, 0x45, 0x65, 0x78, 0x6d, 0x21, 0x35, 0xeb, 0x5e, 0x1e, 0xa9, 0x21, 0x37, 0x50, + 0x52, 0xa8, 0x02, 0x39, 0xcf, 0x1c, 0x0f, 0x76, 0x9d, 0xa7, 0x3d, 0x19, 0x67, 0x3b, 0x38, 0x35, + 0x0a, 0xb3, 0x69, 0x33, 0x44, 0x1a, 0xe6, 0x20, 0xeb, 0x05, 0x89, 0x17, 0x5c, 0x10, 0x8b, 0xdf, + 0x84, 0x9c, 0x5a, 0x13, 0xb2, 0x6e, 0x0c, 0x5c, 0xfb, 0x90, 0x2e, 0x4e, 0x74, 0xdd, 0x60, 0xa9, + 0x13, 0xc2, 0x3c, 0x7f, 0x00, 0x4b, 0x0c, 0xa7, 0xe7, 0x4c, 0xd8, 0x2d, 0xab, 0x58, 0x48, 0x15, + 0x83, 0xc5, 0x0f, 0xe7, 0x19, 0x62, 0x93, 0xe1, 0x15, 0xff, 0x5a, 0x04, 0xb2, 0x4a, 0xfd, 0xd1, + 0x27, 0x21, 0xa1, 0x5f, 0x3d, 0xad, 0xbd, 0xf3, 0x1d, 0x50, 0x90, 0xb1, 0x21, 0x94, 0x4a, 0x12, + 0x48, 0xe9, 0xd6, 0x31, 0x51, 0x18, 0xda, 0x7a, 0x6d, 0x8b, 0xa9, 0x76, 0xab, 0x8c, 0xf5, 0x46, + 0xb0, 0xec, 0x7f, 0x7d, 0x11, 0xc1, 0x19, 0xc8, 0xb3, 0x11, 0xd0, 0x7b, 0xd8, 0xac, 0x75, 0xeb, + 0x3a, 0x3b, 0x0b, 0x69, 0x97, 0x1b, 0xd5, 0xcd, 0xe6, 0x67, 0x3d, 0x1a, 0xd1, 0x21, 0xaa, 0x98, + 0x10, 0x22, 0x84, 0xd6, 0x6a, 0x10, 0x76, 0x1b, 0x3f, 0xd2, 0x22, 0xf4, 0xb7, 0xa9, 0x45, 0x4b, + 0x7f, 0x25, 0x0e, 0xd9, 0x86, 0xe5, 0xcb, 0x20, 0xdb, 0xab, 0x90, 0xa4, 0xe7, 0x54, 0xec, 0xd2, + 0x66, 0x06, 0xf3, 0xd4, 0x0b, 0x5e, 0xcd, 0x44, 0x1d, 0xc8, 0xd9, 0x93, 0x1e, 0x8f, 0xca, 0x26, + 0x0f, 0xad, 0x2f, 0x72, 0x64, 0xa5, 0xa0, 0x0d, 0xa3, 0x25, 0x22, 0xbb, 0xcb, 0xed, 0x4e, 0x09, + 0xb2, 0x3c, 0x9c, 0xb5, 0x27, 0x32, 0x21, 0x43, 0x2c, 0x26, 0x95, 0x10, 0x8b, 0x06, 0xe4, 0x27, + 0x8e, 0xeb, 0xd3, 0xd7, 0x3b, 0xf6, 0x78, 0x5f, 0x6c, 0x2f, 0xae, 0x2d, 0x28, 0xaa, 0xe5, 0xb8, + 0x7e, 0x9d, 0xa1, 0x89, 0x5b, 0xbf, 0x93, 0x00, 0xe4, 0x15, 0x9f, 0x42, 0x46, 0x16, 0x8d, 0x3e, + 0x82, 0x34, 0xfd, 0x3b, 0x83, 0xbe, 0x33, 0x9c, 0x39, 0xd7, 0x0d, 0xb1, 0xe4, 0x28, 0xf7, 0xe3, + 0x46, 0xeb, 0xf0, 0x3d, 0x2c, 0x49, 0xe8, 0xc5, 0x15, 0x29, 0x00, 0x3e, 0xf9, 0xb2, 0x8b, 0x2b, + 0xa2, 0x04, 0x9c, 0x91, 0x4d, 0x2b, 0x3e, 0x83, 0xac, 0x52, 0x39, 0xf4, 0x9a, 0x98, 0x93, 0x66, + 0x23, 0xb0, 0xb2, 0x99, 0xc9, 0x71, 0xfd, 0x99, 0x39, 0x8e, 0xe0, 0x45, 0x15, 0x3c, 0x65, 0x8e, + 0x23, 0xc8, 0x45, 0xa5, 0x2d, 0x2c, 0xec, 0x8c, 0x4c, 0x97, 0xd6, 0x20, 0x2d, 0x1a, 0x41, 0x94, + 0x90, 0x34, 0x83, 0x85, 0x70, 0x35, 0x5a, 0x87, 0xef, 0x6b, 0xd1, 0xd2, 0x51, 0x02, 0x96, 0x82, + 0x88, 0x6f, 0x54, 0x37, 0xaa, 0x33, 0xb1, 0xc4, 0xc9, 0xb2, 0x1e, 0x18, 0xc9, 0x61, 0x64, 0x25, + 0x19, 0x0e, 0x23, 0x5e, 0xfa, 0xe9, 0x44, 0x28, 0xea, 0xdc, 0xcc, 0x09, 0x5f, 0xa2, 0xb2, 0x43, + 0x3e, 0xbf, 0x97, 0x42, 0x67, 0x20, 0x57, 0x2d, 0x57, 0x7a, 0xcd, 0x87, 0x3a, 0xc6, 0x46, 0x55, + 0xd7, 0x7e, 0x2b, 0x85, 0xce, 0xc2, 0x32, 0x01, 0x61, 0xbd, 0x5c, 0xed, 0xb5, 0xf5, 0x32, 0xae, + 0xec, 0x68, 0xff, 0x29, 0x85, 0xb2, 0x90, 0xdc, 0x6a, 0x3e, 0x6a, 0xe8, 0x58, 0xfb, 0xcf, 0x2c, + 0xd1, 0xd6, 0x3b, 0x46, 0x55, 0xfb, 0xed, 0x14, 0xca, 0x40, 0x9c, 0x38, 0x64, 0xda, 0x7f, 0xa1, + 0xf0, 0xb6, 0xde, 0xd9, 0x36, 0xaa, 0xda, 0x7f, 0x15, 0x89, 0xae, 0x51, 0xd5, 0x7e, 0x27, 0x85, + 0x72, 0x90, 0x6a, 0xeb, 0x9d, 0x56, 0xa5, 0xdc, 0xd2, 0xbe, 0x4f, 0x8b, 0xa8, 0x19, 0x8d, 0xee, + 0x67, 0x3d, 0xa3, 0x5e, 0xef, 0x76, 0xca, 0x9b, 0x35, 0x5d, 0xfb, 0x6f, 0x29, 0x74, 0x0e, 0xb4, + 0x86, 0xde, 0xe9, 0x6d, 0x1a, 0x0d, 0x52, 0x30, 0x7e, 0x68, 0x54, 0x74, 0xed, 0x77, 0x53, 0x08, + 0x41, 0x9e, 0x82, 0x71, 0xb3, 0x5c, 0xad, 0x94, 0xdb, 0x1d, 0xed, 0xbf, 0xa7, 0xd0, 0x12, 0x64, + 0x08, 0xac, 0x5c, 0xad, 0x1b, 0x0d, 0xed, 0xf7, 0x28, 0x7b, 0x92, 0xc6, 0xe5, 0x47, 0xda, 0xff, + 0x48, 0xa1, 0x3c, 0xa4, 0x8d, 0x56, 0xa5, 0x57, 0x6b, 0x56, 0x1e, 0x68, 0xff, 0x93, 0x22, 0x93, + 0x24, 0xab, 0xfd, 0x0f, 0x52, 0x68, 0x19, 0xa0, 0xfd, 0x79, 0xbb, 0x57, 0x6f, 0x56, 0xbb, 0x35, + 0x5d, 0xfb, 0x7d, 0x8a, 0x40, 0x00, 0xb8, 0xfc, 0xc8, 0x68, 0x6a, 0xff, 0x4b, 0x22, 0x54, 0x76, + 0x70, 0xb3, 0xd9, 0xd1, 0xfe, 0xb7, 0x04, 0xb4, 0x3a, 0xb8, 0x5c, 0xd1, 0xb5, 0xff, 0x23, 0x29, + 0x5a, 0xe5, 0x4a, 0xa5, 0xa3, 0xfd, 0x81, 0x4c, 0xb3, 0xfa, 0xfc, 0x5f, 0x5a, 0x03, 0x92, 0xde, + 0x24, 0xf4, 0x7f, 0x28, 0x93, 0x0d, 0xd2, 0xa2, 0x3f, 0xa2, 0x42, 0xa7, 0xe5, 0x71, 0xc7, 0x5a, + 0xfb, 0x56, 0x5a, 0x60, 0x74, 0x8c, 0xba, 0xae, 0xfd, 0xc9, 0x34, 0x5a, 0x81, 0x25, 0x9a, 0xec, + 0x7c, 0xde, 0xab, 0x34, 0x1b, 0x5b, 0xc6, 0xb6, 0xf6, 0xa7, 0xd2, 0xa4, 0xdf, 0xea, 0x0f, 0x1a, + 0xcd, 0xaa, 0xf6, 0xa7, 0xe9, 0x77, 0x4d, 0x2f, 0xb7, 0x75, 0xed, 0x27, 0xd2, 0x48, 0x83, 0x6c, + 0xb9, 0x5b, 0x35, 0x3a, 0xbd, 0x47, 0xd8, 0xe8, 0xe8, 0xda, 0x4f, 0xa6, 0x89, 0xc8, 0x18, 0xa4, + 0xd2, 0x6c, 0x74, 0x70, 0xb3, 0xa6, 0xfd, 0x99, 0x34, 0xef, 0x81, 0x2d, 0xd2, 0x03, 0x7f, 0x36, + 0x4d, 0xaa, 0x50, 0x57, 0xfb, 0xfd, 0xa7, 0xd2, 0xa4, 0x0d, 0x04, 0xc4, 0xda, 0xf0, 0xd3, 0x69, + 0xda, 0x7f, 0x9f, 0xb7, 0x6b, 0xcd, 0x6d, 0xed, 0xcf, 0xa5, 0x89, 0x04, 0x1e, 0x95, 0x1f, 0xe8, + 0xbd, 0x72, 0xad, 0x8c, 0xeb, 0xda, 0x9f, 0xa7, 0x45, 0x6c, 0x12, 0x01, 0xf7, 0xda, 0xdd, 0x76, + 0x4b, 0x6f, 0x54, 0xb5, 0x9f, 0xa1, 0x48, 0xac, 0x58, 0xa2, 0x3b, 0xda, 0xcf, 0x8a, 0xe8, 0xeb, + 0xbf, 0x14, 0x85, 0x4c, 0xcd, 0x1e, 0x4f, 0x9f, 0x52, 0xfd, 0xde, 0x84, 0x65, 0xa9, 0xa9, 0xcf, + 0xc4, 0xfb, 0x81, 0x50, 0x8c, 0xf4, 0x90, 0x8a, 0x53, 0xab, 0x66, 0xa9, 0x1f, 0x1e, 0x23, 0x5f, + 0x87, 0x73, 0xbb, 0xce, 0x74, 0x3c, 0xb0, 0xc7, 0xfb, 0xbd, 0xd0, 0x60, 0x89, 0x9e, 0xc0, 0x09, + 0x9f, 0x15, 0x34, 0x15, 0x35, 0xe0, 0x7e, 0x0d, 0x56, 0xad, 0xbd, 0x3d, 0x8b, 0x3f, 0xb9, 0x52, + 0x99, 0xc5, 0x4e, 0x62, 0x76, 0x4e, 0x12, 0x85, 0xb8, 0xe9, 0xb0, 0x42, 0x03, 0x7d, 0xf5, 0x26, + 0xf6, 0xa0, 0x47, 0xa6, 0x50, 0x6f, 0x62, 0xf6, 0x79, 0x10, 0x60, 0x76, 0xfd, 0x91, 0x06, 0xfa, + 0x69, 0x19, 0xd5, 0x86, 0xc8, 0xc4, 0x67, 0x28, 0x45, 0xcb, 0x1e, 0x48, 0x50, 0xe9, 0x3b, 0x31, + 0x00, 0x4c, 0xcd, 0x77, 0x1e, 0x84, 0x39, 0xe5, 0x86, 0xac, 0x7c, 0x19, 0x19, 0x4d, 0xe2, 0xf0, + 0x4f, 0x71, 0xc4, 0xcf, 0xd1, 0x8b, 0x3f, 0x15, 0x83, 0x24, 0xcb, 0x41, 0x5f, 0x09, 0x2d, 0xba, + 0x97, 0x8e, 0xe3, 0x30, 0xbf, 0xd8, 0x22, 0x88, 0x1f, 0x98, 0xee, 0x80, 0xc7, 0x14, 0xa2, 0xdf, + 0x04, 0xe6, 0x39, 0x7b, 0x3e, 0xb7, 0xf1, 0xe9, 0x77, 0xe9, 0x6f, 0x46, 0x8f, 0x09, 0x34, 0x8b, + 0x6b, 0xf5, 0x4e, 0xaf, 0xdc, 0xd6, 0x22, 0xd4, 0x89, 0x22, 0x89, 0x4a, 0x13, 0xeb, 0x5a, 0x14, + 0xe5, 0x20, 0xcd, 0x92, 0xad, 0xae, 0x16, 0x93, 0x99, 0xd5, 0x72, 0xa7, 0xac, 0xc5, 0xd1, 0x12, + 0x11, 0x41, 0xbd, 0xd3, 0xdb, 0x6a, 0x1b, 0xdf, 0xe0, 0x7f, 0x04, 0x40, 0xd3, 0x44, 0xeb, 0xda, + 0x5a, 0x92, 0x06, 0xfb, 0x27, 0xe9, 0xba, 0x5e, 0xa7, 0x23, 0x9d, 0x8c, 0xab, 0x3c, 0x83, 0xb4, + 0xb7, 0x3f, 0xed, 0xea, 0x5d, 0x5d, 0x4b, 0x4b, 0x9e, 0x74, 0xe8, 0x65, 0xd0, 0x32, 0x64, 0x59, + 0xb2, 0xb9, 0x65, 0xd4, 0x74, 0x0d, 0x24, 0xd3, 0x46, 0x0b, 0x37, 0x2b, 0x5a, 0x56, 0xd6, 0x08, + 0xb7, 0xdb, 0x5a, 0x4e, 0xa2, 0xe3, 0x4e, 0x0b, 0x1b, 0x4d, 0x2d, 0xaf, 0x00, 0xe8, 0x48, 0x5d, + 0xa2, 0x7b, 0x7a, 0x04, 0xd0, 0x36, 0xb6, 0xc9, 0x28, 0x30, 0x1a, 0xdb, 0xda, 0xb2, 0x64, 0xda, + 0xee, 0x94, 0x2b, 0x0f, 0x34, 0x8d, 0x0f, 0x83, 0x9f, 0x8d, 0x40, 0xaa, 0xd3, 0xf9, 0x9c, 0x76, + 0xe8, 0x7d, 0xc8, 0x3e, 0xb1, 0xc7, 0x03, 0xe7, 0x49, 0xcf, 0xb3, 0xbf, 0x69, 0xcd, 0xc4, 0xd6, + 0xe4, 0x48, 0x1b, 0x8f, 0x28, 0x46, 0xdb, 0xfe, 0xa6, 0x85, 0xe1, 0x89, 0xfc, 0x2e, 0x6e, 0x01, + 0x04, 0x39, 0xc4, 0x12, 0x72, 0x9d, 0x27, 0x5e, 0x38, 0x94, 0x38, 0x81, 0xa0, 0x35, 0x48, 0xf5, + 0x89, 0x45, 0x35, 0xf6, 0x42, 0xab, 0x97, 0x00, 0x96, 0x9e, 0xa7, 0x21, 0x1f, 0x3a, 0xd4, 0x42, + 0x6f, 0x87, 0xdc, 0xb0, 0xf3, 0x8b, 0x0e, 0xbe, 0x54, 0x77, 0xec, 0xed, 0xe0, 0xbe, 0x09, 0xbb, + 0x4b, 0x18, 0x8e, 0x4a, 0x36, 0x73, 0xdb, 0x04, 0x7d, 0x65, 0xc6, 0x2d, 0x5b, 0x5f, 0xc8, 0x9f, + 0xd9, 0xa8, 0xe2, 0x3a, 0x18, 0x75, 0x8c, 0x8a, 0xa1, 0x2b, 0x7c, 0xe1, 0xb0, 0xb6, 0xef, 0x01, + 0xfb, 0x1b, 0x25, 0x6e, 0xf6, 0xaf, 0x2d, 0xe4, 0x59, 0x27, 0x30, 0x76, 0x7c, 0x4d, 0xb3, 0xd1, + 0x47, 0xf4, 0x6d, 0x2d, 0x3b, 0x23, 0xa6, 0x77, 0x95, 0x52, 0xa1, 0x88, 0x97, 0x8a, 0x0d, 0x22, + 0x4c, 0x99, 0x71, 0x00, 0xf2, 0xd0, 0x2d, 0x80, 0x21, 0x99, 0xcf, 0xd8, 0xec, 0x95, 0x0e, 0x1d, + 0x95, 0xcb, 0x89, 0x0e, 0x67, 0x86, 0x72, 0xce, 0xbb, 0x03, 0x59, 0x36, 0x20, 0x19, 0x45, 0x26, + 0x64, 0x36, 0x07, 0x23, 0x10, 0x03, 0xc3, 0xa2, 0x34, 0xef, 0x43, 0xda, 0x17, 0x13, 0x24, 0x84, + 0x0e, 0x91, 0xb8, 0x7e, 0xb0, 0x43, 0x24, 0x9e, 0xc0, 0x29, 0x9f, 0x4d, 0x4c, 0xc5, 0x5f, 0x8e, + 0x03, 0x04, 0x42, 0x44, 0x45, 0xe1, 0x3c, 0x85, 0x22, 0x70, 0x32, 0xa7, 0x69, 0x1b, 0x52, 0xbc, + 0x5d, 0xfc, 0x4f, 0x69, 0xde, 0x38, 0xa5, 0x4b, 0x84, 0x64, 0xee, 0xc7, 0x77, 0x9a, 0xed, 0x0e, + 0x16, 0xd4, 0xe8, 0xe1, 0xac, 0x99, 0xc8, 0xde, 0x22, 0xdd, 0x38, 0x8d, 0xdd, 0x29, 0x36, 0x23, + 0xba, 0x0a, 0x30, 0x71, 0xed, 0x43, 0x7b, 0x68, 0xed, 0x4b, 0x07, 0x5d, 0xfc, 0xfd, 0x4b, 0x90, + 0x81, 0xde, 0x07, 0x90, 0x3b, 0x68, 0xb3, 0x71, 0x80, 0x67, 0xf7, 0xda, 0x14, 0x4c, 0x74, 0x1d, + 0xb4, 0x3d, 0xc7, 0xed, 0x5b, 0xbd, 0xc9, 0x74, 0x38, 0xec, 0x31, 0x31, 0xd1, 0x60, 0xf2, 0x78, + 0x89, 0xc2, 0x5b, 0xd3, 0xe1, 0x90, 0x6d, 0x50, 0xbc, 0x01, 0x79, 0xa6, 0xc6, 0x3d, 0xee, 0x33, + 0xa5, 0x64, 0xc4, 0xf1, 0x1c, 0xcb, 0xa8, 0x52, 0xf8, 0xff, 0x4f, 0x5b, 0xf3, 0x1e, 0xa4, 0x78, + 0xf7, 0xd0, 0xff, 0x08, 0x68, 0xb6, 0x79, 0x64, 0xef, 0x4d, 0x6c, 0x54, 0xb7, 0x75, 0x16, 0x47, + 0xb5, 0xd1, 0x6c, 0xe8, 0x5a, 0x8c, 0x7c, 0x75, 0xdb, 0x3a, 0xd6, 0xe2, 0x3c, 0x66, 0xe1, 0x2d, + 0xc8, 0xc8, 0x31, 0x12, 0xb8, 0xdb, 0x91, 0x63, 0xdd, 0xed, 0xd2, 0xeb, 0x41, 0xec, 0x56, 0xbe, + 0x53, 0xc0, 0x02, 0xdc, 0xe9, 0xed, 0x66, 0x5b, 0x7a, 0x56, 0xdf, 0x8a, 0xc2, 0xf2, 0xcc, 0x59, + 0xdc, 0xfc, 0xc8, 0x8b, 0xbc, 0xd4, 0xc8, 0xbb, 0x03, 0xd9, 0x3e, 0xf5, 0x95, 0xd8, 0xb8, 0x98, + 0xd9, 0x0a, 0x91, 0x6f, 0x2a, 0x31, 0xf4, 0xe5, 0x37, 0xba, 0xa3, 0x5c, 0xd5, 0x9d, 0xf0, 0xff, + 0x29, 0xca, 0xb3, 0xc0, 0x0f, 0xe2, 0x94, 0xb4, 0x65, 0x54, 0x83, 0x3b, 0xb9, 0x2d, 0x9b, 0x86, + 0xad, 0x9f, 0x79, 0x32, 0x78, 0xcc, 0xff, 0x8e, 0x31, 0x3e, 0xc7, 0x3d, 0x17, 0x2c, 0xfd, 0x62, + 0x16, 0x20, 0xa8, 0x16, 0xfa, 0x88, 0x0e, 0xb8, 0x5e, 0x7f, 0x28, 0x82, 0xaa, 0x14, 0xe6, 0x9f, + 0x83, 0x36, 0x2c, 0xbf, 0x32, 0xf4, 0x36, 0xe1, 0xe8, 0xf9, 0x7a, 0x92, 0x7c, 0xd7, 0xda, 0x38, + 0x39, 0xa6, 0xb0, 0xe2, 0xdf, 0x07, 0x48, 0xd0, 0xd7, 0xa2, 0xc5, 0x96, 0xd8, 0xbe, 0x7c, 0x07, + 0xa2, 0xce, 0x84, 0x2f, 0xe9, 0xaf, 0x1d, 0xf7, 0xb6, 0x54, 0x5e, 0xe2, 0xc4, 0x51, 0x67, 0x12, + 0xde, 0x93, 0x8f, 0x8b, 0x9d, 0xd4, 0xdf, 0x8b, 0x43, 0xac, 0xb2, 0xf5, 0x69, 0xf1, 0xb7, 0xe3, + 0x00, 0xca, 0x93, 0xbf, 0x9b, 0x90, 0x1c, 0x58, 0x87, 0xb6, 0x0c, 0x78, 0x22, 0x6f, 0x50, 0x50, + 0xe0, 0x46, 0x63, 0x3a, 0xda, 0xa5, 0x9b, 0x69, 0x34, 0x89, 0x0a, 0x90, 0xf2, 0xac, 0xbe, 0x2f, + 0xe2, 0x99, 0xc5, 0xb1, 0x48, 0x12, 0x7b, 0x81, 0x1e, 0xb3, 0x72, 0x7b, 0x81, 0x7c, 0x23, 0x0c, + 0x59, 0xdb, 0xe9, 0x79, 0x96, 0x4b, 0x68, 0x07, 0xfc, 0x42, 0xd8, 0xa5, 0xe3, 0x1a, 0x41, 0xdb, + 0x1b, 0xfc, 0xcd, 0x81, 0xd1, 0x6c, 0x73, 0x42, 0x0c, 0xb6, 0x23, 0xbe, 0x51, 0x0f, 0xb4, 0x80, + 0xa7, 0x8c, 0xf4, 0xf1, 0x02, 0x8c, 0x57, 0x39, 0xe3, 0x25, 0xc9, 0x98, 0xc5, 0x03, 0x59, 0x92, + 0xcc, 0xc5, 0xf3, 0xe3, 0x65, 0xa5, 0x00, 0xda, 0xa6, 0xe4, 0x8b, 0xf0, 0x3f, 0xc7, 0xf9, 0xe7, + 0x25, 0xff, 0x8e, 0x3d, 0xb2, 0x70, 0x5e, 0xb2, 0xa7, 0xa7, 0xcb, 0x6d, 0xc8, 0xd9, 0x0e, 0x7b, + 0xa0, 0x4f, 0x59, 0xa7, 0x5e, 0x52, 0x26, 0x8f, 0x4c, 0x9b, 0xc6, 0xc6, 0x22, 0x32, 0x11, 0xdf, + 0xa8, 0x06, 0x19, 0xdb, 0xe9, 0x8d, 0x2c, 0x77, 0x9f, 0x86, 0x16, 0x79, 0x01, 0x8e, 0x1a, 0xe7, + 0x98, 0x36, 0x9a, 0x75, 0x4a, 0x86, 0xd3, 0xb6, 0xc3, 0xbe, 0x38, 0x37, 0x1a, 0x73, 0x71, 0x50, + 0xc8, 0xbc, 0x24, 0xb7, 0x4f, 0x29, 0x19, 0xe1, 0xc6, 0xbe, 0x8a, 0x7f, 0x18, 0x01, 0xe0, 0xf1, + 0x47, 0xec, 0xf1, 0x7e, 0xf1, 0x77, 0x22, 0x3f, 0x84, 0xf6, 0xcd, 0xe8, 0x53, 0xf4, 0x47, 0xa5, + 0x4f, 0xb1, 0x3f, 0x46, 0x7d, 0x2a, 0xfe, 0x64, 0x34, 0xd4, 0x62, 0x1d, 0x62, 0xfd, 0xbd, 0x2f, + 0xf8, 0xac, 0x78, 0xed, 0xb8, 0x22, 0x2a, 0x5b, 0x9f, 0x6e, 0xa8, 0x51, 0x98, 0x78, 0x59, 0x64, + 0x00, 0x63, 0x42, 0x8f, 0x4c, 0xc8, 0xf7, 0xf7, 0xbe, 0xe8, 0xb9, 0x56, 0x7f, 0xea, 0x7a, 0xf6, + 0xa1, 0xc5, 0x85, 0xf1, 0xa2, 0x0c, 0xcf, 0x72, 0x86, 0x39, 0xc2, 0x50, 0xf0, 0xc0, 0xb9, 0xfe, + 0xde, 0x17, 0x32, 0x85, 0xea, 0x00, 0xbe, 0xec, 0x38, 0x2e, 0x93, 0xb7, 0x8f, 0xe3, 0x1f, 0x74, + 0xb1, 0xfa, 0xd0, 0x5d, 0x61, 0x50, 0x6a, 0xab, 0x57, 0xfe, 0x67, 0x0f, 0xed, 0x3a, 0xcd, 0x4e, + 0xb9, 0xc6, 0x36, 0x4e, 0xa8, 0x6b, 0x19, 0x25, 0x40, 0xe6, 0xed, 0xd2, 0xc5, 0xac, 0xfd, 0x79, + 0xa3, 0xa2, 0xc5, 0x09, 0xb0, 0x4c, 0x3f, 0x13, 0x72, 0x5d, 0x4b, 0xb2, 0xe9, 0x14, 0x5d, 0x85, + 0x54, 0x7f, 0x68, 0x7a, 0x1e, 0x7f, 0x30, 0x93, 0x67, 0xc6, 0x53, 0x85, 0x80, 0x8c, 0x2a, 0x16, + 0x79, 0xa5, 0xf7, 0x20, 0xc9, 0xf6, 0xda, 0xd0, 0x5b, 0x72, 0x2b, 0x8e, 0xf5, 0x45, 0x4e, 0xdd, + 0x8a, 0x93, 0x67, 0x2a, 0xec, 0xa9, 0xf4, 0x5d, 0x48, 0x50, 0xf0, 0xb1, 0xa7, 0x86, 0x0b, 0x8f, + 0x41, 0x4b, 0xbf, 0x12, 0x81, 0x38, 0x5d, 0xd5, 0x2f, 0x42, 0x72, 0x4c, 0x55, 0x39, 0x64, 0x22, + 0x70, 0x98, 0xdc, 0x97, 0x8b, 0x86, 0xfe, 0xfa, 0xe4, 0x58, 0x3b, 0x00, 0x7d, 0x02, 0x70, 0x68, + 0x7b, 0x36, 0xbf, 0x76, 0xcc, 0x82, 0x1e, 0xaf, 0x2f, 0xba, 0xf8, 0xb6, 0xf1, 0x50, 0xa2, 0x61, + 0x85, 0x44, 0xd9, 0x85, 0x4c, 0x9c, 0xf4, 0x40, 0xfc, 0x36, 0x24, 0x58, 0x38, 0xb4, 0x37, 0x20, + 0x31, 0xa1, 0x61, 0xd2, 0x98, 0xa4, 0xb2, 0xc2, 0xf2, 0x72, 0x5c, 0xe1, 0x8e, 0xb2, 0xfc, 0xd2, + 0xaf, 0x46, 0x21, 0x1f, 0xaa, 0x01, 0xd2, 0x43, 0x75, 0x65, 0x7e, 0xc7, 0x69, 0x75, 0x15, 0x86, + 0x9c, 0x52, 0xe3, 0x45, 0x22, 0xba, 0x1c, 0xfe, 0xfb, 0x21, 0x26, 0xa5, 0xd0, 0x5f, 0x0d, 0x15, + 0x21, 0x2d, 0x5e, 0xa8, 0x08, 0xbf, 0x42, 0xa4, 0xd5, 0xbf, 0xcb, 0x48, 0x84, 0xff, 0x2e, 0xa3, + 0x24, 0x5a, 0x9b, 0x0c, 0x99, 0x47, 0x54, 0x14, 0xbc, 0xa1, 0x8a, 0x04, 0x53, 0x27, 0x49, 0xf0, + 0x7d, 0x80, 0xa0, 0x59, 0xc4, 0x55, 0x95, 0x57, 0x3f, 0xf8, 0x9f, 0x3e, 0xd5, 0xba, 0xf4, 0x76, + 0x10, 0xfd, 0xff, 0x46, 0xfd, 0xb3, 0x8e, 0x8e, 0x1b, 0xe5, 0x9a, 0x16, 0x2d, 0x7d, 0x0c, 0xf0, + 0xc8, 0xb2, 0xf7, 0x0f, 0x7c, 0x1e, 0x37, 0x3b, 0xf9, 0x84, 0xa6, 0x42, 0x4f, 0xf2, 0x39, 0x4c, + 0x06, 0xc4, 0x8e, 0x06, 0x01, 0xb1, 0x4b, 0xff, 0x31, 0x02, 0xd9, 0x87, 0xac, 0x39, 0x94, 0xc3, + 0x5a, 0xd0, 0x58, 0x55, 0x75, 0x65, 0x93, 0xe9, 0xc3, 0x73, 0x7b, 0x38, 0xe8, 0x0d, 0xd8, 0x55, + 0x39, 0x1a, 0xf3, 0x99, 0x42, 0xaa, 0xa6, 0x6f, 0x05, 0xd9, 0x72, 0x85, 0x8f, 0xf0, 0x6c, 0xba, + 0xfc, 0xc8, 0x6c, 0x7a, 0x4b, 0x32, 0xae, 0x50, 0x77, 0x3d, 0xcb, 0x45, 0xaf, 0x43, 0x6a, 0xdf, + 0xf6, 0x7b, 0xde, 0x81, 0xc9, 0x24, 0xcd, 0x2c, 0x9f, 0x6d, 0xdb, 0x6f, 0xef, 0x94, 0x71, 0x72, + 0xdf, 0xf6, 0xdb, 0x07, 0x26, 0xe1, 0x41, 0x90, 0xd8, 0x23, 0x40, 0xbe, 0x43, 0x9d, 0xd9, 0xb7, + 0xfd, 0x4d, 0x0a, 0x40, 0xaf, 0x32, 0x1e, 0xbe, 0xb9, 0xcf, 0xff, 0xe3, 0x91, 0xd0, 0x75, 0xcc, + 0xfd, 0xd2, 0xfb, 0x10, 0xdf, 0x1a, 0x9a, 0xfb, 0x2f, 0x7b, 0x43, 0xa1, 0xf4, 0x8b, 0x11, 0x88, + 0x63, 0xe7, 0xc4, 0xab, 0x0d, 0x81, 0xd8, 0xa3, 0x0b, 0xc4, 0xfe, 0x01, 0x80, 0xbc, 0x4a, 0x2c, + 0x56, 0x8c, 0x45, 0xb7, 0x90, 0xb9, 0x2e, 0x07, 0xb8, 0x5f, 0xea, 0x92, 0x7c, 0xe9, 0x03, 0x48, + 0xd6, 0x2d, 0xdf, 0xb5, 0xfb, 0x2f, 0xda, 0xd2, 0x88, 0x68, 0xe9, 0x3f, 0x8f, 0x40, 0x7a, 0xcb, + 0x1e, 0xca, 0xbf, 0xb5, 0x99, 0x3b, 0xd1, 0x63, 0x21, 0xb5, 0xcf, 0x42, 0x62, 0x3c, 0xb4, 0xc7, + 0xcc, 0x51, 0x4c, 0x60, 0x96, 0xa0, 0xbb, 0x40, 0xf6, 0x37, 0xa5, 0x55, 0x47, 0xbe, 0xd1, 0x55, + 0x48, 0x8c, 0xa8, 0x22, 0xc4, 0x17, 0xdf, 0xa8, 0x63, 0xb9, 0x84, 0x94, 0x1e, 0xfe, 0xd1, 0xbf, + 0x9f, 0xe3, 0x07, 0x7d, 0xe7, 0x21, 0x36, 0xe5, 0x7f, 0xcc, 0xc2, 0xff, 0xda, 0xa6, 0x6b, 0x54, + 0x31, 0x81, 0x91, 0xac, 0x7d, 0x7e, 0xe9, 0x91, 0x67, 0x6d, 0x93, 0xac, 0x7d, 0x7b, 0x50, 0xfa, + 0xeb, 0x11, 0x48, 0x32, 0x83, 0x40, 0xfe, 0x5f, 0x5b, 0x24, 0xf4, 0x7f, 0xb5, 0x62, 0x72, 0x8d, + 0x9e, 0x64, 0x43, 0x30, 0x9c, 0x62, 0x03, 0x92, 0x0c, 0x12, 0x44, 0x28, 0x50, 0xa6, 0x66, 0x11, + 0xa1, 0x40, 0x41, 0xa1, 0x71, 0x0e, 0x64, 0x01, 0x51, 0x19, 0xe7, 0x80, 0xa1, 0x10, 0xf1, 0xe6, + 0x58, 0x49, 0xe5, 0x7e, 0xdf, 0xf2, 0x3c, 0x7a, 0x38, 0x2d, 0x4c, 0x1a, 0xf5, 0xa2, 0x2a, 0x43, + 0x12, 0x5a, 0xc4, 0x2d, 0x9a, 0x0f, 0x20, 0x69, 0x52, 0x32, 0x7e, 0x09, 0xbe, 0x18, 0x42, 0x66, + 0x1c, 0x37, 0xd8, 0x8f, 0xa0, 0x64, 0xf8, 0xc5, 0x1d, 0x48, 0xf2, 0x02, 0xc9, 0x04, 0x60, 0x99, + 0xe2, 0x0a, 0x2d, 0xfd, 0x26, 0xbd, 0xf9, 0xc4, 0xb5, 0x7d, 0xf1, 0xbf, 0x66, 0x2c, 0x41, 0xa0, + 0xa3, 0xc7, 0x63, 0x87, 0x79, 0x48, 0x69, 0xcc, 0x12, 0xa5, 0x2e, 0x2c, 0xb3, 0xe2, 0x1e, 0x1d, + 0xd8, 0xbe, 0x35, 0xb4, 0x3d, 0x1f, 0x6d, 0xb2, 0x37, 0x81, 0x4f, 0xac, 0x41, 0x8f, 0x55, 0x54, + 0x4c, 0xfd, 0x2b, 0x0b, 0xea, 0x27, 0xde, 0xb6, 0x70, 0x0a, 0x96, 0xe5, 0xbd, 0xf5, 0x63, 0x90, + 0xe4, 0x2e, 0xe1, 0x2a, 0xa0, 0x2a, 0x36, 0x1e, 0xea, 0xb8, 0xd7, 0x68, 0xd2, 0x3d, 0x33, 0xcc, + 0xae, 0xdb, 0x21, 0x58, 0xe2, 0x70, 0xdc, 0x6d, 0xf0, 0x7f, 0xae, 0x0d, 0x60, 0xe5, 0xcd, 0x26, + 0xc5, 0x8b, 0x29, 0xb0, 0x76, 0xa7, 0xd9, 0x6a, 0xe9, 0x55, 0x2d, 0xfe, 0xd6, 0xcf, 0x44, 0x21, + 0x23, 0x2f, 0xf1, 0x22, 0x0d, 0x72, 0xf4, 0x12, 0x55, 0xbb, 0x53, 0xde, 0x26, 0x7c, 0x92, 0xe8, + 0x0c, 0xe4, 0x05, 0x04, 0x77, 0x08, 0xe8, 0x15, 0x89, 0x24, 0x0a, 0x8b, 0x48, 0x08, 0xff, 0x3f, + 0x53, 0x2d, 0x2d, 0xc9, 0xb6, 0x8c, 0x86, 0xd1, 0xde, 0xa1, 0x57, 0xfe, 0x96, 0x21, 0xcb, 0x40, + 0xec, 0x6e, 0x62, 0x4c, 0x02, 0xd8, 0x25, 0x35, 0xb6, 0x8f, 0x49, 0x01, 0xec, 0xc6, 0x5f, 0x8a, + 0xcc, 0xf3, 0x34, 0x5d, 0x23, 0x1e, 0x7a, 0x42, 0x96, 0x52, 0xc5, 0xac, 0xf2, 0x19, 0x74, 0x16, + 0x34, 0x7e, 0xe7, 0x0b, 0xeb, 0xe5, 0xca, 0x0e, 0x3d, 0x1e, 0x01, 0x49, 0xb6, 0x4d, 0x5c, 0xf8, + 0x2c, 0x3a, 0x0f, 0xe7, 0x64, 0xb2, 0xb7, 0xf9, 0x79, 0xaf, 0xd9, 0xd2, 0x71, 0xb9, 0xd3, 0xc4, + 0x5a, 0x4e, 0x72, 0x94, 0xf7, 0xe7, 0x36, 0x2b, 0xdf, 0xfe, 0xee, 0xda, 0x2b, 0xbf, 0xfe, 0xdd, + 0xb5, 0x57, 0xfe, 0xfd, 0x77, 0xd7, 0x22, 0xdf, 0xff, 0xee, 0x5a, 0xe4, 0xf7, 0xbf, 0xbb, 0x16, + 0xf9, 0xd6, 0xd1, 0x5a, 0xe4, 0x17, 0x8e, 0xd6, 0x22, 0xff, 0xf4, 0x68, 0x2d, 0xf2, 0x2f, 0x8e, + 0xd6, 0x22, 0xbf, 0x76, 0xb4, 0x16, 0xf9, 0xf6, 0xd1, 0x5a, 0xe4, 0x7b, 0x47, 0x6b, 0xaf, 0x7c, + 0xff, 0x68, 0x2d, 0xf2, 0x17, 0x7f, 0x63, 0xed, 0x95, 0x9f, 0xfb, 0x8d, 0xb5, 0xc8, 0x37, 0xd8, + 0xa6, 0xd9, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x20, 0x62, 0xfc, 0xce, 0xbd, 0x7c, 0x00, 0x00, } diff --git a/api/v1/lib/mesos.proto b/api/v1/lib/mesos.proto index 1e12f17f..f2ebce9e 100644 --- a/api/v1/lib/mesos.proto +++ b/api/v1/lib/mesos.proto @@ -1251,7 +1251,7 @@ message Resource { // The type of this reservation. // NOTE: This field must not be set for `Resource.reservation`. - optional Type type = 4 [(gogoproto.nullable) = false]; + optional Type type = 4; // The role to which this reservation is made for. // NOTE: This field must not be set for `Resource.reservation`. diff --git a/api/v1/lib/mesospb_test.go b/api/v1/lib/mesospb_test.go index c1b53198..b753396e 100644 --- a/api/v1/lib/mesospb_test.go +++ b/api/v1/lib/mesospb_test.go @@ -90,13 +90,12 @@ It has these top-level messages: package mesos import testing "testing" -import math_rand "math/rand" +import rand "math/rand" import time "time" -import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto" -import github_com_gogo_protobuf_jsonpb "github.com/gogo/protobuf/jsonpb" -import fmt "fmt" -import go_parser "go/parser" import proto "github.com/gogo/protobuf/proto" +import jsonpb "github.com/gogo/protobuf/jsonpb" +import fmt "fmt" +import parser "go/parser" import math "math" import _ "github.com/gogo/protobuf/gogoproto" @@ -107,14 +106,14 @@ var _ = math.Inf func TestFrameworkIDProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkID(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &FrameworkID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -135,13 +134,13 @@ func TestFrameworkIDProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestFrameworkIDMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkID(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -153,7 +152,7 @@ func TestFrameworkIDMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &FrameworkID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -168,7 +167,7 @@ func TestFrameworkIDMarshalTo(t *testing.T) { } func BenchmarkFrameworkIDProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*FrameworkID, 10000) for i := 0; i < 10000; i++ { @@ -176,7 +175,7 @@ func BenchmarkFrameworkIDProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -186,11 +185,11 @@ func BenchmarkFrameworkIDProtoMarshal(b *testing.B) { } func BenchmarkFrameworkIDProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedFrameworkID(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedFrameworkID(popr, false)) if err != nil { panic(err) } @@ -200,7 +199,7 @@ func BenchmarkFrameworkIDProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -209,14 +208,14 @@ func BenchmarkFrameworkIDProtoUnmarshal(b *testing.B) { func TestOfferIDProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOfferID(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &OfferID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -237,13 +236,13 @@ func TestOfferIDProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestOfferIDMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOfferID(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -255,7 +254,7 @@ func TestOfferIDMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &OfferID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -270,7 +269,7 @@ func TestOfferIDMarshalTo(t *testing.T) { } func BenchmarkOfferIDProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*OfferID, 10000) for i := 0; i < 10000; i++ { @@ -278,7 +277,7 @@ func BenchmarkOfferIDProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -288,11 +287,11 @@ func BenchmarkOfferIDProtoMarshal(b *testing.B) { } func BenchmarkOfferIDProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedOfferID(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedOfferID(popr, false)) if err != nil { panic(err) } @@ -302,7 +301,7 @@ func BenchmarkOfferIDProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -311,14 +310,14 @@ func BenchmarkOfferIDProtoUnmarshal(b *testing.B) { func TestAgentIDProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentID(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &AgentID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -339,13 +338,13 @@ func TestAgentIDProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestAgentIDMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentID(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -357,7 +356,7 @@ func TestAgentIDMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &AgentID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -372,7 +371,7 @@ func TestAgentIDMarshalTo(t *testing.T) { } func BenchmarkAgentIDProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*AgentID, 10000) for i := 0; i < 10000; i++ { @@ -380,7 +379,7 @@ func BenchmarkAgentIDProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -390,11 +389,11 @@ func BenchmarkAgentIDProtoMarshal(b *testing.B) { } func BenchmarkAgentIDProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedAgentID(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedAgentID(popr, false)) if err != nil { panic(err) } @@ -404,7 +403,7 @@ func BenchmarkAgentIDProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -413,14 +412,14 @@ func BenchmarkAgentIDProtoUnmarshal(b *testing.B) { func TestTaskIDProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskID(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TaskID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -441,13 +440,13 @@ func TestTaskIDProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestTaskIDMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskID(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -459,7 +458,7 @@ func TestTaskIDMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TaskID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -474,7 +473,7 @@ func TestTaskIDMarshalTo(t *testing.T) { } func BenchmarkTaskIDProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TaskID, 10000) for i := 0; i < 10000; i++ { @@ -482,7 +481,7 @@ func BenchmarkTaskIDProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -492,11 +491,11 @@ func BenchmarkTaskIDProtoMarshal(b *testing.B) { } func BenchmarkTaskIDProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedTaskID(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedTaskID(popr, false)) if err != nil { panic(err) } @@ -506,7 +505,7 @@ func BenchmarkTaskIDProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -515,14 +514,14 @@ func BenchmarkTaskIDProtoUnmarshal(b *testing.B) { func TestExecutorIDProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedExecutorID(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ExecutorID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -543,13 +542,13 @@ func TestExecutorIDProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestExecutorIDMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedExecutorID(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -561,7 +560,7 @@ func TestExecutorIDMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ExecutorID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -576,7 +575,7 @@ func TestExecutorIDMarshalTo(t *testing.T) { } func BenchmarkExecutorIDProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ExecutorID, 10000) for i := 0; i < 10000; i++ { @@ -584,7 +583,7 @@ func BenchmarkExecutorIDProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -594,11 +593,11 @@ func BenchmarkExecutorIDProtoMarshal(b *testing.B) { } func BenchmarkExecutorIDProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedExecutorID(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedExecutorID(popr, false)) if err != nil { panic(err) } @@ -608,7 +607,7 @@ func BenchmarkExecutorIDProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -617,14 +616,14 @@ func BenchmarkExecutorIDProtoUnmarshal(b *testing.B) { func TestContainerIDProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerID(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -645,13 +644,13 @@ func TestContainerIDProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestContainerIDMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerID(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -663,7 +662,7 @@ func TestContainerIDMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -678,7 +677,7 @@ func TestContainerIDMarshalTo(t *testing.T) { } func BenchmarkContainerIDProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ContainerID, 10000) for i := 0; i < 10000; i++ { @@ -686,7 +685,7 @@ func BenchmarkContainerIDProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -696,11 +695,11 @@ func BenchmarkContainerIDProtoMarshal(b *testing.B) { } func BenchmarkContainerIDProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedContainerID(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedContainerID(popr, false)) if err != nil { panic(err) } @@ -710,7 +709,7 @@ func BenchmarkContainerIDProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -719,14 +718,14 @@ func BenchmarkContainerIDProtoUnmarshal(b *testing.B) { func TestResourceProviderIDProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceProviderID(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceProviderID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -747,13 +746,13 @@ func TestResourceProviderIDProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResourceProviderIDMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceProviderID(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -765,7 +764,7 @@ func TestResourceProviderIDMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceProviderID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -780,7 +779,7 @@ func TestResourceProviderIDMarshalTo(t *testing.T) { } func BenchmarkResourceProviderIDProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ResourceProviderID, 10000) for i := 0; i < 10000; i++ { @@ -788,7 +787,7 @@ func BenchmarkResourceProviderIDProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -798,11 +797,11 @@ func BenchmarkResourceProviderIDProtoMarshal(b *testing.B) { } func BenchmarkResourceProviderIDProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResourceProviderID(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResourceProviderID(popr, false)) if err != nil { panic(err) } @@ -812,7 +811,7 @@ func BenchmarkResourceProviderIDProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -821,14 +820,14 @@ func BenchmarkResourceProviderIDProtoUnmarshal(b *testing.B) { func TestTimeInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTimeInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TimeInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -849,13 +848,13 @@ func TestTimeInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestTimeInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTimeInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -867,7 +866,7 @@ func TestTimeInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TimeInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -882,7 +881,7 @@ func TestTimeInfoMarshalTo(t *testing.T) { } func BenchmarkTimeInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TimeInfo, 10000) for i := 0; i < 10000; i++ { @@ -890,7 +889,7 @@ func BenchmarkTimeInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -900,11 +899,11 @@ func BenchmarkTimeInfoProtoMarshal(b *testing.B) { } func BenchmarkTimeInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedTimeInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedTimeInfo(popr, false)) if err != nil { panic(err) } @@ -914,7 +913,7 @@ func BenchmarkTimeInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -923,14 +922,14 @@ func BenchmarkTimeInfoProtoUnmarshal(b *testing.B) { func TestDurationInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDurationInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DurationInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -951,13 +950,13 @@ func TestDurationInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestDurationInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDurationInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -969,7 +968,7 @@ func TestDurationInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DurationInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -984,7 +983,7 @@ func TestDurationInfoMarshalTo(t *testing.T) { } func BenchmarkDurationInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DurationInfo, 10000) for i := 0; i < 10000; i++ { @@ -992,7 +991,7 @@ func BenchmarkDurationInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1002,11 +1001,11 @@ func BenchmarkDurationInfoProtoMarshal(b *testing.B) { } func BenchmarkDurationInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedDurationInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedDurationInfo(popr, false)) if err != nil { panic(err) } @@ -1016,7 +1015,7 @@ func BenchmarkDurationInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1025,14 +1024,14 @@ func BenchmarkDurationInfoProtoUnmarshal(b *testing.B) { func TestAddressProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAddress(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Address{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1053,13 +1052,13 @@ func TestAddressProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestAddressMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAddress(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1071,7 +1070,7 @@ func TestAddressMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Address{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1086,7 +1085,7 @@ func TestAddressMarshalTo(t *testing.T) { } func BenchmarkAddressProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Address, 10000) for i := 0; i < 10000; i++ { @@ -1094,7 +1093,7 @@ func BenchmarkAddressProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1104,11 +1103,11 @@ func BenchmarkAddressProtoMarshal(b *testing.B) { } func BenchmarkAddressProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedAddress(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedAddress(popr, false)) if err != nil { panic(err) } @@ -1118,7 +1117,7 @@ func BenchmarkAddressProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1127,14 +1126,14 @@ func BenchmarkAddressProtoUnmarshal(b *testing.B) { func TestURLProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedURL(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &URL{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1155,13 +1154,13 @@ func TestURLProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestURLMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedURL(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1173,7 +1172,7 @@ func TestURLMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &URL{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1188,7 +1187,7 @@ func TestURLMarshalTo(t *testing.T) { } func BenchmarkURLProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*URL, 10000) for i := 0; i < 10000; i++ { @@ -1196,7 +1195,7 @@ func BenchmarkURLProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1206,11 +1205,11 @@ func BenchmarkURLProtoMarshal(b *testing.B) { } func BenchmarkURLProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedURL(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedURL(popr, false)) if err != nil { panic(err) } @@ -1220,7 +1219,7 @@ func BenchmarkURLProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1229,14 +1228,14 @@ func BenchmarkURLProtoUnmarshal(b *testing.B) { func TestUnavailabilityProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedUnavailability(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Unavailability{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1257,13 +1256,13 @@ func TestUnavailabilityProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestUnavailabilityMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedUnavailability(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1275,7 +1274,7 @@ func TestUnavailabilityMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Unavailability{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1290,7 +1289,7 @@ func TestUnavailabilityMarshalTo(t *testing.T) { } func BenchmarkUnavailabilityProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Unavailability, 10000) for i := 0; i < 10000; i++ { @@ -1298,7 +1297,7 @@ func BenchmarkUnavailabilityProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1308,11 +1307,11 @@ func BenchmarkUnavailabilityProtoMarshal(b *testing.B) { } func BenchmarkUnavailabilityProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedUnavailability(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedUnavailability(popr, false)) if err != nil { panic(err) } @@ -1322,7 +1321,7 @@ func BenchmarkUnavailabilityProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1331,14 +1330,14 @@ func BenchmarkUnavailabilityProtoUnmarshal(b *testing.B) { func TestMachineIDProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMachineID(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &MachineID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1359,13 +1358,13 @@ func TestMachineIDProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestMachineIDMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMachineID(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1377,7 +1376,7 @@ func TestMachineIDMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &MachineID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1392,7 +1391,7 @@ func TestMachineIDMarshalTo(t *testing.T) { } func BenchmarkMachineIDProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*MachineID, 10000) for i := 0; i < 10000; i++ { @@ -1400,7 +1399,7 @@ func BenchmarkMachineIDProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1410,11 +1409,11 @@ func BenchmarkMachineIDProtoMarshal(b *testing.B) { } func BenchmarkMachineIDProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedMachineID(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedMachineID(popr, false)) if err != nil { panic(err) } @@ -1424,7 +1423,7 @@ func BenchmarkMachineIDProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1433,14 +1432,14 @@ func BenchmarkMachineIDProtoUnmarshal(b *testing.B) { func TestMachineInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMachineInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &MachineInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1461,13 +1460,13 @@ func TestMachineInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestMachineInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMachineInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1479,7 +1478,7 @@ func TestMachineInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &MachineInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1494,7 +1493,7 @@ func TestMachineInfoMarshalTo(t *testing.T) { } func BenchmarkMachineInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*MachineInfo, 10000) for i := 0; i < 10000; i++ { @@ -1502,7 +1501,7 @@ func BenchmarkMachineInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1512,11 +1511,11 @@ func BenchmarkMachineInfoProtoMarshal(b *testing.B) { } func BenchmarkMachineInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedMachineInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedMachineInfo(popr, false)) if err != nil { panic(err) } @@ -1526,7 +1525,7 @@ func BenchmarkMachineInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1535,14 +1534,14 @@ func BenchmarkMachineInfoProtoUnmarshal(b *testing.B) { func TestFrameworkInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &FrameworkInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1563,13 +1562,13 @@ func TestFrameworkInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestFrameworkInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1581,7 +1580,7 @@ func TestFrameworkInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &FrameworkInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1596,7 +1595,7 @@ func TestFrameworkInfoMarshalTo(t *testing.T) { } func BenchmarkFrameworkInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*FrameworkInfo, 10000) for i := 0; i < 10000; i++ { @@ -1604,7 +1603,7 @@ func BenchmarkFrameworkInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1614,11 +1613,11 @@ func BenchmarkFrameworkInfoProtoMarshal(b *testing.B) { } func BenchmarkFrameworkInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedFrameworkInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedFrameworkInfo(popr, false)) if err != nil { panic(err) } @@ -1628,7 +1627,7 @@ func BenchmarkFrameworkInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1637,14 +1636,14 @@ func BenchmarkFrameworkInfoProtoUnmarshal(b *testing.B) { func TestFrameworkInfo_CapabilityProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkInfo_Capability(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &FrameworkInfo_Capability{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1665,13 +1664,13 @@ func TestFrameworkInfo_CapabilityProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestFrameworkInfo_CapabilityMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkInfo_Capability(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1683,7 +1682,7 @@ func TestFrameworkInfo_CapabilityMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &FrameworkInfo_Capability{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1698,7 +1697,7 @@ func TestFrameworkInfo_CapabilityMarshalTo(t *testing.T) { } func BenchmarkFrameworkInfo_CapabilityProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*FrameworkInfo_Capability, 10000) for i := 0; i < 10000; i++ { @@ -1706,7 +1705,7 @@ func BenchmarkFrameworkInfo_CapabilityProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1716,11 +1715,11 @@ func BenchmarkFrameworkInfo_CapabilityProtoMarshal(b *testing.B) { } func BenchmarkFrameworkInfo_CapabilityProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedFrameworkInfo_Capability(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedFrameworkInfo_Capability(popr, false)) if err != nil { panic(err) } @@ -1730,7 +1729,7 @@ func BenchmarkFrameworkInfo_CapabilityProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1739,14 +1738,14 @@ func BenchmarkFrameworkInfo_CapabilityProtoUnmarshal(b *testing.B) { func TestCheckInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1767,13 +1766,13 @@ func TestCheckInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCheckInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1785,7 +1784,7 @@ func TestCheckInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1800,7 +1799,7 @@ func TestCheckInfoMarshalTo(t *testing.T) { } func BenchmarkCheckInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CheckInfo, 10000) for i := 0; i < 10000; i++ { @@ -1808,7 +1807,7 @@ func BenchmarkCheckInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1818,11 +1817,11 @@ func BenchmarkCheckInfoProtoMarshal(b *testing.B) { } func BenchmarkCheckInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCheckInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCheckInfo(popr, false)) if err != nil { panic(err) } @@ -1832,7 +1831,7 @@ func BenchmarkCheckInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1841,14 +1840,14 @@ func BenchmarkCheckInfoProtoUnmarshal(b *testing.B) { func TestCheckInfo_CommandProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Command(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckInfo_Command{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1869,13 +1868,13 @@ func TestCheckInfo_CommandProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCheckInfo_CommandMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Command(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1887,7 +1886,7 @@ func TestCheckInfo_CommandMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckInfo_Command{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1902,7 +1901,7 @@ func TestCheckInfo_CommandMarshalTo(t *testing.T) { } func BenchmarkCheckInfo_CommandProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CheckInfo_Command, 10000) for i := 0; i < 10000; i++ { @@ -1910,7 +1909,7 @@ func BenchmarkCheckInfo_CommandProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1920,11 +1919,11 @@ func BenchmarkCheckInfo_CommandProtoMarshal(b *testing.B) { } func BenchmarkCheckInfo_CommandProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCheckInfo_Command(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCheckInfo_Command(popr, false)) if err != nil { panic(err) } @@ -1934,7 +1933,7 @@ func BenchmarkCheckInfo_CommandProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1943,14 +1942,14 @@ func BenchmarkCheckInfo_CommandProtoUnmarshal(b *testing.B) { func TestCheckInfo_HttpProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Http(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckInfo_Http{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1971,13 +1970,13 @@ func TestCheckInfo_HttpProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCheckInfo_HttpMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Http(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1989,7 +1988,7 @@ func TestCheckInfo_HttpMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckInfo_Http{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2004,7 +2003,7 @@ func TestCheckInfo_HttpMarshalTo(t *testing.T) { } func BenchmarkCheckInfo_HttpProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CheckInfo_Http, 10000) for i := 0; i < 10000; i++ { @@ -2012,7 +2011,7 @@ func BenchmarkCheckInfo_HttpProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2022,11 +2021,11 @@ func BenchmarkCheckInfo_HttpProtoMarshal(b *testing.B) { } func BenchmarkCheckInfo_HttpProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCheckInfo_Http(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCheckInfo_Http(popr, false)) if err != nil { panic(err) } @@ -2036,7 +2035,7 @@ func BenchmarkCheckInfo_HttpProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2045,14 +2044,14 @@ func BenchmarkCheckInfo_HttpProtoUnmarshal(b *testing.B) { func TestCheckInfo_TcpProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Tcp(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckInfo_Tcp{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2073,13 +2072,13 @@ func TestCheckInfo_TcpProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCheckInfo_TcpMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Tcp(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2091,7 +2090,7 @@ func TestCheckInfo_TcpMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckInfo_Tcp{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2106,7 +2105,7 @@ func TestCheckInfo_TcpMarshalTo(t *testing.T) { } func BenchmarkCheckInfo_TcpProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CheckInfo_Tcp, 10000) for i := 0; i < 10000; i++ { @@ -2114,7 +2113,7 @@ func BenchmarkCheckInfo_TcpProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2124,11 +2123,11 @@ func BenchmarkCheckInfo_TcpProtoMarshal(b *testing.B) { } func BenchmarkCheckInfo_TcpProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCheckInfo_Tcp(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCheckInfo_Tcp(popr, false)) if err != nil { panic(err) } @@ -2138,7 +2137,7 @@ func BenchmarkCheckInfo_TcpProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2147,14 +2146,14 @@ func BenchmarkCheckInfo_TcpProtoUnmarshal(b *testing.B) { func TestHealthCheckProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &HealthCheck{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2175,13 +2174,13 @@ func TestHealthCheckProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestHealthCheckMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2193,7 +2192,7 @@ func TestHealthCheckMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &HealthCheck{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2208,7 +2207,7 @@ func TestHealthCheckMarshalTo(t *testing.T) { } func BenchmarkHealthCheckProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*HealthCheck, 10000) for i := 0; i < 10000; i++ { @@ -2216,7 +2215,7 @@ func BenchmarkHealthCheckProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2226,11 +2225,11 @@ func BenchmarkHealthCheckProtoMarshal(b *testing.B) { } func BenchmarkHealthCheckProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedHealthCheck(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedHealthCheck(popr, false)) if err != nil { panic(err) } @@ -2240,7 +2239,7 @@ func BenchmarkHealthCheckProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2249,14 +2248,14 @@ func BenchmarkHealthCheckProtoUnmarshal(b *testing.B) { func TestHealthCheck_HTTPCheckInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck_HTTPCheckInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &HealthCheck_HTTPCheckInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2277,13 +2276,13 @@ func TestHealthCheck_HTTPCheckInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestHealthCheck_HTTPCheckInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck_HTTPCheckInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2295,7 +2294,7 @@ func TestHealthCheck_HTTPCheckInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &HealthCheck_HTTPCheckInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2310,7 +2309,7 @@ func TestHealthCheck_HTTPCheckInfoMarshalTo(t *testing.T) { } func BenchmarkHealthCheck_HTTPCheckInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*HealthCheck_HTTPCheckInfo, 10000) for i := 0; i < 10000; i++ { @@ -2318,7 +2317,7 @@ func BenchmarkHealthCheck_HTTPCheckInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2328,11 +2327,11 @@ func BenchmarkHealthCheck_HTTPCheckInfoProtoMarshal(b *testing.B) { } func BenchmarkHealthCheck_HTTPCheckInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedHealthCheck_HTTPCheckInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedHealthCheck_HTTPCheckInfo(popr, false)) if err != nil { panic(err) } @@ -2342,7 +2341,7 @@ func BenchmarkHealthCheck_HTTPCheckInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2351,14 +2350,14 @@ func BenchmarkHealthCheck_HTTPCheckInfoProtoUnmarshal(b *testing.B) { func TestHealthCheck_TCPCheckInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck_TCPCheckInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &HealthCheck_TCPCheckInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2379,13 +2378,13 @@ func TestHealthCheck_TCPCheckInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestHealthCheck_TCPCheckInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck_TCPCheckInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2397,7 +2396,7 @@ func TestHealthCheck_TCPCheckInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &HealthCheck_TCPCheckInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2412,7 +2411,7 @@ func TestHealthCheck_TCPCheckInfoMarshalTo(t *testing.T) { } func BenchmarkHealthCheck_TCPCheckInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*HealthCheck_TCPCheckInfo, 10000) for i := 0; i < 10000; i++ { @@ -2420,7 +2419,7 @@ func BenchmarkHealthCheck_TCPCheckInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2430,11 +2429,11 @@ func BenchmarkHealthCheck_TCPCheckInfoProtoMarshal(b *testing.B) { } func BenchmarkHealthCheck_TCPCheckInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedHealthCheck_TCPCheckInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedHealthCheck_TCPCheckInfo(popr, false)) if err != nil { panic(err) } @@ -2444,7 +2443,7 @@ func BenchmarkHealthCheck_TCPCheckInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2453,14 +2452,14 @@ func BenchmarkHealthCheck_TCPCheckInfoProtoUnmarshal(b *testing.B) { func TestKillPolicyProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedKillPolicy(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &KillPolicy{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2481,13 +2480,13 @@ func TestKillPolicyProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestKillPolicyMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedKillPolicy(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2499,7 +2498,7 @@ func TestKillPolicyMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &KillPolicy{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2514,7 +2513,7 @@ func TestKillPolicyMarshalTo(t *testing.T) { } func BenchmarkKillPolicyProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*KillPolicy, 10000) for i := 0; i < 10000; i++ { @@ -2522,7 +2521,7 @@ func BenchmarkKillPolicyProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2532,11 +2531,11 @@ func BenchmarkKillPolicyProtoMarshal(b *testing.B) { } func BenchmarkKillPolicyProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedKillPolicy(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedKillPolicy(popr, false)) if err != nil { panic(err) } @@ -2546,7 +2545,7 @@ func BenchmarkKillPolicyProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2555,14 +2554,14 @@ func BenchmarkKillPolicyProtoUnmarshal(b *testing.B) { func TestCommandInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCommandInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CommandInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2583,13 +2582,13 @@ func TestCommandInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCommandInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCommandInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2601,7 +2600,7 @@ func TestCommandInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CommandInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2616,7 +2615,7 @@ func TestCommandInfoMarshalTo(t *testing.T) { } func BenchmarkCommandInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CommandInfo, 10000) for i := 0; i < 10000; i++ { @@ -2624,7 +2623,7 @@ func BenchmarkCommandInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2634,11 +2633,11 @@ func BenchmarkCommandInfoProtoMarshal(b *testing.B) { } func BenchmarkCommandInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCommandInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCommandInfo(popr, false)) if err != nil { panic(err) } @@ -2648,7 +2647,7 @@ func BenchmarkCommandInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2657,14 +2656,14 @@ func BenchmarkCommandInfoProtoUnmarshal(b *testing.B) { func TestCommandInfo_URIProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCommandInfo_URI(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CommandInfo_URI{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2685,13 +2684,13 @@ func TestCommandInfo_URIProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCommandInfo_URIMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCommandInfo_URI(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2703,7 +2702,7 @@ func TestCommandInfo_URIMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CommandInfo_URI{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2718,7 +2717,7 @@ func TestCommandInfo_URIMarshalTo(t *testing.T) { } func BenchmarkCommandInfo_URIProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CommandInfo_URI, 10000) for i := 0; i < 10000; i++ { @@ -2726,7 +2725,7 @@ func BenchmarkCommandInfo_URIProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2736,11 +2735,11 @@ func BenchmarkCommandInfo_URIProtoMarshal(b *testing.B) { } func BenchmarkCommandInfo_URIProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCommandInfo_URI(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCommandInfo_URI(popr, false)) if err != nil { panic(err) } @@ -2750,7 +2749,7 @@ func BenchmarkCommandInfo_URIProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2759,14 +2758,14 @@ func BenchmarkCommandInfo_URIProtoUnmarshal(b *testing.B) { func TestExecutorInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedExecutorInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ExecutorInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2787,13 +2786,13 @@ func TestExecutorInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestExecutorInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedExecutorInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2805,7 +2804,7 @@ func TestExecutorInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ExecutorInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2820,7 +2819,7 @@ func TestExecutorInfoMarshalTo(t *testing.T) { } func BenchmarkExecutorInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ExecutorInfo, 10000) for i := 0; i < 10000; i++ { @@ -2828,7 +2827,7 @@ func BenchmarkExecutorInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2838,11 +2837,11 @@ func BenchmarkExecutorInfoProtoMarshal(b *testing.B) { } func BenchmarkExecutorInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedExecutorInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedExecutorInfo(popr, false)) if err != nil { panic(err) } @@ -2852,7 +2851,7 @@ func BenchmarkExecutorInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2861,14 +2860,14 @@ func BenchmarkExecutorInfoProtoUnmarshal(b *testing.B) { func TestDomainInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DomainInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2889,13 +2888,13 @@ func TestDomainInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestDomainInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2907,7 +2906,7 @@ func TestDomainInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DomainInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2922,7 +2921,7 @@ func TestDomainInfoMarshalTo(t *testing.T) { } func BenchmarkDomainInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DomainInfo, 10000) for i := 0; i < 10000; i++ { @@ -2930,7 +2929,7 @@ func BenchmarkDomainInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2940,11 +2939,11 @@ func BenchmarkDomainInfoProtoMarshal(b *testing.B) { } func BenchmarkDomainInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedDomainInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedDomainInfo(popr, false)) if err != nil { panic(err) } @@ -2954,7 +2953,7 @@ func BenchmarkDomainInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2963,14 +2962,14 @@ func BenchmarkDomainInfoProtoUnmarshal(b *testing.B) { func TestDomainInfo_FaultDomainProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DomainInfo_FaultDomain{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2991,13 +2990,13 @@ func TestDomainInfo_FaultDomainProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestDomainInfo_FaultDomainMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3009,7 +3008,7 @@ func TestDomainInfo_FaultDomainMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DomainInfo_FaultDomain{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3024,7 +3023,7 @@ func TestDomainInfo_FaultDomainMarshalTo(t *testing.T) { } func BenchmarkDomainInfo_FaultDomainProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DomainInfo_FaultDomain, 10000) for i := 0; i < 10000; i++ { @@ -3032,7 +3031,7 @@ func BenchmarkDomainInfo_FaultDomainProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3042,11 +3041,11 @@ func BenchmarkDomainInfo_FaultDomainProtoMarshal(b *testing.B) { } func BenchmarkDomainInfo_FaultDomainProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedDomainInfo_FaultDomain(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedDomainInfo_FaultDomain(popr, false)) if err != nil { panic(err) } @@ -3056,7 +3055,7 @@ func BenchmarkDomainInfo_FaultDomainProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3065,14 +3064,14 @@ func BenchmarkDomainInfo_FaultDomainProtoUnmarshal(b *testing.B) { func TestDomainInfo_FaultDomain_RegionInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain_RegionInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DomainInfo_FaultDomain_RegionInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3093,13 +3092,13 @@ func TestDomainInfo_FaultDomain_RegionInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestDomainInfo_FaultDomain_RegionInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain_RegionInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3111,7 +3110,7 @@ func TestDomainInfo_FaultDomain_RegionInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DomainInfo_FaultDomain_RegionInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3126,7 +3125,7 @@ func TestDomainInfo_FaultDomain_RegionInfoMarshalTo(t *testing.T) { } func BenchmarkDomainInfo_FaultDomain_RegionInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DomainInfo_FaultDomain_RegionInfo, 10000) for i := 0; i < 10000; i++ { @@ -3134,7 +3133,7 @@ func BenchmarkDomainInfo_FaultDomain_RegionInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3144,11 +3143,11 @@ func BenchmarkDomainInfo_FaultDomain_RegionInfoProtoMarshal(b *testing.B) { } func BenchmarkDomainInfo_FaultDomain_RegionInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedDomainInfo_FaultDomain_RegionInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedDomainInfo_FaultDomain_RegionInfo(popr, false)) if err != nil { panic(err) } @@ -3158,7 +3157,7 @@ func BenchmarkDomainInfo_FaultDomain_RegionInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3167,14 +3166,14 @@ func BenchmarkDomainInfo_FaultDomain_RegionInfoProtoUnmarshal(b *testing.B) { func TestDomainInfo_FaultDomain_ZoneInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain_ZoneInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DomainInfo_FaultDomain_ZoneInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3195,13 +3194,13 @@ func TestDomainInfo_FaultDomain_ZoneInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestDomainInfo_FaultDomain_ZoneInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain_ZoneInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3213,7 +3212,7 @@ func TestDomainInfo_FaultDomain_ZoneInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DomainInfo_FaultDomain_ZoneInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3228,7 +3227,7 @@ func TestDomainInfo_FaultDomain_ZoneInfoMarshalTo(t *testing.T) { } func BenchmarkDomainInfo_FaultDomain_ZoneInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DomainInfo_FaultDomain_ZoneInfo, 10000) for i := 0; i < 10000; i++ { @@ -3236,7 +3235,7 @@ func BenchmarkDomainInfo_FaultDomain_ZoneInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3246,11 +3245,11 @@ func BenchmarkDomainInfo_FaultDomain_ZoneInfoProtoMarshal(b *testing.B) { } func BenchmarkDomainInfo_FaultDomain_ZoneInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedDomainInfo_FaultDomain_ZoneInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedDomainInfo_FaultDomain_ZoneInfo(popr, false)) if err != nil { panic(err) } @@ -3260,7 +3259,7 @@ func BenchmarkDomainInfo_FaultDomain_ZoneInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3269,14 +3268,14 @@ func BenchmarkDomainInfo_FaultDomain_ZoneInfoProtoUnmarshal(b *testing.B) { func TestMasterInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMasterInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &MasterInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3297,13 +3296,13 @@ func TestMasterInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestMasterInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMasterInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3315,7 +3314,7 @@ func TestMasterInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &MasterInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3330,7 +3329,7 @@ func TestMasterInfoMarshalTo(t *testing.T) { } func BenchmarkMasterInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*MasterInfo, 10000) for i := 0; i < 10000; i++ { @@ -3338,7 +3337,7 @@ func BenchmarkMasterInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3348,11 +3347,11 @@ func BenchmarkMasterInfoProtoMarshal(b *testing.B) { } func BenchmarkMasterInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedMasterInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedMasterInfo(popr, false)) if err != nil { panic(err) } @@ -3362,7 +3361,7 @@ func BenchmarkMasterInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3371,14 +3370,14 @@ func BenchmarkMasterInfoProtoUnmarshal(b *testing.B) { func TestAgentInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &AgentInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3399,13 +3398,13 @@ func TestAgentInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestAgentInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3417,7 +3416,7 @@ func TestAgentInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &AgentInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3432,7 +3431,7 @@ func TestAgentInfoMarshalTo(t *testing.T) { } func BenchmarkAgentInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*AgentInfo, 10000) for i := 0; i < 10000; i++ { @@ -3440,7 +3439,7 @@ func BenchmarkAgentInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3450,11 +3449,11 @@ func BenchmarkAgentInfoProtoMarshal(b *testing.B) { } func BenchmarkAgentInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedAgentInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedAgentInfo(popr, false)) if err != nil { panic(err) } @@ -3464,7 +3463,7 @@ func BenchmarkAgentInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3473,14 +3472,14 @@ func BenchmarkAgentInfoProtoUnmarshal(b *testing.B) { func TestAgentInfo_CapabilityProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentInfo_Capability(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &AgentInfo_Capability{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3501,13 +3500,13 @@ func TestAgentInfo_CapabilityProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestAgentInfo_CapabilityMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentInfo_Capability(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3519,7 +3518,7 @@ func TestAgentInfo_CapabilityMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &AgentInfo_Capability{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3534,7 +3533,7 @@ func TestAgentInfo_CapabilityMarshalTo(t *testing.T) { } func BenchmarkAgentInfo_CapabilityProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*AgentInfo_Capability, 10000) for i := 0; i < 10000; i++ { @@ -3542,7 +3541,7 @@ func BenchmarkAgentInfo_CapabilityProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3552,11 +3551,11 @@ func BenchmarkAgentInfo_CapabilityProtoMarshal(b *testing.B) { } func BenchmarkAgentInfo_CapabilityProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedAgentInfo_Capability(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedAgentInfo_Capability(popr, false)) if err != nil { panic(err) } @@ -3566,7 +3565,7 @@ func BenchmarkAgentInfo_CapabilityProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3575,14 +3574,14 @@ func BenchmarkAgentInfo_CapabilityProtoUnmarshal(b *testing.B) { func TestResourceProviderInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceProviderInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceProviderInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3603,13 +3602,13 @@ func TestResourceProviderInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResourceProviderInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceProviderInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3621,7 +3620,7 @@ func TestResourceProviderInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceProviderInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3636,7 +3635,7 @@ func TestResourceProviderInfoMarshalTo(t *testing.T) { } func BenchmarkResourceProviderInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ResourceProviderInfo, 10000) for i := 0; i < 10000; i++ { @@ -3644,7 +3643,7 @@ func BenchmarkResourceProviderInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3654,11 +3653,11 @@ func BenchmarkResourceProviderInfoProtoMarshal(b *testing.B) { } func BenchmarkResourceProviderInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResourceProviderInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResourceProviderInfo(popr, false)) if err != nil { panic(err) } @@ -3668,7 +3667,7 @@ func BenchmarkResourceProviderInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3677,14 +3676,14 @@ func BenchmarkResourceProviderInfoProtoUnmarshal(b *testing.B) { func TestValueProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3705,13 +3704,13 @@ func TestValueProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestValueMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3723,7 +3722,7 @@ func TestValueMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3738,7 +3737,7 @@ func TestValueMarshalTo(t *testing.T) { } func BenchmarkValueProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Value, 10000) for i := 0; i < 10000; i++ { @@ -3746,7 +3745,7 @@ func BenchmarkValueProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3756,11 +3755,11 @@ func BenchmarkValueProtoMarshal(b *testing.B) { } func BenchmarkValueProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedValue(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedValue(popr, false)) if err != nil { panic(err) } @@ -3770,7 +3769,7 @@ func BenchmarkValueProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3779,14 +3778,14 @@ func BenchmarkValueProtoUnmarshal(b *testing.B) { func TestValue_ScalarProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Scalar(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value_Scalar{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3807,13 +3806,13 @@ func TestValue_ScalarProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestValue_ScalarMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Scalar(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3825,7 +3824,7 @@ func TestValue_ScalarMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value_Scalar{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3840,7 +3839,7 @@ func TestValue_ScalarMarshalTo(t *testing.T) { } func BenchmarkValue_ScalarProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Value_Scalar, 10000) for i := 0; i < 10000; i++ { @@ -3848,7 +3847,7 @@ func BenchmarkValue_ScalarProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3858,11 +3857,11 @@ func BenchmarkValue_ScalarProtoMarshal(b *testing.B) { } func BenchmarkValue_ScalarProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedValue_Scalar(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedValue_Scalar(popr, false)) if err != nil { panic(err) } @@ -3872,7 +3871,7 @@ func BenchmarkValue_ScalarProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3881,14 +3880,14 @@ func BenchmarkValue_ScalarProtoUnmarshal(b *testing.B) { func TestValue_RangeProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Range(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value_Range{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -3909,13 +3908,13 @@ func TestValue_RangeProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestValue_RangeMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Range(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -3927,7 +3926,7 @@ func TestValue_RangeMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value_Range{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -3942,7 +3941,7 @@ func TestValue_RangeMarshalTo(t *testing.T) { } func BenchmarkValue_RangeProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Value_Range, 10000) for i := 0; i < 10000; i++ { @@ -3950,7 +3949,7 @@ func BenchmarkValue_RangeProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -3960,11 +3959,11 @@ func BenchmarkValue_RangeProtoMarshal(b *testing.B) { } func BenchmarkValue_RangeProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedValue_Range(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedValue_Range(popr, false)) if err != nil { panic(err) } @@ -3974,7 +3973,7 @@ func BenchmarkValue_RangeProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -3983,14 +3982,14 @@ func BenchmarkValue_RangeProtoUnmarshal(b *testing.B) { func TestValue_RangesProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Ranges(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value_Ranges{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -4011,13 +4010,13 @@ func TestValue_RangesProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestValue_RangesMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Ranges(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -4029,7 +4028,7 @@ func TestValue_RangesMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value_Ranges{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -4044,7 +4043,7 @@ func TestValue_RangesMarshalTo(t *testing.T) { } func BenchmarkValue_RangesProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Value_Ranges, 10000) for i := 0; i < 10000; i++ { @@ -4052,7 +4051,7 @@ func BenchmarkValue_RangesProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -4062,11 +4061,11 @@ func BenchmarkValue_RangesProtoMarshal(b *testing.B) { } func BenchmarkValue_RangesProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedValue_Ranges(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedValue_Ranges(popr, false)) if err != nil { panic(err) } @@ -4076,7 +4075,7 @@ func BenchmarkValue_RangesProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -4085,14 +4084,14 @@ func BenchmarkValue_RangesProtoUnmarshal(b *testing.B) { func TestValue_SetProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Set(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value_Set{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -4113,13 +4112,13 @@ func TestValue_SetProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestValue_SetMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Set(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -4131,7 +4130,7 @@ func TestValue_SetMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value_Set{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -4146,7 +4145,7 @@ func TestValue_SetMarshalTo(t *testing.T) { } func BenchmarkValue_SetProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Value_Set, 10000) for i := 0; i < 10000; i++ { @@ -4154,7 +4153,7 @@ func BenchmarkValue_SetProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -4164,11 +4163,11 @@ func BenchmarkValue_SetProtoMarshal(b *testing.B) { } func BenchmarkValue_SetProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedValue_Set(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedValue_Set(popr, false)) if err != nil { panic(err) } @@ -4178,7 +4177,7 @@ func BenchmarkValue_SetProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -4187,14 +4186,14 @@ func BenchmarkValue_SetProtoUnmarshal(b *testing.B) { func TestValue_TextProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Text(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value_Text{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -4215,13 +4214,13 @@ func TestValue_TextProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestValue_TextMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Text(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -4233,7 +4232,7 @@ func TestValue_TextMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value_Text{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -4248,7 +4247,7 @@ func TestValue_TextMarshalTo(t *testing.T) { } func BenchmarkValue_TextProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Value_Text, 10000) for i := 0; i < 10000; i++ { @@ -4256,7 +4255,7 @@ func BenchmarkValue_TextProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -4266,11 +4265,11 @@ func BenchmarkValue_TextProtoMarshal(b *testing.B) { } func BenchmarkValue_TextProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedValue_Text(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedValue_Text(popr, false)) if err != nil { panic(err) } @@ -4280,7 +4279,7 @@ func BenchmarkValue_TextProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -4289,14 +4288,14 @@ func BenchmarkValue_TextProtoUnmarshal(b *testing.B) { func TestAttributeProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAttribute(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Attribute{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -4317,13 +4316,13 @@ func TestAttributeProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestAttributeMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAttribute(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -4335,7 +4334,7 @@ func TestAttributeMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Attribute{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -4350,7 +4349,7 @@ func TestAttributeMarshalTo(t *testing.T) { } func BenchmarkAttributeProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Attribute, 10000) for i := 0; i < 10000; i++ { @@ -4358,7 +4357,7 @@ func BenchmarkAttributeProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -4368,11 +4367,11 @@ func BenchmarkAttributeProtoMarshal(b *testing.B) { } func BenchmarkAttributeProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedAttribute(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedAttribute(popr, false)) if err != nil { panic(err) } @@ -4382,7 +4381,7 @@ func BenchmarkAttributeProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -4391,14 +4390,14 @@ func BenchmarkAttributeProtoUnmarshal(b *testing.B) { func TestResourceProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -4419,13 +4418,13 @@ func TestResourceProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResourceMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -4437,7 +4436,7 @@ func TestResourceMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -4452,7 +4451,7 @@ func TestResourceMarshalTo(t *testing.T) { } func BenchmarkResourceProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource, 10000) for i := 0; i < 10000; i++ { @@ -4460,7 +4459,7 @@ func BenchmarkResourceProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -4470,11 +4469,11 @@ func BenchmarkResourceProtoMarshal(b *testing.B) { } func BenchmarkResourceProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResource(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResource(popr, false)) if err != nil { panic(err) } @@ -4484,7 +4483,7 @@ func BenchmarkResourceProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -4493,14 +4492,14 @@ func BenchmarkResourceProtoUnmarshal(b *testing.B) { func TestResource_AllocationInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_AllocationInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_AllocationInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -4521,13 +4520,13 @@ func TestResource_AllocationInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResource_AllocationInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_AllocationInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -4539,7 +4538,7 @@ func TestResource_AllocationInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_AllocationInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -4554,7 +4553,7 @@ func TestResource_AllocationInfoMarshalTo(t *testing.T) { } func BenchmarkResource_AllocationInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_AllocationInfo, 10000) for i := 0; i < 10000; i++ { @@ -4562,7 +4561,7 @@ func BenchmarkResource_AllocationInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -4572,11 +4571,11 @@ func BenchmarkResource_AllocationInfoProtoMarshal(b *testing.B) { } func BenchmarkResource_AllocationInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResource_AllocationInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResource_AllocationInfo(popr, false)) if err != nil { panic(err) } @@ -4586,7 +4585,7 @@ func BenchmarkResource_AllocationInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -4595,14 +4594,14 @@ func BenchmarkResource_AllocationInfoProtoUnmarshal(b *testing.B) { func TestResource_ReservationInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_ReservationInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_ReservationInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -4623,13 +4622,13 @@ func TestResource_ReservationInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResource_ReservationInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_ReservationInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -4641,7 +4640,7 @@ func TestResource_ReservationInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_ReservationInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -4656,7 +4655,7 @@ func TestResource_ReservationInfoMarshalTo(t *testing.T) { } func BenchmarkResource_ReservationInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_ReservationInfo, 10000) for i := 0; i < 10000; i++ { @@ -4664,7 +4663,7 @@ func BenchmarkResource_ReservationInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -4674,11 +4673,11 @@ func BenchmarkResource_ReservationInfoProtoMarshal(b *testing.B) { } func BenchmarkResource_ReservationInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResource_ReservationInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResource_ReservationInfo(popr, false)) if err != nil { panic(err) } @@ -4688,7 +4687,7 @@ func BenchmarkResource_ReservationInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -4697,14 +4696,14 @@ func BenchmarkResource_ReservationInfoProtoUnmarshal(b *testing.B) { func TestResource_DiskInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_DiskInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -4725,13 +4724,13 @@ func TestResource_DiskInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResource_DiskInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -4743,7 +4742,7 @@ func TestResource_DiskInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_DiskInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -4758,7 +4757,7 @@ func TestResource_DiskInfoMarshalTo(t *testing.T) { } func BenchmarkResource_DiskInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_DiskInfo, 10000) for i := 0; i < 10000; i++ { @@ -4766,7 +4765,7 @@ func BenchmarkResource_DiskInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -4776,11 +4775,11 @@ func BenchmarkResource_DiskInfoProtoMarshal(b *testing.B) { } func BenchmarkResource_DiskInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResource_DiskInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResource_DiskInfo(popr, false)) if err != nil { panic(err) } @@ -4790,7 +4789,7 @@ func BenchmarkResource_DiskInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -4799,14 +4798,14 @@ func BenchmarkResource_DiskInfoProtoUnmarshal(b *testing.B) { func TestResource_DiskInfo_PersistenceProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Persistence(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_DiskInfo_Persistence{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -4827,13 +4826,13 @@ func TestResource_DiskInfo_PersistenceProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResource_DiskInfo_PersistenceMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Persistence(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -4845,7 +4844,7 @@ func TestResource_DiskInfo_PersistenceMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_DiskInfo_Persistence{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -4860,7 +4859,7 @@ func TestResource_DiskInfo_PersistenceMarshalTo(t *testing.T) { } func BenchmarkResource_DiskInfo_PersistenceProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_DiskInfo_Persistence, 10000) for i := 0; i < 10000; i++ { @@ -4868,7 +4867,7 @@ func BenchmarkResource_DiskInfo_PersistenceProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -4878,11 +4877,11 @@ func BenchmarkResource_DiskInfo_PersistenceProtoMarshal(b *testing.B) { } func BenchmarkResource_DiskInfo_PersistenceProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResource_DiskInfo_Persistence(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResource_DiskInfo_Persistence(popr, false)) if err != nil { panic(err) } @@ -4892,7 +4891,7 @@ func BenchmarkResource_DiskInfo_PersistenceProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -4901,14 +4900,14 @@ func BenchmarkResource_DiskInfo_PersistenceProtoUnmarshal(b *testing.B) { func TestResource_DiskInfo_SourceProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_DiskInfo_Source{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -4929,13 +4928,13 @@ func TestResource_DiskInfo_SourceProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResource_DiskInfo_SourceMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -4947,7 +4946,7 @@ func TestResource_DiskInfo_SourceMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_DiskInfo_Source{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -4962,7 +4961,7 @@ func TestResource_DiskInfo_SourceMarshalTo(t *testing.T) { } func BenchmarkResource_DiskInfo_SourceProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_DiskInfo_Source, 10000) for i := 0; i < 10000; i++ { @@ -4970,7 +4969,7 @@ func BenchmarkResource_DiskInfo_SourceProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -4980,11 +4979,11 @@ func BenchmarkResource_DiskInfo_SourceProtoMarshal(b *testing.B) { } func BenchmarkResource_DiskInfo_SourceProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResource_DiskInfo_Source(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResource_DiskInfo_Source(popr, false)) if err != nil { panic(err) } @@ -4994,7 +4993,7 @@ func BenchmarkResource_DiskInfo_SourceProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -5003,14 +5002,14 @@ func BenchmarkResource_DiskInfo_SourceProtoUnmarshal(b *testing.B) { func TestResource_DiskInfo_Source_PathProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source_Path(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_DiskInfo_Source_Path{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -5031,13 +5030,13 @@ func TestResource_DiskInfo_Source_PathProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResource_DiskInfo_Source_PathMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source_Path(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -5049,7 +5048,7 @@ func TestResource_DiskInfo_Source_PathMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_DiskInfo_Source_Path{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -5064,7 +5063,7 @@ func TestResource_DiskInfo_Source_PathMarshalTo(t *testing.T) { } func BenchmarkResource_DiskInfo_Source_PathProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_DiskInfo_Source_Path, 10000) for i := 0; i < 10000; i++ { @@ -5072,7 +5071,7 @@ func BenchmarkResource_DiskInfo_Source_PathProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -5082,11 +5081,11 @@ func BenchmarkResource_DiskInfo_Source_PathProtoMarshal(b *testing.B) { } func BenchmarkResource_DiskInfo_Source_PathProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResource_DiskInfo_Source_Path(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResource_DiskInfo_Source_Path(popr, false)) if err != nil { panic(err) } @@ -5096,7 +5095,7 @@ func BenchmarkResource_DiskInfo_Source_PathProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -5105,14 +5104,14 @@ func BenchmarkResource_DiskInfo_Source_PathProtoUnmarshal(b *testing.B) { func TestResource_DiskInfo_Source_MountProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source_Mount(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_DiskInfo_Source_Mount{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -5133,13 +5132,13 @@ func TestResource_DiskInfo_Source_MountProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResource_DiskInfo_Source_MountMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source_Mount(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -5151,7 +5150,7 @@ func TestResource_DiskInfo_Source_MountMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_DiskInfo_Source_Mount{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -5166,7 +5165,7 @@ func TestResource_DiskInfo_Source_MountMarshalTo(t *testing.T) { } func BenchmarkResource_DiskInfo_Source_MountProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_DiskInfo_Source_Mount, 10000) for i := 0; i < 10000; i++ { @@ -5174,7 +5173,7 @@ func BenchmarkResource_DiskInfo_Source_MountProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -5184,11 +5183,11 @@ func BenchmarkResource_DiskInfo_Source_MountProtoMarshal(b *testing.B) { } func BenchmarkResource_DiskInfo_Source_MountProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResource_DiskInfo_Source_Mount(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResource_DiskInfo_Source_Mount(popr, false)) if err != nil { panic(err) } @@ -5198,7 +5197,7 @@ func BenchmarkResource_DiskInfo_Source_MountProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -5207,14 +5206,14 @@ func BenchmarkResource_DiskInfo_Source_MountProtoUnmarshal(b *testing.B) { func TestResource_RevocableInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_RevocableInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_RevocableInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -5235,13 +5234,13 @@ func TestResource_RevocableInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResource_RevocableInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_RevocableInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -5253,7 +5252,7 @@ func TestResource_RevocableInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_RevocableInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -5268,7 +5267,7 @@ func TestResource_RevocableInfoMarshalTo(t *testing.T) { } func BenchmarkResource_RevocableInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_RevocableInfo, 10000) for i := 0; i < 10000; i++ { @@ -5276,7 +5275,7 @@ func BenchmarkResource_RevocableInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -5286,11 +5285,11 @@ func BenchmarkResource_RevocableInfoProtoMarshal(b *testing.B) { } func BenchmarkResource_RevocableInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResource_RevocableInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResource_RevocableInfo(popr, false)) if err != nil { panic(err) } @@ -5300,7 +5299,7 @@ func BenchmarkResource_RevocableInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -5309,14 +5308,14 @@ func BenchmarkResource_RevocableInfoProtoUnmarshal(b *testing.B) { func TestResource_SharedInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_SharedInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_SharedInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -5337,13 +5336,13 @@ func TestResource_SharedInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResource_SharedInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_SharedInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -5355,7 +5354,7 @@ func TestResource_SharedInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_SharedInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -5370,7 +5369,7 @@ func TestResource_SharedInfoMarshalTo(t *testing.T) { } func BenchmarkResource_SharedInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_SharedInfo, 10000) for i := 0; i < 10000; i++ { @@ -5378,7 +5377,7 @@ func BenchmarkResource_SharedInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -5388,11 +5387,11 @@ func BenchmarkResource_SharedInfoProtoMarshal(b *testing.B) { } func BenchmarkResource_SharedInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResource_SharedInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResource_SharedInfo(popr, false)) if err != nil { panic(err) } @@ -5402,7 +5401,7 @@ func BenchmarkResource_SharedInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -5411,14 +5410,14 @@ func BenchmarkResource_SharedInfoProtoUnmarshal(b *testing.B) { func TestTrafficControlStatisticsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTrafficControlStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TrafficControlStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -5439,13 +5438,13 @@ func TestTrafficControlStatisticsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestTrafficControlStatisticsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTrafficControlStatistics(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -5457,7 +5456,7 @@ func TestTrafficControlStatisticsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TrafficControlStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -5472,7 +5471,7 @@ func TestTrafficControlStatisticsMarshalTo(t *testing.T) { } func BenchmarkTrafficControlStatisticsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TrafficControlStatistics, 10000) for i := 0; i < 10000; i++ { @@ -5480,7 +5479,7 @@ func BenchmarkTrafficControlStatisticsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -5490,11 +5489,11 @@ func BenchmarkTrafficControlStatisticsProtoMarshal(b *testing.B) { } func BenchmarkTrafficControlStatisticsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedTrafficControlStatistics(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedTrafficControlStatistics(popr, false)) if err != nil { panic(err) } @@ -5504,7 +5503,7 @@ func BenchmarkTrafficControlStatisticsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -5513,14 +5512,14 @@ func BenchmarkTrafficControlStatisticsProtoUnmarshal(b *testing.B) { func TestIpStatisticsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedIpStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &IpStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -5541,13 +5540,13 @@ func TestIpStatisticsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestIpStatisticsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedIpStatistics(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -5559,7 +5558,7 @@ func TestIpStatisticsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &IpStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -5574,7 +5573,7 @@ func TestIpStatisticsMarshalTo(t *testing.T) { } func BenchmarkIpStatisticsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*IpStatistics, 10000) for i := 0; i < 10000; i++ { @@ -5582,7 +5581,7 @@ func BenchmarkIpStatisticsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -5592,11 +5591,11 @@ func BenchmarkIpStatisticsProtoMarshal(b *testing.B) { } func BenchmarkIpStatisticsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedIpStatistics(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedIpStatistics(popr, false)) if err != nil { panic(err) } @@ -5606,7 +5605,7 @@ func BenchmarkIpStatisticsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -5615,14 +5614,14 @@ func BenchmarkIpStatisticsProtoUnmarshal(b *testing.B) { func TestIcmpStatisticsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedIcmpStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &IcmpStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -5643,13 +5642,13 @@ func TestIcmpStatisticsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestIcmpStatisticsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedIcmpStatistics(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -5661,7 +5660,7 @@ func TestIcmpStatisticsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &IcmpStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -5676,7 +5675,7 @@ func TestIcmpStatisticsMarshalTo(t *testing.T) { } func BenchmarkIcmpStatisticsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*IcmpStatistics, 10000) for i := 0; i < 10000; i++ { @@ -5684,7 +5683,7 @@ func BenchmarkIcmpStatisticsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -5694,11 +5693,11 @@ func BenchmarkIcmpStatisticsProtoMarshal(b *testing.B) { } func BenchmarkIcmpStatisticsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedIcmpStatistics(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedIcmpStatistics(popr, false)) if err != nil { panic(err) } @@ -5708,7 +5707,7 @@ func BenchmarkIcmpStatisticsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -5717,14 +5716,14 @@ func BenchmarkIcmpStatisticsProtoUnmarshal(b *testing.B) { func TestTcpStatisticsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTcpStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TcpStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -5745,13 +5744,13 @@ func TestTcpStatisticsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestTcpStatisticsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTcpStatistics(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -5763,7 +5762,7 @@ func TestTcpStatisticsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TcpStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -5778,7 +5777,7 @@ func TestTcpStatisticsMarshalTo(t *testing.T) { } func BenchmarkTcpStatisticsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TcpStatistics, 10000) for i := 0; i < 10000; i++ { @@ -5786,7 +5785,7 @@ func BenchmarkTcpStatisticsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -5796,11 +5795,11 @@ func BenchmarkTcpStatisticsProtoMarshal(b *testing.B) { } func BenchmarkTcpStatisticsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedTcpStatistics(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedTcpStatistics(popr, false)) if err != nil { panic(err) } @@ -5810,7 +5809,7 @@ func BenchmarkTcpStatisticsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -5819,14 +5818,14 @@ func BenchmarkTcpStatisticsProtoUnmarshal(b *testing.B) { func TestUdpStatisticsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedUdpStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &UdpStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -5847,13 +5846,13 @@ func TestUdpStatisticsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestUdpStatisticsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedUdpStatistics(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -5865,7 +5864,7 @@ func TestUdpStatisticsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &UdpStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -5880,7 +5879,7 @@ func TestUdpStatisticsMarshalTo(t *testing.T) { } func BenchmarkUdpStatisticsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*UdpStatistics, 10000) for i := 0; i < 10000; i++ { @@ -5888,7 +5887,7 @@ func BenchmarkUdpStatisticsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -5898,11 +5897,11 @@ func BenchmarkUdpStatisticsProtoMarshal(b *testing.B) { } func BenchmarkUdpStatisticsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedUdpStatistics(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedUdpStatistics(popr, false)) if err != nil { panic(err) } @@ -5912,7 +5911,7 @@ func BenchmarkUdpStatisticsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -5921,14 +5920,14 @@ func BenchmarkUdpStatisticsProtoUnmarshal(b *testing.B) { func TestSNMPStatisticsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSNMPStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &SNMPStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -5949,13 +5948,13 @@ func TestSNMPStatisticsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestSNMPStatisticsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSNMPStatistics(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -5967,7 +5966,7 @@ func TestSNMPStatisticsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &SNMPStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -5982,7 +5981,7 @@ func TestSNMPStatisticsMarshalTo(t *testing.T) { } func BenchmarkSNMPStatisticsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*SNMPStatistics, 10000) for i := 0; i < 10000; i++ { @@ -5990,7 +5989,7 @@ func BenchmarkSNMPStatisticsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -6000,11 +5999,11 @@ func BenchmarkSNMPStatisticsProtoMarshal(b *testing.B) { } func BenchmarkSNMPStatisticsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedSNMPStatistics(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedSNMPStatistics(popr, false)) if err != nil { panic(err) } @@ -6014,7 +6013,7 @@ func BenchmarkSNMPStatisticsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -6023,14 +6022,14 @@ func BenchmarkSNMPStatisticsProtoUnmarshal(b *testing.B) { func TestDiskStatisticsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDiskStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DiskStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -6051,13 +6050,13 @@ func TestDiskStatisticsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestDiskStatisticsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDiskStatistics(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -6069,7 +6068,7 @@ func TestDiskStatisticsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DiskStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -6084,7 +6083,7 @@ func TestDiskStatisticsMarshalTo(t *testing.T) { } func BenchmarkDiskStatisticsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DiskStatistics, 10000) for i := 0; i < 10000; i++ { @@ -6092,7 +6091,7 @@ func BenchmarkDiskStatisticsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -6102,11 +6101,11 @@ func BenchmarkDiskStatisticsProtoMarshal(b *testing.B) { } func BenchmarkDiskStatisticsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedDiskStatistics(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedDiskStatistics(popr, false)) if err != nil { panic(err) } @@ -6116,7 +6115,7 @@ func BenchmarkDiskStatisticsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -6125,14 +6124,14 @@ func BenchmarkDiskStatisticsProtoUnmarshal(b *testing.B) { func TestResourceStatisticsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -6153,13 +6152,13 @@ func TestResourceStatisticsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResourceStatisticsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceStatistics(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -6171,7 +6170,7 @@ func TestResourceStatisticsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -6186,7 +6185,7 @@ func TestResourceStatisticsMarshalTo(t *testing.T) { } func BenchmarkResourceStatisticsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ResourceStatistics, 10000) for i := 0; i < 10000; i++ { @@ -6194,7 +6193,7 @@ func BenchmarkResourceStatisticsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -6204,11 +6203,11 @@ func BenchmarkResourceStatisticsProtoMarshal(b *testing.B) { } func BenchmarkResourceStatisticsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResourceStatistics(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResourceStatistics(popr, false)) if err != nil { panic(err) } @@ -6218,7 +6217,7 @@ func BenchmarkResourceStatisticsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -6227,14 +6226,14 @@ func BenchmarkResourceStatisticsProtoUnmarshal(b *testing.B) { func TestResourceUsageProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceUsage{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -6255,13 +6254,13 @@ func TestResourceUsageProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResourceUsageMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -6273,7 +6272,7 @@ func TestResourceUsageMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceUsage{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -6288,7 +6287,7 @@ func TestResourceUsageMarshalTo(t *testing.T) { } func BenchmarkResourceUsageProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ResourceUsage, 10000) for i := 0; i < 10000; i++ { @@ -6296,7 +6295,7 @@ func BenchmarkResourceUsageProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -6306,11 +6305,11 @@ func BenchmarkResourceUsageProtoMarshal(b *testing.B) { } func BenchmarkResourceUsageProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResourceUsage(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResourceUsage(popr, false)) if err != nil { panic(err) } @@ -6320,7 +6319,7 @@ func BenchmarkResourceUsageProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -6329,14 +6328,14 @@ func BenchmarkResourceUsageProtoUnmarshal(b *testing.B) { func TestResourceUsage_ExecutorProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage_Executor(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceUsage_Executor{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -6357,13 +6356,13 @@ func TestResourceUsage_ExecutorProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResourceUsage_ExecutorMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage_Executor(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -6375,7 +6374,7 @@ func TestResourceUsage_ExecutorMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceUsage_Executor{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -6390,7 +6389,7 @@ func TestResourceUsage_ExecutorMarshalTo(t *testing.T) { } func BenchmarkResourceUsage_ExecutorProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ResourceUsage_Executor, 10000) for i := 0; i < 10000; i++ { @@ -6398,7 +6397,7 @@ func BenchmarkResourceUsage_ExecutorProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -6408,11 +6407,11 @@ func BenchmarkResourceUsage_ExecutorProtoMarshal(b *testing.B) { } func BenchmarkResourceUsage_ExecutorProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResourceUsage_Executor(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResourceUsage_Executor(popr, false)) if err != nil { panic(err) } @@ -6422,7 +6421,7 @@ func BenchmarkResourceUsage_ExecutorProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -6431,14 +6430,14 @@ func BenchmarkResourceUsage_ExecutorProtoUnmarshal(b *testing.B) { func TestResourceUsage_Executor_TaskProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage_Executor_Task(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceUsage_Executor_Task{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -6459,13 +6458,13 @@ func TestResourceUsage_Executor_TaskProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestResourceUsage_Executor_TaskMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage_Executor_Task(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -6477,7 +6476,7 @@ func TestResourceUsage_Executor_TaskMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceUsage_Executor_Task{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -6492,7 +6491,7 @@ func TestResourceUsage_Executor_TaskMarshalTo(t *testing.T) { } func BenchmarkResourceUsage_Executor_TaskProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ResourceUsage_Executor_Task, 10000) for i := 0; i < 10000; i++ { @@ -6500,7 +6499,7 @@ func BenchmarkResourceUsage_Executor_TaskProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -6510,11 +6509,11 @@ func BenchmarkResourceUsage_Executor_TaskProtoMarshal(b *testing.B) { } func BenchmarkResourceUsage_Executor_TaskProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedResourceUsage_Executor_Task(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedResourceUsage_Executor_Task(popr, false)) if err != nil { panic(err) } @@ -6524,7 +6523,7 @@ func BenchmarkResourceUsage_Executor_TaskProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -6533,14 +6532,14 @@ func BenchmarkResourceUsage_Executor_TaskProtoUnmarshal(b *testing.B) { func TestPerfStatisticsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPerfStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &PerfStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -6561,13 +6560,13 @@ func TestPerfStatisticsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestPerfStatisticsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPerfStatistics(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -6579,7 +6578,7 @@ func TestPerfStatisticsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &PerfStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -6594,7 +6593,7 @@ func TestPerfStatisticsMarshalTo(t *testing.T) { } func BenchmarkPerfStatisticsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*PerfStatistics, 10000) for i := 0; i < 10000; i++ { @@ -6602,7 +6601,7 @@ func BenchmarkPerfStatisticsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -6612,11 +6611,11 @@ func BenchmarkPerfStatisticsProtoMarshal(b *testing.B) { } func BenchmarkPerfStatisticsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedPerfStatistics(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedPerfStatistics(popr, false)) if err != nil { panic(err) } @@ -6626,7 +6625,7 @@ func BenchmarkPerfStatisticsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -6635,14 +6634,14 @@ func BenchmarkPerfStatisticsProtoUnmarshal(b *testing.B) { func TestRequestProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRequest(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Request{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -6663,13 +6662,13 @@ func TestRequestProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestRequestMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRequest(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -6681,7 +6680,7 @@ func TestRequestMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Request{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -6696,7 +6695,7 @@ func TestRequestMarshalTo(t *testing.T) { } func BenchmarkRequestProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Request, 10000) for i := 0; i < 10000; i++ { @@ -6704,7 +6703,7 @@ func BenchmarkRequestProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -6714,11 +6713,11 @@ func BenchmarkRequestProtoMarshal(b *testing.B) { } func BenchmarkRequestProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedRequest(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedRequest(popr, false)) if err != nil { panic(err) } @@ -6728,7 +6727,7 @@ func BenchmarkRequestProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -6737,14 +6736,14 @@ func BenchmarkRequestProtoUnmarshal(b *testing.B) { func TestOfferProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -6765,13 +6764,13 @@ func TestOfferProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestOfferMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -6783,7 +6782,7 @@ func TestOfferMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -6798,7 +6797,7 @@ func TestOfferMarshalTo(t *testing.T) { } func BenchmarkOfferProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Offer, 10000) for i := 0; i < 10000; i++ { @@ -6806,7 +6805,7 @@ func BenchmarkOfferProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -6816,11 +6815,11 @@ func BenchmarkOfferProtoMarshal(b *testing.B) { } func BenchmarkOfferProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedOffer(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedOffer(popr, false)) if err != nil { panic(err) } @@ -6830,7 +6829,7 @@ func BenchmarkOfferProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -6839,14 +6838,14 @@ func BenchmarkOfferProtoUnmarshal(b *testing.B) { func TestOffer_OperationProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -6867,13 +6866,13 @@ func TestOffer_OperationProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestOffer_OperationMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -6885,7 +6884,7 @@ func TestOffer_OperationMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -6900,7 +6899,7 @@ func TestOffer_OperationMarshalTo(t *testing.T) { } func BenchmarkOffer_OperationProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Offer_Operation, 10000) for i := 0; i < 10000; i++ { @@ -6908,7 +6907,7 @@ func BenchmarkOffer_OperationProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -6918,11 +6917,11 @@ func BenchmarkOffer_OperationProtoMarshal(b *testing.B) { } func BenchmarkOffer_OperationProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedOffer_Operation(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedOffer_Operation(popr, false)) if err != nil { panic(err) } @@ -6932,7 +6931,7 @@ func BenchmarkOffer_OperationProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -6941,14 +6940,14 @@ func BenchmarkOffer_OperationProtoUnmarshal(b *testing.B) { func TestOffer_Operation_LaunchProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Launch(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_Launch{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -6969,13 +6968,13 @@ func TestOffer_Operation_LaunchProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestOffer_Operation_LaunchMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Launch(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -6987,7 +6986,7 @@ func TestOffer_Operation_LaunchMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_Launch{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -7002,7 +7001,7 @@ func TestOffer_Operation_LaunchMarshalTo(t *testing.T) { } func BenchmarkOffer_Operation_LaunchProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Offer_Operation_Launch, 10000) for i := 0; i < 10000; i++ { @@ -7010,7 +7009,7 @@ func BenchmarkOffer_Operation_LaunchProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -7020,11 +7019,11 @@ func BenchmarkOffer_Operation_LaunchProtoMarshal(b *testing.B) { } func BenchmarkOffer_Operation_LaunchProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedOffer_Operation_Launch(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedOffer_Operation_Launch(popr, false)) if err != nil { panic(err) } @@ -7034,7 +7033,7 @@ func BenchmarkOffer_Operation_LaunchProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -7043,14 +7042,14 @@ func BenchmarkOffer_Operation_LaunchProtoUnmarshal(b *testing.B) { func TestOffer_Operation_LaunchGroupProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_LaunchGroup(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_LaunchGroup{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -7071,13 +7070,13 @@ func TestOffer_Operation_LaunchGroupProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestOffer_Operation_LaunchGroupMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_LaunchGroup(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -7089,7 +7088,7 @@ func TestOffer_Operation_LaunchGroupMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_LaunchGroup{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -7104,7 +7103,7 @@ func TestOffer_Operation_LaunchGroupMarshalTo(t *testing.T) { } func BenchmarkOffer_Operation_LaunchGroupProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Offer_Operation_LaunchGroup, 10000) for i := 0; i < 10000; i++ { @@ -7112,7 +7111,7 @@ func BenchmarkOffer_Operation_LaunchGroupProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -7122,11 +7121,11 @@ func BenchmarkOffer_Operation_LaunchGroupProtoMarshal(b *testing.B) { } func BenchmarkOffer_Operation_LaunchGroupProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedOffer_Operation_LaunchGroup(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedOffer_Operation_LaunchGroup(popr, false)) if err != nil { panic(err) } @@ -7136,7 +7135,7 @@ func BenchmarkOffer_Operation_LaunchGroupProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -7145,14 +7144,14 @@ func BenchmarkOffer_Operation_LaunchGroupProtoUnmarshal(b *testing.B) { func TestOffer_Operation_ReserveProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Reserve(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_Reserve{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -7173,13 +7172,13 @@ func TestOffer_Operation_ReserveProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestOffer_Operation_ReserveMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Reserve(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -7191,7 +7190,7 @@ func TestOffer_Operation_ReserveMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_Reserve{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -7206,7 +7205,7 @@ func TestOffer_Operation_ReserveMarshalTo(t *testing.T) { } func BenchmarkOffer_Operation_ReserveProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Offer_Operation_Reserve, 10000) for i := 0; i < 10000; i++ { @@ -7214,7 +7213,7 @@ func BenchmarkOffer_Operation_ReserveProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -7224,11 +7223,11 @@ func BenchmarkOffer_Operation_ReserveProtoMarshal(b *testing.B) { } func BenchmarkOffer_Operation_ReserveProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedOffer_Operation_Reserve(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedOffer_Operation_Reserve(popr, false)) if err != nil { panic(err) } @@ -7238,7 +7237,7 @@ func BenchmarkOffer_Operation_ReserveProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -7247,14 +7246,14 @@ func BenchmarkOffer_Operation_ReserveProtoUnmarshal(b *testing.B) { func TestOffer_Operation_UnreserveProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Unreserve(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_Unreserve{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -7275,13 +7274,13 @@ func TestOffer_Operation_UnreserveProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestOffer_Operation_UnreserveMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Unreserve(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -7293,7 +7292,7 @@ func TestOffer_Operation_UnreserveMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_Unreserve{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -7308,7 +7307,7 @@ func TestOffer_Operation_UnreserveMarshalTo(t *testing.T) { } func BenchmarkOffer_Operation_UnreserveProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Offer_Operation_Unreserve, 10000) for i := 0; i < 10000; i++ { @@ -7316,7 +7315,7 @@ func BenchmarkOffer_Operation_UnreserveProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -7326,11 +7325,11 @@ func BenchmarkOffer_Operation_UnreserveProtoMarshal(b *testing.B) { } func BenchmarkOffer_Operation_UnreserveProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedOffer_Operation_Unreserve(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedOffer_Operation_Unreserve(popr, false)) if err != nil { panic(err) } @@ -7340,7 +7339,7 @@ func BenchmarkOffer_Operation_UnreserveProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -7349,14 +7348,14 @@ func BenchmarkOffer_Operation_UnreserveProtoUnmarshal(b *testing.B) { func TestOffer_Operation_CreateProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Create(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_Create{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -7377,13 +7376,13 @@ func TestOffer_Operation_CreateProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestOffer_Operation_CreateMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Create(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -7395,7 +7394,7 @@ func TestOffer_Operation_CreateMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_Create{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -7410,7 +7409,7 @@ func TestOffer_Operation_CreateMarshalTo(t *testing.T) { } func BenchmarkOffer_Operation_CreateProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Offer_Operation_Create, 10000) for i := 0; i < 10000; i++ { @@ -7418,7 +7417,7 @@ func BenchmarkOffer_Operation_CreateProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -7428,11 +7427,11 @@ func BenchmarkOffer_Operation_CreateProtoMarshal(b *testing.B) { } func BenchmarkOffer_Operation_CreateProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedOffer_Operation_Create(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedOffer_Operation_Create(popr, false)) if err != nil { panic(err) } @@ -7442,7 +7441,7 @@ func BenchmarkOffer_Operation_CreateProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -7451,14 +7450,14 @@ func BenchmarkOffer_Operation_CreateProtoUnmarshal(b *testing.B) { func TestOffer_Operation_DestroyProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Destroy(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_Destroy{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -7479,13 +7478,13 @@ func TestOffer_Operation_DestroyProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestOffer_Operation_DestroyMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Destroy(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -7497,7 +7496,7 @@ func TestOffer_Operation_DestroyMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_Destroy{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -7512,7 +7511,7 @@ func TestOffer_Operation_DestroyMarshalTo(t *testing.T) { } func BenchmarkOffer_Operation_DestroyProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Offer_Operation_Destroy, 10000) for i := 0; i < 10000; i++ { @@ -7520,7 +7519,7 @@ func BenchmarkOffer_Operation_DestroyProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -7530,11 +7529,11 @@ func BenchmarkOffer_Operation_DestroyProtoMarshal(b *testing.B) { } func BenchmarkOffer_Operation_DestroyProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedOffer_Operation_Destroy(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedOffer_Operation_Destroy(popr, false)) if err != nil { panic(err) } @@ -7544,7 +7543,7 @@ func BenchmarkOffer_Operation_DestroyProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -7553,14 +7552,14 @@ func BenchmarkOffer_Operation_DestroyProtoUnmarshal(b *testing.B) { func TestInverseOfferProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedInverseOffer(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &InverseOffer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -7581,13 +7580,13 @@ func TestInverseOfferProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestInverseOfferMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedInverseOffer(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -7599,7 +7598,7 @@ func TestInverseOfferMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &InverseOffer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -7614,7 +7613,7 @@ func TestInverseOfferMarshalTo(t *testing.T) { } func BenchmarkInverseOfferProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*InverseOffer, 10000) for i := 0; i < 10000; i++ { @@ -7622,7 +7621,7 @@ func BenchmarkInverseOfferProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -7632,11 +7631,11 @@ func BenchmarkInverseOfferProtoMarshal(b *testing.B) { } func BenchmarkInverseOfferProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedInverseOffer(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedInverseOffer(popr, false)) if err != nil { panic(err) } @@ -7646,7 +7645,7 @@ func BenchmarkInverseOfferProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -7655,14 +7654,14 @@ func BenchmarkInverseOfferProtoUnmarshal(b *testing.B) { func TestTaskInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TaskInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -7683,13 +7682,13 @@ func TestTaskInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestTaskInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -7701,7 +7700,7 @@ func TestTaskInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TaskInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -7716,7 +7715,7 @@ func TestTaskInfoMarshalTo(t *testing.T) { } func BenchmarkTaskInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TaskInfo, 10000) for i := 0; i < 10000; i++ { @@ -7724,7 +7723,7 @@ func BenchmarkTaskInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -7734,11 +7733,11 @@ func BenchmarkTaskInfoProtoMarshal(b *testing.B) { } func BenchmarkTaskInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedTaskInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedTaskInfo(popr, false)) if err != nil { panic(err) } @@ -7748,7 +7747,7 @@ func BenchmarkTaskInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -7757,14 +7756,14 @@ func BenchmarkTaskInfoProtoUnmarshal(b *testing.B) { func TestTaskGroupInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskGroupInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TaskGroupInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -7785,13 +7784,13 @@ func TestTaskGroupInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestTaskGroupInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskGroupInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -7803,7 +7802,7 @@ func TestTaskGroupInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TaskGroupInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -7818,7 +7817,7 @@ func TestTaskGroupInfoMarshalTo(t *testing.T) { } func BenchmarkTaskGroupInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TaskGroupInfo, 10000) for i := 0; i < 10000; i++ { @@ -7826,7 +7825,7 @@ func BenchmarkTaskGroupInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -7836,11 +7835,11 @@ func BenchmarkTaskGroupInfoProtoMarshal(b *testing.B) { } func BenchmarkTaskGroupInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedTaskGroupInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedTaskGroupInfo(popr, false)) if err != nil { panic(err) } @@ -7850,7 +7849,7 @@ func BenchmarkTaskGroupInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -7859,14 +7858,14 @@ func BenchmarkTaskGroupInfoProtoUnmarshal(b *testing.B) { func TestTaskProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTask(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Task{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -7887,13 +7886,13 @@ func TestTaskProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestTaskMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTask(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -7905,7 +7904,7 @@ func TestTaskMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Task{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -7920,7 +7919,7 @@ func TestTaskMarshalTo(t *testing.T) { } func BenchmarkTaskProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Task, 10000) for i := 0; i < 10000; i++ { @@ -7928,7 +7927,7 @@ func BenchmarkTaskProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -7938,11 +7937,11 @@ func BenchmarkTaskProtoMarshal(b *testing.B) { } func BenchmarkTaskProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedTask(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedTask(popr, false)) if err != nil { panic(err) } @@ -7952,7 +7951,7 @@ func BenchmarkTaskProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -7961,14 +7960,14 @@ func BenchmarkTaskProtoUnmarshal(b *testing.B) { func TestCheckStatusInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckStatusInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -7989,13 +7988,13 @@ func TestCheckStatusInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCheckStatusInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -8007,7 +8006,7 @@ func TestCheckStatusInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckStatusInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -8022,7 +8021,7 @@ func TestCheckStatusInfoMarshalTo(t *testing.T) { } func BenchmarkCheckStatusInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CheckStatusInfo, 10000) for i := 0; i < 10000; i++ { @@ -8030,7 +8029,7 @@ func BenchmarkCheckStatusInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -8040,11 +8039,11 @@ func BenchmarkCheckStatusInfoProtoMarshal(b *testing.B) { } func BenchmarkCheckStatusInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCheckStatusInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCheckStatusInfo(popr, false)) if err != nil { panic(err) } @@ -8054,7 +8053,7 @@ func BenchmarkCheckStatusInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -8063,14 +8062,14 @@ func BenchmarkCheckStatusInfoProtoUnmarshal(b *testing.B) { func TestCheckStatusInfo_CommandProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Command(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckStatusInfo_Command{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -8091,13 +8090,13 @@ func TestCheckStatusInfo_CommandProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCheckStatusInfo_CommandMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Command(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -8109,7 +8108,7 @@ func TestCheckStatusInfo_CommandMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckStatusInfo_Command{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -8124,7 +8123,7 @@ func TestCheckStatusInfo_CommandMarshalTo(t *testing.T) { } func BenchmarkCheckStatusInfo_CommandProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CheckStatusInfo_Command, 10000) for i := 0; i < 10000; i++ { @@ -8132,7 +8131,7 @@ func BenchmarkCheckStatusInfo_CommandProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -8142,11 +8141,11 @@ func BenchmarkCheckStatusInfo_CommandProtoMarshal(b *testing.B) { } func BenchmarkCheckStatusInfo_CommandProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCheckStatusInfo_Command(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCheckStatusInfo_Command(popr, false)) if err != nil { panic(err) } @@ -8156,7 +8155,7 @@ func BenchmarkCheckStatusInfo_CommandProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -8165,14 +8164,14 @@ func BenchmarkCheckStatusInfo_CommandProtoUnmarshal(b *testing.B) { func TestCheckStatusInfo_HttpProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Http(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckStatusInfo_Http{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -8193,13 +8192,13 @@ func TestCheckStatusInfo_HttpProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCheckStatusInfo_HttpMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Http(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -8211,7 +8210,7 @@ func TestCheckStatusInfo_HttpMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckStatusInfo_Http{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -8226,7 +8225,7 @@ func TestCheckStatusInfo_HttpMarshalTo(t *testing.T) { } func BenchmarkCheckStatusInfo_HttpProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CheckStatusInfo_Http, 10000) for i := 0; i < 10000; i++ { @@ -8234,7 +8233,7 @@ func BenchmarkCheckStatusInfo_HttpProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -8244,11 +8243,11 @@ func BenchmarkCheckStatusInfo_HttpProtoMarshal(b *testing.B) { } func BenchmarkCheckStatusInfo_HttpProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCheckStatusInfo_Http(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCheckStatusInfo_Http(popr, false)) if err != nil { panic(err) } @@ -8258,7 +8257,7 @@ func BenchmarkCheckStatusInfo_HttpProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -8267,14 +8266,14 @@ func BenchmarkCheckStatusInfo_HttpProtoUnmarshal(b *testing.B) { func TestCheckStatusInfo_TcpProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Tcp(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckStatusInfo_Tcp{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -8295,13 +8294,13 @@ func TestCheckStatusInfo_TcpProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCheckStatusInfo_TcpMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Tcp(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -8313,7 +8312,7 @@ func TestCheckStatusInfo_TcpMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckStatusInfo_Tcp{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -8328,7 +8327,7 @@ func TestCheckStatusInfo_TcpMarshalTo(t *testing.T) { } func BenchmarkCheckStatusInfo_TcpProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CheckStatusInfo_Tcp, 10000) for i := 0; i < 10000; i++ { @@ -8336,7 +8335,7 @@ func BenchmarkCheckStatusInfo_TcpProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -8346,11 +8345,11 @@ func BenchmarkCheckStatusInfo_TcpProtoMarshal(b *testing.B) { } func BenchmarkCheckStatusInfo_TcpProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCheckStatusInfo_Tcp(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCheckStatusInfo_Tcp(popr, false)) if err != nil { panic(err) } @@ -8360,7 +8359,7 @@ func BenchmarkCheckStatusInfo_TcpProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -8369,14 +8368,14 @@ func BenchmarkCheckStatusInfo_TcpProtoUnmarshal(b *testing.B) { func TestTaskStatusProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskStatus(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TaskStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -8397,13 +8396,13 @@ func TestTaskStatusProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestTaskStatusMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskStatus(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -8415,7 +8414,7 @@ func TestTaskStatusMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TaskStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -8430,7 +8429,7 @@ func TestTaskStatusMarshalTo(t *testing.T) { } func BenchmarkTaskStatusProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TaskStatus, 10000) for i := 0; i < 10000; i++ { @@ -8438,7 +8437,7 @@ func BenchmarkTaskStatusProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -8448,11 +8447,11 @@ func BenchmarkTaskStatusProtoMarshal(b *testing.B) { } func BenchmarkTaskStatusProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedTaskStatus(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedTaskStatus(popr, false)) if err != nil { panic(err) } @@ -8462,7 +8461,7 @@ func BenchmarkTaskStatusProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -8471,14 +8470,14 @@ func BenchmarkTaskStatusProtoUnmarshal(b *testing.B) { func TestFiltersProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFilters(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Filters{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -8499,13 +8498,13 @@ func TestFiltersProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestFiltersMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFilters(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -8517,7 +8516,7 @@ func TestFiltersMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Filters{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -8532,7 +8531,7 @@ func TestFiltersMarshalTo(t *testing.T) { } func BenchmarkFiltersProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Filters, 10000) for i := 0; i < 10000; i++ { @@ -8540,7 +8539,7 @@ func BenchmarkFiltersProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -8550,11 +8549,11 @@ func BenchmarkFiltersProtoMarshal(b *testing.B) { } func BenchmarkFiltersProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedFilters(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedFilters(popr, false)) if err != nil { panic(err) } @@ -8564,7 +8563,7 @@ func BenchmarkFiltersProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -8573,14 +8572,14 @@ func BenchmarkFiltersProtoUnmarshal(b *testing.B) { func TestEnvironmentProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEnvironment(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Environment{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -8601,13 +8600,13 @@ func TestEnvironmentProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEnvironmentMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEnvironment(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -8619,7 +8618,7 @@ func TestEnvironmentMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Environment{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -8634,7 +8633,7 @@ func TestEnvironmentMarshalTo(t *testing.T) { } func BenchmarkEnvironmentProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Environment, 10000) for i := 0; i < 10000; i++ { @@ -8642,7 +8641,7 @@ func BenchmarkEnvironmentProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -8652,11 +8651,11 @@ func BenchmarkEnvironmentProtoMarshal(b *testing.B) { } func BenchmarkEnvironmentProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEnvironment(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEnvironment(popr, false)) if err != nil { panic(err) } @@ -8666,7 +8665,7 @@ func BenchmarkEnvironmentProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -8675,14 +8674,14 @@ func BenchmarkEnvironmentProtoUnmarshal(b *testing.B) { func TestEnvironment_VariableProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEnvironment_Variable(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Environment_Variable{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -8703,13 +8702,13 @@ func TestEnvironment_VariableProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEnvironment_VariableMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEnvironment_Variable(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -8721,7 +8720,7 @@ func TestEnvironment_VariableMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Environment_Variable{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -8736,7 +8735,7 @@ func TestEnvironment_VariableMarshalTo(t *testing.T) { } func BenchmarkEnvironment_VariableProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Environment_Variable, 10000) for i := 0; i < 10000; i++ { @@ -8744,7 +8743,7 @@ func BenchmarkEnvironment_VariableProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -8754,11 +8753,11 @@ func BenchmarkEnvironment_VariableProtoMarshal(b *testing.B) { } func BenchmarkEnvironment_VariableProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEnvironment_Variable(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEnvironment_Variable(popr, false)) if err != nil { panic(err) } @@ -8768,7 +8767,7 @@ func BenchmarkEnvironment_VariableProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -8777,14 +8776,14 @@ func BenchmarkEnvironment_VariableProtoUnmarshal(b *testing.B) { func TestParameterProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedParameter(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Parameter{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -8805,13 +8804,13 @@ func TestParameterProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestParameterMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedParameter(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -8823,7 +8822,7 @@ func TestParameterMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Parameter{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -8838,7 +8837,7 @@ func TestParameterMarshalTo(t *testing.T) { } func BenchmarkParameterProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Parameter, 10000) for i := 0; i < 10000; i++ { @@ -8846,7 +8845,7 @@ func BenchmarkParameterProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -8856,11 +8855,11 @@ func BenchmarkParameterProtoMarshal(b *testing.B) { } func BenchmarkParameterProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedParameter(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedParameter(popr, false)) if err != nil { panic(err) } @@ -8870,7 +8869,7 @@ func BenchmarkParameterProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -8879,14 +8878,14 @@ func BenchmarkParameterProtoUnmarshal(b *testing.B) { func TestParametersProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedParameters(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Parameters{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -8907,13 +8906,13 @@ func TestParametersProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestParametersMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedParameters(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -8925,7 +8924,7 @@ func TestParametersMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Parameters{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -8940,7 +8939,7 @@ func TestParametersMarshalTo(t *testing.T) { } func BenchmarkParametersProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Parameters, 10000) for i := 0; i < 10000; i++ { @@ -8948,7 +8947,7 @@ func BenchmarkParametersProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -8958,11 +8957,11 @@ func BenchmarkParametersProtoMarshal(b *testing.B) { } func BenchmarkParametersProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedParameters(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedParameters(popr, false)) if err != nil { panic(err) } @@ -8972,7 +8971,7 @@ func BenchmarkParametersProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -8981,14 +8980,14 @@ func BenchmarkParametersProtoUnmarshal(b *testing.B) { func TestCredentialProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCredential(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Credential{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -9009,13 +9008,13 @@ func TestCredentialProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCredentialMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCredential(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -9027,7 +9026,7 @@ func TestCredentialMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Credential{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -9042,7 +9041,7 @@ func TestCredentialMarshalTo(t *testing.T) { } func BenchmarkCredentialProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Credential, 10000) for i := 0; i < 10000; i++ { @@ -9050,7 +9049,7 @@ func BenchmarkCredentialProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -9060,11 +9059,11 @@ func BenchmarkCredentialProtoMarshal(b *testing.B) { } func BenchmarkCredentialProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCredential(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCredential(popr, false)) if err != nil { panic(err) } @@ -9074,7 +9073,7 @@ func BenchmarkCredentialProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -9083,14 +9082,14 @@ func BenchmarkCredentialProtoUnmarshal(b *testing.B) { func TestCredentialsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCredentials(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Credentials{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -9111,13 +9110,13 @@ func TestCredentialsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCredentialsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCredentials(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -9129,7 +9128,7 @@ func TestCredentialsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Credentials{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -9144,7 +9143,7 @@ func TestCredentialsMarshalTo(t *testing.T) { } func BenchmarkCredentialsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Credentials, 10000) for i := 0; i < 10000; i++ { @@ -9152,7 +9151,7 @@ func BenchmarkCredentialsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -9162,11 +9161,11 @@ func BenchmarkCredentialsProtoMarshal(b *testing.B) { } func BenchmarkCredentialsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCredentials(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCredentials(popr, false)) if err != nil { panic(err) } @@ -9176,7 +9175,7 @@ func BenchmarkCredentialsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -9185,14 +9184,14 @@ func BenchmarkCredentialsProtoUnmarshal(b *testing.B) { func TestSecretProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Secret{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -9213,13 +9212,13 @@ func TestSecretProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestSecretMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -9231,7 +9230,7 @@ func TestSecretMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Secret{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -9246,7 +9245,7 @@ func TestSecretMarshalTo(t *testing.T) { } func BenchmarkSecretProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Secret, 10000) for i := 0; i < 10000; i++ { @@ -9254,7 +9253,7 @@ func BenchmarkSecretProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -9264,11 +9263,11 @@ func BenchmarkSecretProtoMarshal(b *testing.B) { } func BenchmarkSecretProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedSecret(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedSecret(popr, false)) if err != nil { panic(err) } @@ -9278,7 +9277,7 @@ func BenchmarkSecretProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -9287,14 +9286,14 @@ func BenchmarkSecretProtoUnmarshal(b *testing.B) { func TestSecret_ReferenceProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret_Reference(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Secret_Reference{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -9315,13 +9314,13 @@ func TestSecret_ReferenceProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestSecret_ReferenceMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret_Reference(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -9333,7 +9332,7 @@ func TestSecret_ReferenceMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Secret_Reference{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -9348,7 +9347,7 @@ func TestSecret_ReferenceMarshalTo(t *testing.T) { } func BenchmarkSecret_ReferenceProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Secret_Reference, 10000) for i := 0; i < 10000; i++ { @@ -9356,7 +9355,7 @@ func BenchmarkSecret_ReferenceProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -9366,11 +9365,11 @@ func BenchmarkSecret_ReferenceProtoMarshal(b *testing.B) { } func BenchmarkSecret_ReferenceProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedSecret_Reference(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedSecret_Reference(popr, false)) if err != nil { panic(err) } @@ -9380,7 +9379,7 @@ func BenchmarkSecret_ReferenceProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -9389,14 +9388,14 @@ func BenchmarkSecret_ReferenceProtoUnmarshal(b *testing.B) { func TestSecret_ValueProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret_Value(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Secret_Value{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -9417,13 +9416,13 @@ func TestSecret_ValueProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestSecret_ValueMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret_Value(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -9435,7 +9434,7 @@ func TestSecret_ValueMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Secret_Value{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -9450,7 +9449,7 @@ func TestSecret_ValueMarshalTo(t *testing.T) { } func BenchmarkSecret_ValueProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Secret_Value, 10000) for i := 0; i < 10000; i++ { @@ -9458,7 +9457,7 @@ func BenchmarkSecret_ValueProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -9468,11 +9467,11 @@ func BenchmarkSecret_ValueProtoMarshal(b *testing.B) { } func BenchmarkSecret_ValueProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedSecret_Value(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedSecret_Value(popr, false)) if err != nil { panic(err) } @@ -9482,7 +9481,7 @@ func BenchmarkSecret_ValueProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -9491,14 +9490,14 @@ func BenchmarkSecret_ValueProtoUnmarshal(b *testing.B) { func TestRateLimitProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRateLimit(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &RateLimit{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -9519,13 +9518,13 @@ func TestRateLimitProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestRateLimitMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRateLimit(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -9537,7 +9536,7 @@ func TestRateLimitMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &RateLimit{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -9552,7 +9551,7 @@ func TestRateLimitMarshalTo(t *testing.T) { } func BenchmarkRateLimitProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*RateLimit, 10000) for i := 0; i < 10000; i++ { @@ -9560,7 +9559,7 @@ func BenchmarkRateLimitProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -9570,11 +9569,11 @@ func BenchmarkRateLimitProtoMarshal(b *testing.B) { } func BenchmarkRateLimitProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedRateLimit(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedRateLimit(popr, false)) if err != nil { panic(err) } @@ -9584,7 +9583,7 @@ func BenchmarkRateLimitProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -9593,14 +9592,14 @@ func BenchmarkRateLimitProtoUnmarshal(b *testing.B) { func TestRateLimitsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRateLimits(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &RateLimits{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -9621,13 +9620,13 @@ func TestRateLimitsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestRateLimitsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRateLimits(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -9639,7 +9638,7 @@ func TestRateLimitsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &RateLimits{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -9654,7 +9653,7 @@ func TestRateLimitsMarshalTo(t *testing.T) { } func BenchmarkRateLimitsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*RateLimits, 10000) for i := 0; i < 10000; i++ { @@ -9662,7 +9661,7 @@ func BenchmarkRateLimitsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -9672,11 +9671,11 @@ func BenchmarkRateLimitsProtoMarshal(b *testing.B) { } func BenchmarkRateLimitsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedRateLimits(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedRateLimits(popr, false)) if err != nil { panic(err) } @@ -9686,7 +9685,7 @@ func BenchmarkRateLimitsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -9695,14 +9694,14 @@ func BenchmarkRateLimitsProtoUnmarshal(b *testing.B) { func TestImageProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Image{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -9723,13 +9722,13 @@ func TestImageProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestImageMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -9741,7 +9740,7 @@ func TestImageMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Image{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -9756,7 +9755,7 @@ func TestImageMarshalTo(t *testing.T) { } func BenchmarkImageProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Image, 10000) for i := 0; i < 10000; i++ { @@ -9764,7 +9763,7 @@ func BenchmarkImageProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -9774,11 +9773,11 @@ func BenchmarkImageProtoMarshal(b *testing.B) { } func BenchmarkImageProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedImage(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedImage(popr, false)) if err != nil { panic(err) } @@ -9788,7 +9787,7 @@ func BenchmarkImageProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -9797,14 +9796,14 @@ func BenchmarkImageProtoUnmarshal(b *testing.B) { func TestImage_AppcProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage_Appc(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Image_Appc{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -9825,13 +9824,13 @@ func TestImage_AppcProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestImage_AppcMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage_Appc(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -9843,7 +9842,7 @@ func TestImage_AppcMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Image_Appc{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -9858,7 +9857,7 @@ func TestImage_AppcMarshalTo(t *testing.T) { } func BenchmarkImage_AppcProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Image_Appc, 10000) for i := 0; i < 10000; i++ { @@ -9866,7 +9865,7 @@ func BenchmarkImage_AppcProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -9876,11 +9875,11 @@ func BenchmarkImage_AppcProtoMarshal(b *testing.B) { } func BenchmarkImage_AppcProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedImage_Appc(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedImage_Appc(popr, false)) if err != nil { panic(err) } @@ -9890,7 +9889,7 @@ func BenchmarkImage_AppcProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -9899,14 +9898,14 @@ func BenchmarkImage_AppcProtoUnmarshal(b *testing.B) { func TestImage_DockerProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage_Docker(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Image_Docker{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -9927,13 +9926,13 @@ func TestImage_DockerProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestImage_DockerMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage_Docker(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -9945,7 +9944,7 @@ func TestImage_DockerMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Image_Docker{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -9960,7 +9959,7 @@ func TestImage_DockerMarshalTo(t *testing.T) { } func BenchmarkImage_DockerProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Image_Docker, 10000) for i := 0; i < 10000; i++ { @@ -9968,7 +9967,7 @@ func BenchmarkImage_DockerProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -9978,11 +9977,11 @@ func BenchmarkImage_DockerProtoMarshal(b *testing.B) { } func BenchmarkImage_DockerProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedImage_Docker(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedImage_Docker(popr, false)) if err != nil { panic(err) } @@ -9992,7 +9991,7 @@ func BenchmarkImage_DockerProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -10001,14 +10000,14 @@ func BenchmarkImage_DockerProtoUnmarshal(b *testing.B) { func TestVolumeProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Volume{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -10029,13 +10028,13 @@ func TestVolumeProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestVolumeMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -10047,7 +10046,7 @@ func TestVolumeMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Volume{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -10062,7 +10061,7 @@ func TestVolumeMarshalTo(t *testing.T) { } func BenchmarkVolumeProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Volume, 10000) for i := 0; i < 10000; i++ { @@ -10070,7 +10069,7 @@ func BenchmarkVolumeProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -10080,11 +10079,11 @@ func BenchmarkVolumeProtoMarshal(b *testing.B) { } func BenchmarkVolumeProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedVolume(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedVolume(popr, false)) if err != nil { panic(err) } @@ -10094,7 +10093,7 @@ func BenchmarkVolumeProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -10103,14 +10102,14 @@ func BenchmarkVolumeProtoUnmarshal(b *testing.B) { func TestVolume_SourceProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Volume_Source{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -10131,13 +10130,13 @@ func TestVolume_SourceProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestVolume_SourceMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -10149,7 +10148,7 @@ func TestVolume_SourceMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Volume_Source{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -10164,7 +10163,7 @@ func TestVolume_SourceMarshalTo(t *testing.T) { } func BenchmarkVolume_SourceProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Volume_Source, 10000) for i := 0; i < 10000; i++ { @@ -10172,7 +10171,7 @@ func BenchmarkVolume_SourceProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -10182,11 +10181,11 @@ func BenchmarkVolume_SourceProtoMarshal(b *testing.B) { } func BenchmarkVolume_SourceProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedVolume_Source(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedVolume_Source(popr, false)) if err != nil { panic(err) } @@ -10196,7 +10195,7 @@ func BenchmarkVolume_SourceProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -10205,14 +10204,14 @@ func BenchmarkVolume_SourceProtoUnmarshal(b *testing.B) { func TestVolume_Source_DockerVolumeProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source_DockerVolume(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Volume_Source_DockerVolume{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -10233,13 +10232,13 @@ func TestVolume_Source_DockerVolumeProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestVolume_Source_DockerVolumeMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source_DockerVolume(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -10251,7 +10250,7 @@ func TestVolume_Source_DockerVolumeMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Volume_Source_DockerVolume{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -10266,7 +10265,7 @@ func TestVolume_Source_DockerVolumeMarshalTo(t *testing.T) { } func BenchmarkVolume_Source_DockerVolumeProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Volume_Source_DockerVolume, 10000) for i := 0; i < 10000; i++ { @@ -10274,7 +10273,7 @@ func BenchmarkVolume_Source_DockerVolumeProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -10284,11 +10283,11 @@ func BenchmarkVolume_Source_DockerVolumeProtoMarshal(b *testing.B) { } func BenchmarkVolume_Source_DockerVolumeProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedVolume_Source_DockerVolume(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedVolume_Source_DockerVolume(popr, false)) if err != nil { panic(err) } @@ -10298,7 +10297,7 @@ func BenchmarkVolume_Source_DockerVolumeProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -10307,14 +10306,14 @@ func BenchmarkVolume_Source_DockerVolumeProtoUnmarshal(b *testing.B) { func TestVolume_Source_SandboxPathProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source_SandboxPath(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Volume_Source_SandboxPath{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -10335,13 +10334,13 @@ func TestVolume_Source_SandboxPathProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestVolume_Source_SandboxPathMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source_SandboxPath(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -10353,7 +10352,7 @@ func TestVolume_Source_SandboxPathMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Volume_Source_SandboxPath{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -10368,7 +10367,7 @@ func TestVolume_Source_SandboxPathMarshalTo(t *testing.T) { } func BenchmarkVolume_Source_SandboxPathProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Volume_Source_SandboxPath, 10000) for i := 0; i < 10000; i++ { @@ -10376,7 +10375,7 @@ func BenchmarkVolume_Source_SandboxPathProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -10386,11 +10385,11 @@ func BenchmarkVolume_Source_SandboxPathProtoMarshal(b *testing.B) { } func BenchmarkVolume_Source_SandboxPathProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedVolume_Source_SandboxPath(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedVolume_Source_SandboxPath(popr, false)) if err != nil { panic(err) } @@ -10400,7 +10399,7 @@ func BenchmarkVolume_Source_SandboxPathProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -10409,14 +10408,14 @@ func BenchmarkVolume_Source_SandboxPathProtoUnmarshal(b *testing.B) { func TestNetworkInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &NetworkInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -10437,13 +10436,13 @@ func TestNetworkInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestNetworkInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -10455,7 +10454,7 @@ func TestNetworkInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &NetworkInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -10470,7 +10469,7 @@ func TestNetworkInfoMarshalTo(t *testing.T) { } func BenchmarkNetworkInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*NetworkInfo, 10000) for i := 0; i < 10000; i++ { @@ -10478,7 +10477,7 @@ func BenchmarkNetworkInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -10488,11 +10487,11 @@ func BenchmarkNetworkInfoProtoMarshal(b *testing.B) { } func BenchmarkNetworkInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedNetworkInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedNetworkInfo(popr, false)) if err != nil { panic(err) } @@ -10502,7 +10501,7 @@ func BenchmarkNetworkInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -10511,14 +10510,14 @@ func BenchmarkNetworkInfoProtoUnmarshal(b *testing.B) { func TestNetworkInfo_IPAddressProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo_IPAddress(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &NetworkInfo_IPAddress{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -10539,13 +10538,13 @@ func TestNetworkInfo_IPAddressProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestNetworkInfo_IPAddressMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo_IPAddress(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -10557,7 +10556,7 @@ func TestNetworkInfo_IPAddressMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &NetworkInfo_IPAddress{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -10572,7 +10571,7 @@ func TestNetworkInfo_IPAddressMarshalTo(t *testing.T) { } func BenchmarkNetworkInfo_IPAddressProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*NetworkInfo_IPAddress, 10000) for i := 0; i < 10000; i++ { @@ -10580,7 +10579,7 @@ func BenchmarkNetworkInfo_IPAddressProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -10590,11 +10589,11 @@ func BenchmarkNetworkInfo_IPAddressProtoMarshal(b *testing.B) { } func BenchmarkNetworkInfo_IPAddressProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedNetworkInfo_IPAddress(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedNetworkInfo_IPAddress(popr, false)) if err != nil { panic(err) } @@ -10604,7 +10603,7 @@ func BenchmarkNetworkInfo_IPAddressProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -10613,14 +10612,14 @@ func BenchmarkNetworkInfo_IPAddressProtoUnmarshal(b *testing.B) { func TestNetworkInfo_PortMappingProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo_PortMapping(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &NetworkInfo_PortMapping{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -10641,13 +10640,13 @@ func TestNetworkInfo_PortMappingProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestNetworkInfo_PortMappingMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo_PortMapping(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -10659,7 +10658,7 @@ func TestNetworkInfo_PortMappingMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &NetworkInfo_PortMapping{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -10674,7 +10673,7 @@ func TestNetworkInfo_PortMappingMarshalTo(t *testing.T) { } func BenchmarkNetworkInfo_PortMappingProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*NetworkInfo_PortMapping, 10000) for i := 0; i < 10000; i++ { @@ -10682,7 +10681,7 @@ func BenchmarkNetworkInfo_PortMappingProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -10692,11 +10691,11 @@ func BenchmarkNetworkInfo_PortMappingProtoMarshal(b *testing.B) { } func BenchmarkNetworkInfo_PortMappingProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedNetworkInfo_PortMapping(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedNetworkInfo_PortMapping(popr, false)) if err != nil { panic(err) } @@ -10706,7 +10705,7 @@ func BenchmarkNetworkInfo_PortMappingProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -10715,14 +10714,14 @@ func BenchmarkNetworkInfo_PortMappingProtoUnmarshal(b *testing.B) { func TestCapabilityInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCapabilityInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CapabilityInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -10743,13 +10742,13 @@ func TestCapabilityInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCapabilityInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCapabilityInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -10761,7 +10760,7 @@ func TestCapabilityInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CapabilityInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -10776,7 +10775,7 @@ func TestCapabilityInfoMarshalTo(t *testing.T) { } func BenchmarkCapabilityInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CapabilityInfo, 10000) for i := 0; i < 10000; i++ { @@ -10784,7 +10783,7 @@ func BenchmarkCapabilityInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -10794,11 +10793,11 @@ func BenchmarkCapabilityInfoProtoMarshal(b *testing.B) { } func BenchmarkCapabilityInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCapabilityInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCapabilityInfo(popr, false)) if err != nil { panic(err) } @@ -10808,7 +10807,7 @@ func BenchmarkCapabilityInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -10817,14 +10816,14 @@ func BenchmarkCapabilityInfoProtoUnmarshal(b *testing.B) { func TestLinuxInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLinuxInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &LinuxInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -10845,13 +10844,13 @@ func TestLinuxInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestLinuxInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLinuxInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -10863,7 +10862,7 @@ func TestLinuxInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &LinuxInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -10878,7 +10877,7 @@ func TestLinuxInfoMarshalTo(t *testing.T) { } func BenchmarkLinuxInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*LinuxInfo, 10000) for i := 0; i < 10000; i++ { @@ -10886,7 +10885,7 @@ func BenchmarkLinuxInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -10896,11 +10895,11 @@ func BenchmarkLinuxInfoProtoMarshal(b *testing.B) { } func BenchmarkLinuxInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedLinuxInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedLinuxInfo(popr, false)) if err != nil { panic(err) } @@ -10910,7 +10909,7 @@ func BenchmarkLinuxInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -10919,14 +10918,14 @@ func BenchmarkLinuxInfoProtoUnmarshal(b *testing.B) { func TestRLimitInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRLimitInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &RLimitInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -10947,13 +10946,13 @@ func TestRLimitInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestRLimitInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRLimitInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -10965,7 +10964,7 @@ func TestRLimitInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &RLimitInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -10980,7 +10979,7 @@ func TestRLimitInfoMarshalTo(t *testing.T) { } func BenchmarkRLimitInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*RLimitInfo, 10000) for i := 0; i < 10000; i++ { @@ -10988,7 +10987,7 @@ func BenchmarkRLimitInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -10998,11 +10997,11 @@ func BenchmarkRLimitInfoProtoMarshal(b *testing.B) { } func BenchmarkRLimitInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedRLimitInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedRLimitInfo(popr, false)) if err != nil { panic(err) } @@ -11012,7 +11011,7 @@ func BenchmarkRLimitInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -11021,14 +11020,14 @@ func BenchmarkRLimitInfoProtoUnmarshal(b *testing.B) { func TestRLimitInfo_RLimitProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRLimitInfo_RLimit(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &RLimitInfo_RLimit{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -11049,13 +11048,13 @@ func TestRLimitInfo_RLimitProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestRLimitInfo_RLimitMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRLimitInfo_RLimit(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -11067,7 +11066,7 @@ func TestRLimitInfo_RLimitMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &RLimitInfo_RLimit{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -11082,7 +11081,7 @@ func TestRLimitInfo_RLimitMarshalTo(t *testing.T) { } func BenchmarkRLimitInfo_RLimitProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*RLimitInfo_RLimit, 10000) for i := 0; i < 10000; i++ { @@ -11090,7 +11089,7 @@ func BenchmarkRLimitInfo_RLimitProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -11100,11 +11099,11 @@ func BenchmarkRLimitInfo_RLimitProtoMarshal(b *testing.B) { } func BenchmarkRLimitInfo_RLimitProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedRLimitInfo_RLimit(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedRLimitInfo_RLimit(popr, false)) if err != nil { panic(err) } @@ -11114,7 +11113,7 @@ func BenchmarkRLimitInfo_RLimitProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -11123,14 +11122,14 @@ func BenchmarkRLimitInfo_RLimitProtoUnmarshal(b *testing.B) { func TestTTYInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTTYInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TTYInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -11151,13 +11150,13 @@ func TestTTYInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestTTYInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTTYInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -11169,7 +11168,7 @@ func TestTTYInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TTYInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -11184,7 +11183,7 @@ func TestTTYInfoMarshalTo(t *testing.T) { } func BenchmarkTTYInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TTYInfo, 10000) for i := 0; i < 10000; i++ { @@ -11192,7 +11191,7 @@ func BenchmarkTTYInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -11202,11 +11201,11 @@ func BenchmarkTTYInfoProtoMarshal(b *testing.B) { } func BenchmarkTTYInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedTTYInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedTTYInfo(popr, false)) if err != nil { panic(err) } @@ -11216,7 +11215,7 @@ func BenchmarkTTYInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -11225,14 +11224,14 @@ func BenchmarkTTYInfoProtoUnmarshal(b *testing.B) { func TestTTYInfo_WindowSizeProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTTYInfo_WindowSize(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TTYInfo_WindowSize{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -11253,13 +11252,13 @@ func TestTTYInfo_WindowSizeProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestTTYInfo_WindowSizeMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTTYInfo_WindowSize(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -11271,7 +11270,7 @@ func TestTTYInfo_WindowSizeMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TTYInfo_WindowSize{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -11286,7 +11285,7 @@ func TestTTYInfo_WindowSizeMarshalTo(t *testing.T) { } func BenchmarkTTYInfo_WindowSizeProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TTYInfo_WindowSize, 10000) for i := 0; i < 10000; i++ { @@ -11294,7 +11293,7 @@ func BenchmarkTTYInfo_WindowSizeProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -11304,11 +11303,11 @@ func BenchmarkTTYInfo_WindowSizeProtoMarshal(b *testing.B) { } func BenchmarkTTYInfo_WindowSizeProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedTTYInfo_WindowSize(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedTTYInfo_WindowSize(popr, false)) if err != nil { panic(err) } @@ -11318,7 +11317,7 @@ func BenchmarkTTYInfo_WindowSizeProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -11327,14 +11326,14 @@ func BenchmarkTTYInfo_WindowSizeProtoUnmarshal(b *testing.B) { func TestContainerInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -11355,13 +11354,13 @@ func TestContainerInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestContainerInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -11373,7 +11372,7 @@ func TestContainerInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -11388,7 +11387,7 @@ func TestContainerInfoMarshalTo(t *testing.T) { } func BenchmarkContainerInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ContainerInfo, 10000) for i := 0; i < 10000; i++ { @@ -11396,7 +11395,7 @@ func BenchmarkContainerInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -11406,11 +11405,11 @@ func BenchmarkContainerInfoProtoMarshal(b *testing.B) { } func BenchmarkContainerInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedContainerInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedContainerInfo(popr, false)) if err != nil { panic(err) } @@ -11420,7 +11419,7 @@ func BenchmarkContainerInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -11429,14 +11428,14 @@ func BenchmarkContainerInfoProtoUnmarshal(b *testing.B) { func TestContainerInfo_DockerInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_DockerInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerInfo_DockerInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -11457,13 +11456,13 @@ func TestContainerInfo_DockerInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestContainerInfo_DockerInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_DockerInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -11475,7 +11474,7 @@ func TestContainerInfo_DockerInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerInfo_DockerInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -11490,7 +11489,7 @@ func TestContainerInfo_DockerInfoMarshalTo(t *testing.T) { } func BenchmarkContainerInfo_DockerInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ContainerInfo_DockerInfo, 10000) for i := 0; i < 10000; i++ { @@ -11498,7 +11497,7 @@ func BenchmarkContainerInfo_DockerInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -11508,11 +11507,11 @@ func BenchmarkContainerInfo_DockerInfoProtoMarshal(b *testing.B) { } func BenchmarkContainerInfo_DockerInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedContainerInfo_DockerInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedContainerInfo_DockerInfo(popr, false)) if err != nil { panic(err) } @@ -11522,7 +11521,7 @@ func BenchmarkContainerInfo_DockerInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -11531,14 +11530,14 @@ func BenchmarkContainerInfo_DockerInfoProtoUnmarshal(b *testing.B) { func TestContainerInfo_DockerInfo_PortMappingProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_DockerInfo_PortMapping(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerInfo_DockerInfo_PortMapping{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -11559,13 +11558,13 @@ func TestContainerInfo_DockerInfo_PortMappingProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestContainerInfo_DockerInfo_PortMappingMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_DockerInfo_PortMapping(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -11577,7 +11576,7 @@ func TestContainerInfo_DockerInfo_PortMappingMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerInfo_DockerInfo_PortMapping{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -11592,7 +11591,7 @@ func TestContainerInfo_DockerInfo_PortMappingMarshalTo(t *testing.T) { } func BenchmarkContainerInfo_DockerInfo_PortMappingProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ContainerInfo_DockerInfo_PortMapping, 10000) for i := 0; i < 10000; i++ { @@ -11600,7 +11599,7 @@ func BenchmarkContainerInfo_DockerInfo_PortMappingProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -11610,11 +11609,11 @@ func BenchmarkContainerInfo_DockerInfo_PortMappingProtoMarshal(b *testing.B) { } func BenchmarkContainerInfo_DockerInfo_PortMappingProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedContainerInfo_DockerInfo_PortMapping(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedContainerInfo_DockerInfo_PortMapping(popr, false)) if err != nil { panic(err) } @@ -11624,7 +11623,7 @@ func BenchmarkContainerInfo_DockerInfo_PortMappingProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -11633,14 +11632,14 @@ func BenchmarkContainerInfo_DockerInfo_PortMappingProtoUnmarshal(b *testing.B) { func TestContainerInfo_MesosInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_MesosInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerInfo_MesosInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -11661,13 +11660,13 @@ func TestContainerInfo_MesosInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestContainerInfo_MesosInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_MesosInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -11679,7 +11678,7 @@ func TestContainerInfo_MesosInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerInfo_MesosInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -11694,7 +11693,7 @@ func TestContainerInfo_MesosInfoMarshalTo(t *testing.T) { } func BenchmarkContainerInfo_MesosInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ContainerInfo_MesosInfo, 10000) for i := 0; i < 10000; i++ { @@ -11702,7 +11701,7 @@ func BenchmarkContainerInfo_MesosInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -11712,11 +11711,11 @@ func BenchmarkContainerInfo_MesosInfoProtoMarshal(b *testing.B) { } func BenchmarkContainerInfo_MesosInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedContainerInfo_MesosInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedContainerInfo_MesosInfo(popr, false)) if err != nil { panic(err) } @@ -11726,7 +11725,7 @@ func BenchmarkContainerInfo_MesosInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -11735,14 +11734,14 @@ func BenchmarkContainerInfo_MesosInfoProtoUnmarshal(b *testing.B) { func TestContainerStatusProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerStatus(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -11763,13 +11762,13 @@ func TestContainerStatusProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestContainerStatusMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerStatus(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -11781,7 +11780,7 @@ func TestContainerStatusMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -11796,7 +11795,7 @@ func TestContainerStatusMarshalTo(t *testing.T) { } func BenchmarkContainerStatusProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ContainerStatus, 10000) for i := 0; i < 10000; i++ { @@ -11804,7 +11803,7 @@ func BenchmarkContainerStatusProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -11814,11 +11813,11 @@ func BenchmarkContainerStatusProtoMarshal(b *testing.B) { } func BenchmarkContainerStatusProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedContainerStatus(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedContainerStatus(popr, false)) if err != nil { panic(err) } @@ -11828,7 +11827,7 @@ func BenchmarkContainerStatusProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -11837,14 +11836,14 @@ func BenchmarkContainerStatusProtoUnmarshal(b *testing.B) { func TestCgroupInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -11865,13 +11864,13 @@ func TestCgroupInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCgroupInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -11883,7 +11882,7 @@ func TestCgroupInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -11898,7 +11897,7 @@ func TestCgroupInfoMarshalTo(t *testing.T) { } func BenchmarkCgroupInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo, 10000) for i := 0; i < 10000; i++ { @@ -11906,7 +11905,7 @@ func BenchmarkCgroupInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -11916,11 +11915,11 @@ func BenchmarkCgroupInfoProtoMarshal(b *testing.B) { } func BenchmarkCgroupInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCgroupInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCgroupInfo(popr, false)) if err != nil { panic(err) } @@ -11930,7 +11929,7 @@ func BenchmarkCgroupInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -11939,14 +11938,14 @@ func BenchmarkCgroupInfoProtoUnmarshal(b *testing.B) { func TestCgroupInfo_BlkioProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -11967,13 +11966,13 @@ func TestCgroupInfo_BlkioProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCgroupInfo_BlkioMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -11985,7 +11984,7 @@ func TestCgroupInfo_BlkioMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -12000,7 +11999,7 @@ func TestCgroupInfo_BlkioMarshalTo(t *testing.T) { } func BenchmarkCgroupInfo_BlkioProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo_Blkio, 10000) for i := 0; i < 10000; i++ { @@ -12008,7 +12007,7 @@ func BenchmarkCgroupInfo_BlkioProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -12018,11 +12017,11 @@ func BenchmarkCgroupInfo_BlkioProtoMarshal(b *testing.B) { } func BenchmarkCgroupInfo_BlkioProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCgroupInfo_Blkio(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCgroupInfo_Blkio(popr, false)) if err != nil { panic(err) } @@ -12032,7 +12031,7 @@ func BenchmarkCgroupInfo_BlkioProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -12041,14 +12040,14 @@ func BenchmarkCgroupInfo_BlkioProtoUnmarshal(b *testing.B) { func TestCgroupInfo_Blkio_ValueProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Value(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_Value{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -12069,13 +12068,13 @@ func TestCgroupInfo_Blkio_ValueProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCgroupInfo_Blkio_ValueMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Value(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -12087,7 +12086,7 @@ func TestCgroupInfo_Blkio_ValueMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_Value{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -12102,7 +12101,7 @@ func TestCgroupInfo_Blkio_ValueMarshalTo(t *testing.T) { } func BenchmarkCgroupInfo_Blkio_ValueProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo_Blkio_Value, 10000) for i := 0; i < 10000; i++ { @@ -12110,7 +12109,7 @@ func BenchmarkCgroupInfo_Blkio_ValueProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -12120,11 +12119,11 @@ func BenchmarkCgroupInfo_Blkio_ValueProtoMarshal(b *testing.B) { } func BenchmarkCgroupInfo_Blkio_ValueProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCgroupInfo_Blkio_Value(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCgroupInfo_Blkio_Value(popr, false)) if err != nil { panic(err) } @@ -12134,7 +12133,7 @@ func BenchmarkCgroupInfo_Blkio_ValueProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -12143,14 +12142,14 @@ func BenchmarkCgroupInfo_Blkio_ValueProtoUnmarshal(b *testing.B) { func TestCgroupInfo_Blkio_CFQProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_CFQ(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_CFQ{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -12171,13 +12170,13 @@ func TestCgroupInfo_Blkio_CFQProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCgroupInfo_Blkio_CFQMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_CFQ(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -12189,7 +12188,7 @@ func TestCgroupInfo_Blkio_CFQMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_CFQ{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -12204,7 +12203,7 @@ func TestCgroupInfo_Blkio_CFQMarshalTo(t *testing.T) { } func BenchmarkCgroupInfo_Blkio_CFQProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo_Blkio_CFQ, 10000) for i := 0; i < 10000; i++ { @@ -12212,7 +12211,7 @@ func BenchmarkCgroupInfo_Blkio_CFQProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -12222,11 +12221,11 @@ func BenchmarkCgroupInfo_Blkio_CFQProtoMarshal(b *testing.B) { } func BenchmarkCgroupInfo_Blkio_CFQProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCgroupInfo_Blkio_CFQ(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCgroupInfo_Blkio_CFQ(popr, false)) if err != nil { panic(err) } @@ -12236,7 +12235,7 @@ func BenchmarkCgroupInfo_Blkio_CFQProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -12245,14 +12244,14 @@ func BenchmarkCgroupInfo_Blkio_CFQProtoUnmarshal(b *testing.B) { func TestCgroupInfo_Blkio_CFQ_StatisticsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_CFQ_Statistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_CFQ_Statistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -12273,13 +12272,13 @@ func TestCgroupInfo_Blkio_CFQ_StatisticsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCgroupInfo_Blkio_CFQ_StatisticsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_CFQ_Statistics(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -12291,7 +12290,7 @@ func TestCgroupInfo_Blkio_CFQ_StatisticsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_CFQ_Statistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -12306,7 +12305,7 @@ func TestCgroupInfo_Blkio_CFQ_StatisticsMarshalTo(t *testing.T) { } func BenchmarkCgroupInfo_Blkio_CFQ_StatisticsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo_Blkio_CFQ_Statistics, 10000) for i := 0; i < 10000; i++ { @@ -12314,7 +12313,7 @@ func BenchmarkCgroupInfo_Blkio_CFQ_StatisticsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -12324,11 +12323,11 @@ func BenchmarkCgroupInfo_Blkio_CFQ_StatisticsProtoMarshal(b *testing.B) { } func BenchmarkCgroupInfo_Blkio_CFQ_StatisticsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCgroupInfo_Blkio_CFQ_Statistics(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCgroupInfo_Blkio_CFQ_Statistics(popr, false)) if err != nil { panic(err) } @@ -12338,7 +12337,7 @@ func BenchmarkCgroupInfo_Blkio_CFQ_StatisticsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -12347,14 +12346,14 @@ func BenchmarkCgroupInfo_Blkio_CFQ_StatisticsProtoUnmarshal(b *testing.B) { func TestCgroupInfo_Blkio_ThrottlingProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Throttling(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_Throttling{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -12375,13 +12374,13 @@ func TestCgroupInfo_Blkio_ThrottlingProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCgroupInfo_Blkio_ThrottlingMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Throttling(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -12393,7 +12392,7 @@ func TestCgroupInfo_Blkio_ThrottlingMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_Throttling{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -12408,7 +12407,7 @@ func TestCgroupInfo_Blkio_ThrottlingMarshalTo(t *testing.T) { } func BenchmarkCgroupInfo_Blkio_ThrottlingProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo_Blkio_Throttling, 10000) for i := 0; i < 10000; i++ { @@ -12416,7 +12415,7 @@ func BenchmarkCgroupInfo_Blkio_ThrottlingProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -12426,11 +12425,11 @@ func BenchmarkCgroupInfo_Blkio_ThrottlingProtoMarshal(b *testing.B) { } func BenchmarkCgroupInfo_Blkio_ThrottlingProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCgroupInfo_Blkio_Throttling(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCgroupInfo_Blkio_Throttling(popr, false)) if err != nil { panic(err) } @@ -12440,7 +12439,7 @@ func BenchmarkCgroupInfo_Blkio_ThrottlingProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -12449,14 +12448,14 @@ func BenchmarkCgroupInfo_Blkio_ThrottlingProtoUnmarshal(b *testing.B) { func TestCgroupInfo_Blkio_Throttling_StatisticsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Throttling_Statistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_Throttling_Statistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -12477,13 +12476,13 @@ func TestCgroupInfo_Blkio_Throttling_StatisticsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCgroupInfo_Blkio_Throttling_StatisticsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Throttling_Statistics(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -12495,7 +12494,7 @@ func TestCgroupInfo_Blkio_Throttling_StatisticsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_Throttling_Statistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -12510,7 +12509,7 @@ func TestCgroupInfo_Blkio_Throttling_StatisticsMarshalTo(t *testing.T) { } func BenchmarkCgroupInfo_Blkio_Throttling_StatisticsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo_Blkio_Throttling_Statistics, 10000) for i := 0; i < 10000; i++ { @@ -12518,7 +12517,7 @@ func BenchmarkCgroupInfo_Blkio_Throttling_StatisticsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -12528,11 +12527,11 @@ func BenchmarkCgroupInfo_Blkio_Throttling_StatisticsProtoMarshal(b *testing.B) { } func BenchmarkCgroupInfo_Blkio_Throttling_StatisticsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCgroupInfo_Blkio_Throttling_Statistics(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCgroupInfo_Blkio_Throttling_Statistics(popr, false)) if err != nil { panic(err) } @@ -12542,7 +12541,7 @@ func BenchmarkCgroupInfo_Blkio_Throttling_StatisticsProtoUnmarshal(b *testing.B) b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -12551,14 +12550,14 @@ func BenchmarkCgroupInfo_Blkio_Throttling_StatisticsProtoUnmarshal(b *testing.B) func TestCgroupInfo_Blkio_StatisticsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Statistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_Statistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -12579,13 +12578,13 @@ func TestCgroupInfo_Blkio_StatisticsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCgroupInfo_Blkio_StatisticsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Statistics(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -12597,7 +12596,7 @@ func TestCgroupInfo_Blkio_StatisticsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_Statistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -12612,7 +12611,7 @@ func TestCgroupInfo_Blkio_StatisticsMarshalTo(t *testing.T) { } func BenchmarkCgroupInfo_Blkio_StatisticsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo_Blkio_Statistics, 10000) for i := 0; i < 10000; i++ { @@ -12620,7 +12619,7 @@ func BenchmarkCgroupInfo_Blkio_StatisticsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -12630,11 +12629,11 @@ func BenchmarkCgroupInfo_Blkio_StatisticsProtoMarshal(b *testing.B) { } func BenchmarkCgroupInfo_Blkio_StatisticsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCgroupInfo_Blkio_Statistics(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCgroupInfo_Blkio_Statistics(popr, false)) if err != nil { panic(err) } @@ -12644,7 +12643,7 @@ func BenchmarkCgroupInfo_Blkio_StatisticsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -12653,14 +12652,14 @@ func BenchmarkCgroupInfo_Blkio_StatisticsProtoUnmarshal(b *testing.B) { func TestCgroupInfo_NetClsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_NetCls(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_NetCls{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -12681,13 +12680,13 @@ func TestCgroupInfo_NetClsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCgroupInfo_NetClsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_NetCls(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -12699,7 +12698,7 @@ func TestCgroupInfo_NetClsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_NetCls{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -12714,7 +12713,7 @@ func TestCgroupInfo_NetClsMarshalTo(t *testing.T) { } func BenchmarkCgroupInfo_NetClsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo_NetCls, 10000) for i := 0; i < 10000; i++ { @@ -12722,7 +12721,7 @@ func BenchmarkCgroupInfo_NetClsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -12732,11 +12731,11 @@ func BenchmarkCgroupInfo_NetClsProtoMarshal(b *testing.B) { } func BenchmarkCgroupInfo_NetClsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCgroupInfo_NetCls(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCgroupInfo_NetCls(popr, false)) if err != nil { panic(err) } @@ -12746,7 +12745,7 @@ func BenchmarkCgroupInfo_NetClsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -12755,14 +12754,14 @@ func BenchmarkCgroupInfo_NetClsProtoUnmarshal(b *testing.B) { func TestLabelsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLabels(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Labels{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -12783,13 +12782,13 @@ func TestLabelsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestLabelsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLabels(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -12801,7 +12800,7 @@ func TestLabelsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Labels{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -12816,7 +12815,7 @@ func TestLabelsMarshalTo(t *testing.T) { } func BenchmarkLabelsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Labels, 10000) for i := 0; i < 10000; i++ { @@ -12824,7 +12823,7 @@ func BenchmarkLabelsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -12834,11 +12833,11 @@ func BenchmarkLabelsProtoMarshal(b *testing.B) { } func BenchmarkLabelsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedLabels(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedLabels(popr, false)) if err != nil { panic(err) } @@ -12848,7 +12847,7 @@ func BenchmarkLabelsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -12857,14 +12856,14 @@ func BenchmarkLabelsProtoUnmarshal(b *testing.B) { func TestLabelProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLabel(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Label{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -12885,13 +12884,13 @@ func TestLabelProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestLabelMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLabel(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -12903,7 +12902,7 @@ func TestLabelMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Label{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -12918,7 +12917,7 @@ func TestLabelMarshalTo(t *testing.T) { } func BenchmarkLabelProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Label, 10000) for i := 0; i < 10000; i++ { @@ -12926,7 +12925,7 @@ func BenchmarkLabelProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -12936,11 +12935,11 @@ func BenchmarkLabelProtoMarshal(b *testing.B) { } func BenchmarkLabelProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedLabel(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedLabel(popr, false)) if err != nil { panic(err) } @@ -12950,7 +12949,7 @@ func BenchmarkLabelProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -12959,14 +12958,14 @@ func BenchmarkLabelProtoUnmarshal(b *testing.B) { func TestPortProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPort(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Port{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -12987,13 +12986,13 @@ func TestPortProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestPortMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPort(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -13005,7 +13004,7 @@ func TestPortMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Port{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -13020,7 +13019,7 @@ func TestPortMarshalTo(t *testing.T) { } func BenchmarkPortProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Port, 10000) for i := 0; i < 10000; i++ { @@ -13028,7 +13027,7 @@ func BenchmarkPortProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -13038,11 +13037,11 @@ func BenchmarkPortProtoMarshal(b *testing.B) { } func BenchmarkPortProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedPort(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedPort(popr, false)) if err != nil { panic(err) } @@ -13052,7 +13051,7 @@ func BenchmarkPortProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -13061,14 +13060,14 @@ func BenchmarkPortProtoUnmarshal(b *testing.B) { func TestPortsProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPorts(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Ports{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -13089,13 +13088,13 @@ func TestPortsProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestPortsMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPorts(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -13107,7 +13106,7 @@ func TestPortsMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Ports{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -13122,7 +13121,7 @@ func TestPortsMarshalTo(t *testing.T) { } func BenchmarkPortsProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Ports, 10000) for i := 0; i < 10000; i++ { @@ -13130,7 +13129,7 @@ func BenchmarkPortsProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -13140,11 +13139,11 @@ func BenchmarkPortsProtoMarshal(b *testing.B) { } func BenchmarkPortsProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedPorts(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedPorts(popr, false)) if err != nil { panic(err) } @@ -13154,7 +13153,7 @@ func BenchmarkPortsProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -13163,14 +13162,14 @@ func BenchmarkPortsProtoUnmarshal(b *testing.B) { func TestDiscoveryInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDiscoveryInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DiscoveryInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -13191,13 +13190,13 @@ func TestDiscoveryInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestDiscoveryInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDiscoveryInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -13209,7 +13208,7 @@ func TestDiscoveryInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DiscoveryInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -13224,7 +13223,7 @@ func TestDiscoveryInfoMarshalTo(t *testing.T) { } func BenchmarkDiscoveryInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DiscoveryInfo, 10000) for i := 0; i < 10000; i++ { @@ -13232,7 +13231,7 @@ func BenchmarkDiscoveryInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -13242,11 +13241,11 @@ func BenchmarkDiscoveryInfoProtoMarshal(b *testing.B) { } func BenchmarkDiscoveryInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedDiscoveryInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedDiscoveryInfo(popr, false)) if err != nil { panic(err) } @@ -13256,7 +13255,7 @@ func BenchmarkDiscoveryInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -13265,14 +13264,14 @@ func BenchmarkDiscoveryInfoProtoUnmarshal(b *testing.B) { func TestWeightInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedWeightInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &WeightInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -13293,13 +13292,13 @@ func TestWeightInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestWeightInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedWeightInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -13311,7 +13310,7 @@ func TestWeightInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &WeightInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -13326,7 +13325,7 @@ func TestWeightInfoMarshalTo(t *testing.T) { } func BenchmarkWeightInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*WeightInfo, 10000) for i := 0; i < 10000; i++ { @@ -13334,7 +13333,7 @@ func BenchmarkWeightInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -13344,11 +13343,11 @@ func BenchmarkWeightInfoProtoMarshal(b *testing.B) { } func BenchmarkWeightInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedWeightInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedWeightInfo(popr, false)) if err != nil { panic(err) } @@ -13358,7 +13357,7 @@ func BenchmarkWeightInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -13367,14 +13366,14 @@ func BenchmarkWeightInfoProtoUnmarshal(b *testing.B) { func TestVersionInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVersionInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &VersionInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -13395,13 +13394,13 @@ func TestVersionInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestVersionInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVersionInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -13413,7 +13412,7 @@ func TestVersionInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &VersionInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -13428,7 +13427,7 @@ func TestVersionInfoMarshalTo(t *testing.T) { } func BenchmarkVersionInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*VersionInfo, 10000) for i := 0; i < 10000; i++ { @@ -13436,7 +13435,7 @@ func BenchmarkVersionInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -13446,11 +13445,11 @@ func BenchmarkVersionInfoProtoMarshal(b *testing.B) { } func BenchmarkVersionInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedVersionInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedVersionInfo(popr, false)) if err != nil { panic(err) } @@ -13460,7 +13459,7 @@ func BenchmarkVersionInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -13469,14 +13468,14 @@ func BenchmarkVersionInfoProtoUnmarshal(b *testing.B) { func TestFlagProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFlag(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Flag{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -13497,13 +13496,13 @@ func TestFlagProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestFlagMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFlag(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -13515,7 +13514,7 @@ func TestFlagMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Flag{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -13530,7 +13529,7 @@ func TestFlagMarshalTo(t *testing.T) { } func BenchmarkFlagProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Flag, 10000) for i := 0; i < 10000; i++ { @@ -13538,7 +13537,7 @@ func BenchmarkFlagProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -13548,11 +13547,11 @@ func BenchmarkFlagProtoMarshal(b *testing.B) { } func BenchmarkFlagProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedFlag(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedFlag(popr, false)) if err != nil { panic(err) } @@ -13562,7 +13561,7 @@ func BenchmarkFlagProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -13571,14 +13570,14 @@ func BenchmarkFlagProtoUnmarshal(b *testing.B) { func TestRoleProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRole(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Role{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -13599,13 +13598,13 @@ func TestRoleProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestRoleMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRole(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -13617,7 +13616,7 @@ func TestRoleMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Role{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -13632,7 +13631,7 @@ func TestRoleMarshalTo(t *testing.T) { } func BenchmarkRoleProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Role, 10000) for i := 0; i < 10000; i++ { @@ -13640,7 +13639,7 @@ func BenchmarkRoleProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -13650,11 +13649,11 @@ func BenchmarkRoleProtoMarshal(b *testing.B) { } func BenchmarkRoleProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedRole(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedRole(popr, false)) if err != nil { panic(err) } @@ -13664,7 +13663,7 @@ func BenchmarkRoleProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -13673,14 +13672,14 @@ func BenchmarkRoleProtoUnmarshal(b *testing.B) { func TestMetricProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMetric(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Metric{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -13701,13 +13700,13 @@ func TestMetricProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestMetricMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMetric(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -13719,7 +13718,7 @@ func TestMetricMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Metric{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -13734,7 +13733,7 @@ func TestMetricMarshalTo(t *testing.T) { } func BenchmarkMetricProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Metric, 10000) for i := 0; i < 10000; i++ { @@ -13742,7 +13741,7 @@ func BenchmarkMetricProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -13752,11 +13751,11 @@ func BenchmarkMetricProtoMarshal(b *testing.B) { } func BenchmarkMetricProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedMetric(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedMetric(popr, false)) if err != nil { panic(err) } @@ -13766,7 +13765,7 @@ func BenchmarkMetricProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -13775,14 +13774,14 @@ func BenchmarkMetricProtoUnmarshal(b *testing.B) { func TestFileInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFileInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &FileInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -13803,13 +13802,13 @@ func TestFileInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestFileInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFileInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -13821,7 +13820,7 @@ func TestFileInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &FileInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -13836,7 +13835,7 @@ func TestFileInfoMarshalTo(t *testing.T) { } func BenchmarkFileInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*FileInfo, 10000) for i := 0; i < 10000; i++ { @@ -13844,7 +13843,7 @@ func BenchmarkFileInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -13854,11 +13853,11 @@ func BenchmarkFileInfoProtoMarshal(b *testing.B) { } func BenchmarkFileInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedFileInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedFileInfo(popr, false)) if err != nil { panic(err) } @@ -13868,7 +13867,7 @@ func BenchmarkFileInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -13877,14 +13876,14 @@ func BenchmarkFileInfoProtoUnmarshal(b *testing.B) { func TestDeviceProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDevice(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Device{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -13905,13 +13904,13 @@ func TestDeviceProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestDeviceMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDevice(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -13923,7 +13922,7 @@ func TestDeviceMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Device{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -13938,7 +13937,7 @@ func TestDeviceMarshalTo(t *testing.T) { } func BenchmarkDeviceProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Device, 10000) for i := 0; i < 10000; i++ { @@ -13946,7 +13945,7 @@ func BenchmarkDeviceProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -13956,11 +13955,11 @@ func BenchmarkDeviceProtoMarshal(b *testing.B) { } func BenchmarkDeviceProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedDevice(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedDevice(popr, false)) if err != nil { panic(err) } @@ -13970,7 +13969,7 @@ func BenchmarkDeviceProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -13979,14 +13978,14 @@ func BenchmarkDeviceProtoUnmarshal(b *testing.B) { func TestDevice_NumberProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDevice_Number(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Device_Number{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -14007,13 +14006,13 @@ func TestDevice_NumberProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestDevice_NumberMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDevice_Number(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -14025,7 +14024,7 @@ func TestDevice_NumberMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Device_Number{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -14040,7 +14039,7 @@ func TestDevice_NumberMarshalTo(t *testing.T) { } func BenchmarkDevice_NumberProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Device_Number, 10000) for i := 0; i < 10000; i++ { @@ -14048,7 +14047,7 @@ func BenchmarkDevice_NumberProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -14058,11 +14057,11 @@ func BenchmarkDevice_NumberProtoMarshal(b *testing.B) { } func BenchmarkDevice_NumberProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedDevice_Number(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedDevice_Number(popr, false)) if err != nil { panic(err) } @@ -14072,7 +14071,7 @@ func BenchmarkDevice_NumberProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -14081,14 +14080,14 @@ func BenchmarkDevice_NumberProtoUnmarshal(b *testing.B) { func TestDeviceAccessProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceAccess(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DeviceAccess{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -14109,13 +14108,13 @@ func TestDeviceAccessProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestDeviceAccessMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceAccess(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -14127,7 +14126,7 @@ func TestDeviceAccessMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DeviceAccess{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -14142,7 +14141,7 @@ func TestDeviceAccessMarshalTo(t *testing.T) { } func BenchmarkDeviceAccessProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DeviceAccess, 10000) for i := 0; i < 10000; i++ { @@ -14150,7 +14149,7 @@ func BenchmarkDeviceAccessProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -14160,11 +14159,11 @@ func BenchmarkDeviceAccessProtoMarshal(b *testing.B) { } func BenchmarkDeviceAccessProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedDeviceAccess(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedDeviceAccess(popr, false)) if err != nil { panic(err) } @@ -14174,7 +14173,7 @@ func BenchmarkDeviceAccessProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -14183,14 +14182,14 @@ func BenchmarkDeviceAccessProtoUnmarshal(b *testing.B) { func TestDeviceAccess_AccessProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceAccess_Access(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DeviceAccess_Access{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -14211,13 +14210,13 @@ func TestDeviceAccess_AccessProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestDeviceAccess_AccessMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceAccess_Access(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -14229,7 +14228,7 @@ func TestDeviceAccess_AccessMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DeviceAccess_Access{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -14244,7 +14243,7 @@ func TestDeviceAccess_AccessMarshalTo(t *testing.T) { } func BenchmarkDeviceAccess_AccessProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DeviceAccess_Access, 10000) for i := 0; i < 10000; i++ { @@ -14252,7 +14251,7 @@ func BenchmarkDeviceAccess_AccessProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -14262,11 +14261,11 @@ func BenchmarkDeviceAccess_AccessProtoMarshal(b *testing.B) { } func BenchmarkDeviceAccess_AccessProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedDeviceAccess_Access(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedDeviceAccess_Access(popr, false)) if err != nil { panic(err) } @@ -14276,7 +14275,7 @@ func BenchmarkDeviceAccess_AccessProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -14285,14 +14284,14 @@ func BenchmarkDeviceAccess_AccessProtoUnmarshal(b *testing.B) { func TestDeviceWhitelistProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceWhitelist(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DeviceWhitelist{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -14313,13 +14312,13 @@ func TestDeviceWhitelistProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestDeviceWhitelistMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceWhitelist(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -14331,7 +14330,7 @@ func TestDeviceWhitelistMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DeviceWhitelist{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -14346,7 +14345,7 @@ func TestDeviceWhitelistMarshalTo(t *testing.T) { } func BenchmarkDeviceWhitelistProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DeviceWhitelist, 10000) for i := 0; i < 10000; i++ { @@ -14354,7 +14353,7 @@ func BenchmarkDeviceWhitelistProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -14364,11 +14363,11 @@ func BenchmarkDeviceWhitelistProtoMarshal(b *testing.B) { } func BenchmarkDeviceWhitelistProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedDeviceWhitelist(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedDeviceWhitelist(popr, false)) if err != nil { panic(err) } @@ -14378,7 +14377,7 @@ func BenchmarkDeviceWhitelistProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -14387,15 +14386,15 @@ func BenchmarkDeviceWhitelistProtoUnmarshal(b *testing.B) { func TestFrameworkIDJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkID(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &FrameworkID{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14408,15 +14407,15 @@ func TestFrameworkIDJSON(t *testing.T) { } func TestOfferIDJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOfferID(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &OfferID{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14429,15 +14428,15 @@ func TestOfferIDJSON(t *testing.T) { } func TestAgentIDJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentID(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &AgentID{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14450,15 +14449,15 @@ func TestAgentIDJSON(t *testing.T) { } func TestTaskIDJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskID(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TaskID{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14471,15 +14470,15 @@ func TestTaskIDJSON(t *testing.T) { } func TestExecutorIDJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedExecutorID(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ExecutorID{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14492,15 +14491,15 @@ func TestExecutorIDJSON(t *testing.T) { } func TestContainerIDJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerID(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerID{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14513,15 +14512,15 @@ func TestContainerIDJSON(t *testing.T) { } func TestResourceProviderIDJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceProviderID(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceProviderID{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14534,15 +14533,15 @@ func TestResourceProviderIDJSON(t *testing.T) { } func TestTimeInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTimeInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TimeInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14555,15 +14554,15 @@ func TestTimeInfoJSON(t *testing.T) { } func TestDurationInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDurationInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DurationInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14576,15 +14575,15 @@ func TestDurationInfoJSON(t *testing.T) { } func TestAddressJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAddress(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Address{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14597,15 +14596,15 @@ func TestAddressJSON(t *testing.T) { } func TestURLJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedURL(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &URL{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14618,15 +14617,15 @@ func TestURLJSON(t *testing.T) { } func TestUnavailabilityJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedUnavailability(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Unavailability{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14639,15 +14638,15 @@ func TestUnavailabilityJSON(t *testing.T) { } func TestMachineIDJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMachineID(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &MachineID{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14660,15 +14659,15 @@ func TestMachineIDJSON(t *testing.T) { } func TestMachineInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMachineInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &MachineInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14681,15 +14680,15 @@ func TestMachineInfoJSON(t *testing.T) { } func TestFrameworkInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &FrameworkInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14702,15 +14701,15 @@ func TestFrameworkInfoJSON(t *testing.T) { } func TestFrameworkInfo_CapabilityJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkInfo_Capability(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &FrameworkInfo_Capability{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14723,15 +14722,15 @@ func TestFrameworkInfo_CapabilityJSON(t *testing.T) { } func TestCheckInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14744,15 +14743,15 @@ func TestCheckInfoJSON(t *testing.T) { } func TestCheckInfo_CommandJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Command(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckInfo_Command{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14765,15 +14764,15 @@ func TestCheckInfo_CommandJSON(t *testing.T) { } func TestCheckInfo_HttpJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Http(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckInfo_Http{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14786,15 +14785,15 @@ func TestCheckInfo_HttpJSON(t *testing.T) { } func TestCheckInfo_TcpJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Tcp(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckInfo_Tcp{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14807,15 +14806,15 @@ func TestCheckInfo_TcpJSON(t *testing.T) { } func TestHealthCheckJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &HealthCheck{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14828,15 +14827,15 @@ func TestHealthCheckJSON(t *testing.T) { } func TestHealthCheck_HTTPCheckInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck_HTTPCheckInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &HealthCheck_HTTPCheckInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14849,15 +14848,15 @@ func TestHealthCheck_HTTPCheckInfoJSON(t *testing.T) { } func TestHealthCheck_TCPCheckInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck_TCPCheckInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &HealthCheck_TCPCheckInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14870,15 +14869,15 @@ func TestHealthCheck_TCPCheckInfoJSON(t *testing.T) { } func TestKillPolicyJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedKillPolicy(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &KillPolicy{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14891,15 +14890,15 @@ func TestKillPolicyJSON(t *testing.T) { } func TestCommandInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCommandInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CommandInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14912,15 +14911,15 @@ func TestCommandInfoJSON(t *testing.T) { } func TestCommandInfo_URIJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCommandInfo_URI(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CommandInfo_URI{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14933,15 +14932,15 @@ func TestCommandInfo_URIJSON(t *testing.T) { } func TestExecutorInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedExecutorInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ExecutorInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14954,15 +14953,15 @@ func TestExecutorInfoJSON(t *testing.T) { } func TestDomainInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DomainInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14975,15 +14974,15 @@ func TestDomainInfoJSON(t *testing.T) { } func TestDomainInfo_FaultDomainJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DomainInfo_FaultDomain{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -14996,15 +14995,15 @@ func TestDomainInfo_FaultDomainJSON(t *testing.T) { } func TestDomainInfo_FaultDomain_RegionInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain_RegionInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DomainInfo_FaultDomain_RegionInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15017,15 +15016,15 @@ func TestDomainInfo_FaultDomain_RegionInfoJSON(t *testing.T) { } func TestDomainInfo_FaultDomain_ZoneInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain_ZoneInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DomainInfo_FaultDomain_ZoneInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15038,15 +15037,15 @@ func TestDomainInfo_FaultDomain_ZoneInfoJSON(t *testing.T) { } func TestMasterInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMasterInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &MasterInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15059,15 +15058,15 @@ func TestMasterInfoJSON(t *testing.T) { } func TestAgentInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &AgentInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15080,15 +15079,15 @@ func TestAgentInfoJSON(t *testing.T) { } func TestAgentInfo_CapabilityJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentInfo_Capability(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &AgentInfo_Capability{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15101,15 +15100,15 @@ func TestAgentInfo_CapabilityJSON(t *testing.T) { } func TestResourceProviderInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceProviderInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceProviderInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15122,15 +15121,15 @@ func TestResourceProviderInfoJSON(t *testing.T) { } func TestValueJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15143,15 +15142,15 @@ func TestValueJSON(t *testing.T) { } func TestValue_ScalarJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Scalar(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value_Scalar{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15164,15 +15163,15 @@ func TestValue_ScalarJSON(t *testing.T) { } func TestValue_RangeJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Range(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value_Range{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15185,15 +15184,15 @@ func TestValue_RangeJSON(t *testing.T) { } func TestValue_RangesJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Ranges(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value_Ranges{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15206,15 +15205,15 @@ func TestValue_RangesJSON(t *testing.T) { } func TestValue_SetJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Set(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value_Set{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15227,15 +15226,15 @@ func TestValue_SetJSON(t *testing.T) { } func TestValue_TextJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Text(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Value_Text{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15248,15 +15247,15 @@ func TestValue_TextJSON(t *testing.T) { } func TestAttributeJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAttribute(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Attribute{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15269,15 +15268,15 @@ func TestAttributeJSON(t *testing.T) { } func TestResourceJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15290,15 +15289,15 @@ func TestResourceJSON(t *testing.T) { } func TestResource_AllocationInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_AllocationInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_AllocationInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15311,15 +15310,15 @@ func TestResource_AllocationInfoJSON(t *testing.T) { } func TestResource_ReservationInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_ReservationInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_ReservationInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15332,15 +15331,15 @@ func TestResource_ReservationInfoJSON(t *testing.T) { } func TestResource_DiskInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_DiskInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15353,15 +15352,15 @@ func TestResource_DiskInfoJSON(t *testing.T) { } func TestResource_DiskInfo_PersistenceJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Persistence(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_DiskInfo_Persistence{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15374,15 +15373,15 @@ func TestResource_DiskInfo_PersistenceJSON(t *testing.T) { } func TestResource_DiskInfo_SourceJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_DiskInfo_Source{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15395,15 +15394,15 @@ func TestResource_DiskInfo_SourceJSON(t *testing.T) { } func TestResource_DiskInfo_Source_PathJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source_Path(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_DiskInfo_Source_Path{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15416,15 +15415,15 @@ func TestResource_DiskInfo_Source_PathJSON(t *testing.T) { } func TestResource_DiskInfo_Source_MountJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source_Mount(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_DiskInfo_Source_Mount{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15437,15 +15436,15 @@ func TestResource_DiskInfo_Source_MountJSON(t *testing.T) { } func TestResource_RevocableInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_RevocableInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_RevocableInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15458,15 +15457,15 @@ func TestResource_RevocableInfoJSON(t *testing.T) { } func TestResource_SharedInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_SharedInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Resource_SharedInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15479,15 +15478,15 @@ func TestResource_SharedInfoJSON(t *testing.T) { } func TestTrafficControlStatisticsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTrafficControlStatistics(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TrafficControlStatistics{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15500,15 +15499,15 @@ func TestTrafficControlStatisticsJSON(t *testing.T) { } func TestIpStatisticsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedIpStatistics(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &IpStatistics{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15521,15 +15520,15 @@ func TestIpStatisticsJSON(t *testing.T) { } func TestIcmpStatisticsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedIcmpStatistics(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &IcmpStatistics{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15542,15 +15541,15 @@ func TestIcmpStatisticsJSON(t *testing.T) { } func TestTcpStatisticsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTcpStatistics(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TcpStatistics{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15563,15 +15562,15 @@ func TestTcpStatisticsJSON(t *testing.T) { } func TestUdpStatisticsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedUdpStatistics(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &UdpStatistics{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15584,15 +15583,15 @@ func TestUdpStatisticsJSON(t *testing.T) { } func TestSNMPStatisticsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSNMPStatistics(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &SNMPStatistics{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15605,15 +15604,15 @@ func TestSNMPStatisticsJSON(t *testing.T) { } func TestDiskStatisticsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDiskStatistics(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DiskStatistics{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15626,15 +15625,15 @@ func TestDiskStatisticsJSON(t *testing.T) { } func TestResourceStatisticsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceStatistics(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceStatistics{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15647,15 +15646,15 @@ func TestResourceStatisticsJSON(t *testing.T) { } func TestResourceUsageJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceUsage{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15668,15 +15667,15 @@ func TestResourceUsageJSON(t *testing.T) { } func TestResourceUsage_ExecutorJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage_Executor(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceUsage_Executor{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15689,15 +15688,15 @@ func TestResourceUsage_ExecutorJSON(t *testing.T) { } func TestResourceUsage_Executor_TaskJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage_Executor_Task(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ResourceUsage_Executor_Task{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15710,15 +15709,15 @@ func TestResourceUsage_Executor_TaskJSON(t *testing.T) { } func TestPerfStatisticsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPerfStatistics(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &PerfStatistics{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15731,15 +15730,15 @@ func TestPerfStatisticsJSON(t *testing.T) { } func TestRequestJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRequest(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Request{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15752,15 +15751,15 @@ func TestRequestJSON(t *testing.T) { } func TestOfferJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15773,15 +15772,15 @@ func TestOfferJSON(t *testing.T) { } func TestOffer_OperationJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15794,15 +15793,15 @@ func TestOffer_OperationJSON(t *testing.T) { } func TestOffer_Operation_LaunchJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Launch(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_Launch{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15815,15 +15814,15 @@ func TestOffer_Operation_LaunchJSON(t *testing.T) { } func TestOffer_Operation_LaunchGroupJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_LaunchGroup(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_LaunchGroup{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15836,15 +15835,15 @@ func TestOffer_Operation_LaunchGroupJSON(t *testing.T) { } func TestOffer_Operation_ReserveJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Reserve(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_Reserve{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15857,15 +15856,15 @@ func TestOffer_Operation_ReserveJSON(t *testing.T) { } func TestOffer_Operation_UnreserveJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Unreserve(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_Unreserve{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15878,15 +15877,15 @@ func TestOffer_Operation_UnreserveJSON(t *testing.T) { } func TestOffer_Operation_CreateJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Create(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_Create{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15899,15 +15898,15 @@ func TestOffer_Operation_CreateJSON(t *testing.T) { } func TestOffer_Operation_DestroyJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Destroy(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Offer_Operation_Destroy{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15920,15 +15919,15 @@ func TestOffer_Operation_DestroyJSON(t *testing.T) { } func TestInverseOfferJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedInverseOffer(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &InverseOffer{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15941,15 +15940,15 @@ func TestInverseOfferJSON(t *testing.T) { } func TestTaskInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TaskInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15962,15 +15961,15 @@ func TestTaskInfoJSON(t *testing.T) { } func TestTaskGroupInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskGroupInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TaskGroupInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -15983,15 +15982,15 @@ func TestTaskGroupInfoJSON(t *testing.T) { } func TestTaskJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTask(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Task{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16004,15 +16003,15 @@ func TestTaskJSON(t *testing.T) { } func TestCheckStatusInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckStatusInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16025,15 +16024,15 @@ func TestCheckStatusInfoJSON(t *testing.T) { } func TestCheckStatusInfo_CommandJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Command(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckStatusInfo_Command{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16046,15 +16045,15 @@ func TestCheckStatusInfo_CommandJSON(t *testing.T) { } func TestCheckStatusInfo_HttpJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Http(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckStatusInfo_Http{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16067,15 +16066,15 @@ func TestCheckStatusInfo_HttpJSON(t *testing.T) { } func TestCheckStatusInfo_TcpJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Tcp(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CheckStatusInfo_Tcp{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16088,15 +16087,15 @@ func TestCheckStatusInfo_TcpJSON(t *testing.T) { } func TestTaskStatusJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskStatus(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TaskStatus{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16109,15 +16108,15 @@ func TestTaskStatusJSON(t *testing.T) { } func TestFiltersJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFilters(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Filters{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16130,15 +16129,15 @@ func TestFiltersJSON(t *testing.T) { } func TestEnvironmentJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEnvironment(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Environment{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16151,15 +16150,15 @@ func TestEnvironmentJSON(t *testing.T) { } func TestEnvironment_VariableJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEnvironment_Variable(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Environment_Variable{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16172,15 +16171,15 @@ func TestEnvironment_VariableJSON(t *testing.T) { } func TestParameterJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedParameter(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Parameter{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16193,15 +16192,15 @@ func TestParameterJSON(t *testing.T) { } func TestParametersJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedParameters(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Parameters{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16214,15 +16213,15 @@ func TestParametersJSON(t *testing.T) { } func TestCredentialJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCredential(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Credential{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16235,15 +16234,15 @@ func TestCredentialJSON(t *testing.T) { } func TestCredentialsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCredentials(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Credentials{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16256,15 +16255,15 @@ func TestCredentialsJSON(t *testing.T) { } func TestSecretJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Secret{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16277,15 +16276,15 @@ func TestSecretJSON(t *testing.T) { } func TestSecret_ReferenceJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret_Reference(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Secret_Reference{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16298,15 +16297,15 @@ func TestSecret_ReferenceJSON(t *testing.T) { } func TestSecret_ValueJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret_Value(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Secret_Value{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16319,15 +16318,15 @@ func TestSecret_ValueJSON(t *testing.T) { } func TestRateLimitJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRateLimit(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &RateLimit{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16340,15 +16339,15 @@ func TestRateLimitJSON(t *testing.T) { } func TestRateLimitsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRateLimits(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &RateLimits{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16361,15 +16360,15 @@ func TestRateLimitsJSON(t *testing.T) { } func TestImageJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Image{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16382,15 +16381,15 @@ func TestImageJSON(t *testing.T) { } func TestImage_AppcJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage_Appc(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Image_Appc{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16403,15 +16402,15 @@ func TestImage_AppcJSON(t *testing.T) { } func TestImage_DockerJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage_Docker(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Image_Docker{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16424,15 +16423,15 @@ func TestImage_DockerJSON(t *testing.T) { } func TestVolumeJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Volume{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16445,15 +16444,15 @@ func TestVolumeJSON(t *testing.T) { } func TestVolume_SourceJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Volume_Source{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16466,15 +16465,15 @@ func TestVolume_SourceJSON(t *testing.T) { } func TestVolume_Source_DockerVolumeJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source_DockerVolume(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Volume_Source_DockerVolume{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16487,15 +16486,15 @@ func TestVolume_Source_DockerVolumeJSON(t *testing.T) { } func TestVolume_Source_SandboxPathJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source_SandboxPath(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Volume_Source_SandboxPath{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16508,15 +16507,15 @@ func TestVolume_Source_SandboxPathJSON(t *testing.T) { } func TestNetworkInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &NetworkInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16529,15 +16528,15 @@ func TestNetworkInfoJSON(t *testing.T) { } func TestNetworkInfo_IPAddressJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo_IPAddress(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &NetworkInfo_IPAddress{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16550,15 +16549,15 @@ func TestNetworkInfo_IPAddressJSON(t *testing.T) { } func TestNetworkInfo_PortMappingJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo_PortMapping(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &NetworkInfo_PortMapping{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16571,15 +16570,15 @@ func TestNetworkInfo_PortMappingJSON(t *testing.T) { } func TestCapabilityInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCapabilityInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CapabilityInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16592,15 +16591,15 @@ func TestCapabilityInfoJSON(t *testing.T) { } func TestLinuxInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLinuxInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &LinuxInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16613,15 +16612,15 @@ func TestLinuxInfoJSON(t *testing.T) { } func TestRLimitInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRLimitInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &RLimitInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16634,15 +16633,15 @@ func TestRLimitInfoJSON(t *testing.T) { } func TestRLimitInfo_RLimitJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRLimitInfo_RLimit(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &RLimitInfo_RLimit{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16655,15 +16654,15 @@ func TestRLimitInfo_RLimitJSON(t *testing.T) { } func TestTTYInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTTYInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TTYInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16676,15 +16675,15 @@ func TestTTYInfoJSON(t *testing.T) { } func TestTTYInfo_WindowSizeJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTTYInfo_WindowSize(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &TTYInfo_WindowSize{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16697,15 +16696,15 @@ func TestTTYInfo_WindowSizeJSON(t *testing.T) { } func TestContainerInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16718,15 +16717,15 @@ func TestContainerInfoJSON(t *testing.T) { } func TestContainerInfo_DockerInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_DockerInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerInfo_DockerInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16739,15 +16738,15 @@ func TestContainerInfo_DockerInfoJSON(t *testing.T) { } func TestContainerInfo_DockerInfo_PortMappingJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_DockerInfo_PortMapping(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerInfo_DockerInfo_PortMapping{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16760,15 +16759,15 @@ func TestContainerInfo_DockerInfo_PortMappingJSON(t *testing.T) { } func TestContainerInfo_MesosInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_MesosInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerInfo_MesosInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16781,15 +16780,15 @@ func TestContainerInfo_MesosInfoJSON(t *testing.T) { } func TestContainerStatusJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerStatus(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &ContainerStatus{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16802,15 +16801,15 @@ func TestContainerStatusJSON(t *testing.T) { } func TestCgroupInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16823,15 +16822,15 @@ func TestCgroupInfoJSON(t *testing.T) { } func TestCgroupInfo_BlkioJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16844,15 +16843,15 @@ func TestCgroupInfo_BlkioJSON(t *testing.T) { } func TestCgroupInfo_Blkio_ValueJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Value(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_Value{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16865,15 +16864,15 @@ func TestCgroupInfo_Blkio_ValueJSON(t *testing.T) { } func TestCgroupInfo_Blkio_CFQJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_CFQ(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_CFQ{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16886,15 +16885,15 @@ func TestCgroupInfo_Blkio_CFQJSON(t *testing.T) { } func TestCgroupInfo_Blkio_CFQ_StatisticsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_CFQ_Statistics(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_CFQ_Statistics{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16907,15 +16906,15 @@ func TestCgroupInfo_Blkio_CFQ_StatisticsJSON(t *testing.T) { } func TestCgroupInfo_Blkio_ThrottlingJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Throttling(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_Throttling{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16928,15 +16927,15 @@ func TestCgroupInfo_Blkio_ThrottlingJSON(t *testing.T) { } func TestCgroupInfo_Blkio_Throttling_StatisticsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Throttling_Statistics(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_Throttling_Statistics{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16949,15 +16948,15 @@ func TestCgroupInfo_Blkio_Throttling_StatisticsJSON(t *testing.T) { } func TestCgroupInfo_Blkio_StatisticsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Statistics(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_Blkio_Statistics{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16970,15 +16969,15 @@ func TestCgroupInfo_Blkio_StatisticsJSON(t *testing.T) { } func TestCgroupInfo_NetClsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_NetCls(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &CgroupInfo_NetCls{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -16991,15 +16990,15 @@ func TestCgroupInfo_NetClsJSON(t *testing.T) { } func TestLabelsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLabels(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Labels{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -17012,15 +17011,15 @@ func TestLabelsJSON(t *testing.T) { } func TestLabelJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLabel(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Label{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -17033,15 +17032,15 @@ func TestLabelJSON(t *testing.T) { } func TestPortJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPort(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Port{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -17054,15 +17053,15 @@ func TestPortJSON(t *testing.T) { } func TestPortsJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPorts(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Ports{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -17075,15 +17074,15 @@ func TestPortsJSON(t *testing.T) { } func TestDiscoveryInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDiscoveryInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DiscoveryInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -17096,15 +17095,15 @@ func TestDiscoveryInfoJSON(t *testing.T) { } func TestWeightInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedWeightInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &WeightInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -17117,15 +17116,15 @@ func TestWeightInfoJSON(t *testing.T) { } func TestVersionInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVersionInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &VersionInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -17138,15 +17137,15 @@ func TestVersionInfoJSON(t *testing.T) { } func TestFlagJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFlag(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Flag{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -17159,15 +17158,15 @@ func TestFlagJSON(t *testing.T) { } func TestRoleJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRole(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Role{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -17180,15 +17179,15 @@ func TestRoleJSON(t *testing.T) { } func TestMetricJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMetric(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Metric{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -17201,15 +17200,15 @@ func TestMetricJSON(t *testing.T) { } func TestFileInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFileInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &FileInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -17222,15 +17221,15 @@ func TestFileInfoJSON(t *testing.T) { } func TestDeviceJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDevice(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Device{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -17243,15 +17242,15 @@ func TestDeviceJSON(t *testing.T) { } func TestDevice_NumberJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDevice_Number(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Device_Number{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -17264,15 +17263,15 @@ func TestDevice_NumberJSON(t *testing.T) { } func TestDeviceAccessJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceAccess(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DeviceAccess{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -17285,15 +17284,15 @@ func TestDeviceAccessJSON(t *testing.T) { } func TestDeviceAccess_AccessJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceAccess_Access(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DeviceAccess_Access{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -17306,15 +17305,15 @@ func TestDeviceAccess_AccessJSON(t *testing.T) { } func TestDeviceWhitelistJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceWhitelist(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &DeviceWhitelist{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -17327,11 +17326,11 @@ func TestDeviceWhitelistJSON(t *testing.T) { } func TestFrameworkIDProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkID(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &FrameworkID{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17344,11 +17343,11 @@ func TestFrameworkIDProtoText(t *testing.T) { func TestFrameworkIDProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkID(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &FrameworkID{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17361,11 +17360,11 @@ func TestFrameworkIDProtoCompactText(t *testing.T) { func TestOfferIDProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOfferID(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &OfferID{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17378,11 +17377,11 @@ func TestOfferIDProtoText(t *testing.T) { func TestOfferIDProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOfferID(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &OfferID{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17395,11 +17394,11 @@ func TestOfferIDProtoCompactText(t *testing.T) { func TestAgentIDProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentID(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &AgentID{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17412,11 +17411,11 @@ func TestAgentIDProtoText(t *testing.T) { func TestAgentIDProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentID(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &AgentID{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17429,11 +17428,11 @@ func TestAgentIDProtoCompactText(t *testing.T) { func TestTaskIDProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskID(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &TaskID{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17446,11 +17445,11 @@ func TestTaskIDProtoText(t *testing.T) { func TestTaskIDProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskID(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &TaskID{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17463,11 +17462,11 @@ func TestTaskIDProtoCompactText(t *testing.T) { func TestExecutorIDProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedExecutorID(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ExecutorID{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17480,11 +17479,11 @@ func TestExecutorIDProtoText(t *testing.T) { func TestExecutorIDProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedExecutorID(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ExecutorID{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17497,11 +17496,11 @@ func TestExecutorIDProtoCompactText(t *testing.T) { func TestContainerIDProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerID(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ContainerID{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17514,11 +17513,11 @@ func TestContainerIDProtoText(t *testing.T) { func TestContainerIDProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerID(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ContainerID{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17531,11 +17530,11 @@ func TestContainerIDProtoCompactText(t *testing.T) { func TestResourceProviderIDProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceProviderID(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ResourceProviderID{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17548,11 +17547,11 @@ func TestResourceProviderIDProtoText(t *testing.T) { func TestResourceProviderIDProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceProviderID(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ResourceProviderID{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17565,11 +17564,11 @@ func TestResourceProviderIDProtoCompactText(t *testing.T) { func TestTimeInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTimeInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &TimeInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17582,11 +17581,11 @@ func TestTimeInfoProtoText(t *testing.T) { func TestTimeInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTimeInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &TimeInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17599,11 +17598,11 @@ func TestTimeInfoProtoCompactText(t *testing.T) { func TestDurationInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDurationInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &DurationInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17616,11 +17615,11 @@ func TestDurationInfoProtoText(t *testing.T) { func TestDurationInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDurationInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &DurationInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17633,11 +17632,11 @@ func TestDurationInfoProtoCompactText(t *testing.T) { func TestAddressProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAddress(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Address{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17650,11 +17649,11 @@ func TestAddressProtoText(t *testing.T) { func TestAddressProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAddress(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Address{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17667,11 +17666,11 @@ func TestAddressProtoCompactText(t *testing.T) { func TestURLProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedURL(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &URL{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17684,11 +17683,11 @@ func TestURLProtoText(t *testing.T) { func TestURLProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedURL(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &URL{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17701,11 +17700,11 @@ func TestURLProtoCompactText(t *testing.T) { func TestUnavailabilityProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedUnavailability(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Unavailability{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17718,11 +17717,11 @@ func TestUnavailabilityProtoText(t *testing.T) { func TestUnavailabilityProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedUnavailability(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Unavailability{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17735,11 +17734,11 @@ func TestUnavailabilityProtoCompactText(t *testing.T) { func TestMachineIDProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMachineID(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &MachineID{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17752,11 +17751,11 @@ func TestMachineIDProtoText(t *testing.T) { func TestMachineIDProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMachineID(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &MachineID{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17769,11 +17768,11 @@ func TestMachineIDProtoCompactText(t *testing.T) { func TestMachineInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMachineInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &MachineInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17786,11 +17785,11 @@ func TestMachineInfoProtoText(t *testing.T) { func TestMachineInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMachineInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &MachineInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17803,11 +17802,11 @@ func TestMachineInfoProtoCompactText(t *testing.T) { func TestFrameworkInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &FrameworkInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17820,11 +17819,11 @@ func TestFrameworkInfoProtoText(t *testing.T) { func TestFrameworkInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &FrameworkInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17837,11 +17836,11 @@ func TestFrameworkInfoProtoCompactText(t *testing.T) { func TestFrameworkInfo_CapabilityProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkInfo_Capability(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &FrameworkInfo_Capability{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17854,11 +17853,11 @@ func TestFrameworkInfo_CapabilityProtoText(t *testing.T) { func TestFrameworkInfo_CapabilityProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkInfo_Capability(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &FrameworkInfo_Capability{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17871,11 +17870,11 @@ func TestFrameworkInfo_CapabilityProtoCompactText(t *testing.T) { func TestCheckInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CheckInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17888,11 +17887,11 @@ func TestCheckInfoProtoText(t *testing.T) { func TestCheckInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CheckInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17905,11 +17904,11 @@ func TestCheckInfoProtoCompactText(t *testing.T) { func TestCheckInfo_CommandProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Command(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CheckInfo_Command{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17922,11 +17921,11 @@ func TestCheckInfo_CommandProtoText(t *testing.T) { func TestCheckInfo_CommandProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Command(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CheckInfo_Command{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17939,11 +17938,11 @@ func TestCheckInfo_CommandProtoCompactText(t *testing.T) { func TestCheckInfo_HttpProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Http(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CheckInfo_Http{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17956,11 +17955,11 @@ func TestCheckInfo_HttpProtoText(t *testing.T) { func TestCheckInfo_HttpProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Http(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CheckInfo_Http{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17973,11 +17972,11 @@ func TestCheckInfo_HttpProtoCompactText(t *testing.T) { func TestCheckInfo_TcpProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Tcp(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CheckInfo_Tcp{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -17990,11 +17989,11 @@ func TestCheckInfo_TcpProtoText(t *testing.T) { func TestCheckInfo_TcpProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Tcp(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CheckInfo_Tcp{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18007,11 +18006,11 @@ func TestCheckInfo_TcpProtoCompactText(t *testing.T) { func TestHealthCheckProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &HealthCheck{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18024,11 +18023,11 @@ func TestHealthCheckProtoText(t *testing.T) { func TestHealthCheckProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &HealthCheck{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18041,11 +18040,11 @@ func TestHealthCheckProtoCompactText(t *testing.T) { func TestHealthCheck_HTTPCheckInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck_HTTPCheckInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &HealthCheck_HTTPCheckInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18058,11 +18057,11 @@ func TestHealthCheck_HTTPCheckInfoProtoText(t *testing.T) { func TestHealthCheck_HTTPCheckInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck_HTTPCheckInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &HealthCheck_HTTPCheckInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18075,11 +18074,11 @@ func TestHealthCheck_HTTPCheckInfoProtoCompactText(t *testing.T) { func TestHealthCheck_TCPCheckInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck_TCPCheckInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &HealthCheck_TCPCheckInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18092,11 +18091,11 @@ func TestHealthCheck_TCPCheckInfoProtoText(t *testing.T) { func TestHealthCheck_TCPCheckInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck_TCPCheckInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &HealthCheck_TCPCheckInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18109,11 +18108,11 @@ func TestHealthCheck_TCPCheckInfoProtoCompactText(t *testing.T) { func TestKillPolicyProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedKillPolicy(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &KillPolicy{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18126,11 +18125,11 @@ func TestKillPolicyProtoText(t *testing.T) { func TestKillPolicyProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedKillPolicy(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &KillPolicy{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18143,11 +18142,11 @@ func TestKillPolicyProtoCompactText(t *testing.T) { func TestCommandInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCommandInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CommandInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18160,11 +18159,11 @@ func TestCommandInfoProtoText(t *testing.T) { func TestCommandInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCommandInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CommandInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18177,11 +18176,11 @@ func TestCommandInfoProtoCompactText(t *testing.T) { func TestCommandInfo_URIProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCommandInfo_URI(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CommandInfo_URI{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18194,11 +18193,11 @@ func TestCommandInfo_URIProtoText(t *testing.T) { func TestCommandInfo_URIProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCommandInfo_URI(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CommandInfo_URI{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18211,11 +18210,11 @@ func TestCommandInfo_URIProtoCompactText(t *testing.T) { func TestExecutorInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedExecutorInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ExecutorInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18228,11 +18227,11 @@ func TestExecutorInfoProtoText(t *testing.T) { func TestExecutorInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedExecutorInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ExecutorInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18245,11 +18244,11 @@ func TestExecutorInfoProtoCompactText(t *testing.T) { func TestDomainInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &DomainInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18262,11 +18261,11 @@ func TestDomainInfoProtoText(t *testing.T) { func TestDomainInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &DomainInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18279,11 +18278,11 @@ func TestDomainInfoProtoCompactText(t *testing.T) { func TestDomainInfo_FaultDomainProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &DomainInfo_FaultDomain{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18296,11 +18295,11 @@ func TestDomainInfo_FaultDomainProtoText(t *testing.T) { func TestDomainInfo_FaultDomainProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &DomainInfo_FaultDomain{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18313,11 +18312,11 @@ func TestDomainInfo_FaultDomainProtoCompactText(t *testing.T) { func TestDomainInfo_FaultDomain_RegionInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain_RegionInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &DomainInfo_FaultDomain_RegionInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18330,11 +18329,11 @@ func TestDomainInfo_FaultDomain_RegionInfoProtoText(t *testing.T) { func TestDomainInfo_FaultDomain_RegionInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain_RegionInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &DomainInfo_FaultDomain_RegionInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18347,11 +18346,11 @@ func TestDomainInfo_FaultDomain_RegionInfoProtoCompactText(t *testing.T) { func TestDomainInfo_FaultDomain_ZoneInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain_ZoneInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &DomainInfo_FaultDomain_ZoneInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18364,11 +18363,11 @@ func TestDomainInfo_FaultDomain_ZoneInfoProtoText(t *testing.T) { func TestDomainInfo_FaultDomain_ZoneInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain_ZoneInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &DomainInfo_FaultDomain_ZoneInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18381,11 +18380,11 @@ func TestDomainInfo_FaultDomain_ZoneInfoProtoCompactText(t *testing.T) { func TestMasterInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMasterInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &MasterInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18398,11 +18397,11 @@ func TestMasterInfoProtoText(t *testing.T) { func TestMasterInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMasterInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &MasterInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18415,11 +18414,11 @@ func TestMasterInfoProtoCompactText(t *testing.T) { func TestAgentInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &AgentInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18432,11 +18431,11 @@ func TestAgentInfoProtoText(t *testing.T) { func TestAgentInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &AgentInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18449,11 +18448,11 @@ func TestAgentInfoProtoCompactText(t *testing.T) { func TestAgentInfo_CapabilityProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentInfo_Capability(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &AgentInfo_Capability{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18466,11 +18465,11 @@ func TestAgentInfo_CapabilityProtoText(t *testing.T) { func TestAgentInfo_CapabilityProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentInfo_Capability(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &AgentInfo_Capability{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18483,11 +18482,11 @@ func TestAgentInfo_CapabilityProtoCompactText(t *testing.T) { func TestResourceProviderInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceProviderInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ResourceProviderInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18500,11 +18499,11 @@ func TestResourceProviderInfoProtoText(t *testing.T) { func TestResourceProviderInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceProviderInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ResourceProviderInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18517,11 +18516,11 @@ func TestResourceProviderInfoProtoCompactText(t *testing.T) { func TestValueProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Value{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18534,11 +18533,11 @@ func TestValueProtoText(t *testing.T) { func TestValueProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Value{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18551,11 +18550,11 @@ func TestValueProtoCompactText(t *testing.T) { func TestValue_ScalarProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Scalar(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Value_Scalar{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18568,11 +18567,11 @@ func TestValue_ScalarProtoText(t *testing.T) { func TestValue_ScalarProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Scalar(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Value_Scalar{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18585,11 +18584,11 @@ func TestValue_ScalarProtoCompactText(t *testing.T) { func TestValue_RangeProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Range(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Value_Range{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18602,11 +18601,11 @@ func TestValue_RangeProtoText(t *testing.T) { func TestValue_RangeProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Range(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Value_Range{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18619,11 +18618,11 @@ func TestValue_RangeProtoCompactText(t *testing.T) { func TestValue_RangesProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Ranges(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Value_Ranges{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18636,11 +18635,11 @@ func TestValue_RangesProtoText(t *testing.T) { func TestValue_RangesProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Ranges(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Value_Ranges{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18653,11 +18652,11 @@ func TestValue_RangesProtoCompactText(t *testing.T) { func TestValue_SetProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Set(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Value_Set{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18670,11 +18669,11 @@ func TestValue_SetProtoText(t *testing.T) { func TestValue_SetProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Set(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Value_Set{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18687,11 +18686,11 @@ func TestValue_SetProtoCompactText(t *testing.T) { func TestValue_TextProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Text(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Value_Text{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18704,11 +18703,11 @@ func TestValue_TextProtoText(t *testing.T) { func TestValue_TextProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Text(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Value_Text{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18721,11 +18720,11 @@ func TestValue_TextProtoCompactText(t *testing.T) { func TestAttributeProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAttribute(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Attribute{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18738,11 +18737,11 @@ func TestAttributeProtoText(t *testing.T) { func TestAttributeProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAttribute(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Attribute{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18755,11 +18754,11 @@ func TestAttributeProtoCompactText(t *testing.T) { func TestResourceProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Resource{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18772,11 +18771,11 @@ func TestResourceProtoText(t *testing.T) { func TestResourceProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Resource{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18789,11 +18788,11 @@ func TestResourceProtoCompactText(t *testing.T) { func TestResource_AllocationInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_AllocationInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Resource_AllocationInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18806,11 +18805,11 @@ func TestResource_AllocationInfoProtoText(t *testing.T) { func TestResource_AllocationInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_AllocationInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Resource_AllocationInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18823,11 +18822,11 @@ func TestResource_AllocationInfoProtoCompactText(t *testing.T) { func TestResource_ReservationInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_ReservationInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Resource_ReservationInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18840,11 +18839,11 @@ func TestResource_ReservationInfoProtoText(t *testing.T) { func TestResource_ReservationInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_ReservationInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Resource_ReservationInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18857,11 +18856,11 @@ func TestResource_ReservationInfoProtoCompactText(t *testing.T) { func TestResource_DiskInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Resource_DiskInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18874,11 +18873,11 @@ func TestResource_DiskInfoProtoText(t *testing.T) { func TestResource_DiskInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Resource_DiskInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18891,11 +18890,11 @@ func TestResource_DiskInfoProtoCompactText(t *testing.T) { func TestResource_DiskInfo_PersistenceProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Persistence(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Resource_DiskInfo_Persistence{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18908,11 +18907,11 @@ func TestResource_DiskInfo_PersistenceProtoText(t *testing.T) { func TestResource_DiskInfo_PersistenceProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Persistence(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Resource_DiskInfo_Persistence{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18925,11 +18924,11 @@ func TestResource_DiskInfo_PersistenceProtoCompactText(t *testing.T) { func TestResource_DiskInfo_SourceProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Resource_DiskInfo_Source{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18942,11 +18941,11 @@ func TestResource_DiskInfo_SourceProtoText(t *testing.T) { func TestResource_DiskInfo_SourceProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Resource_DiskInfo_Source{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18959,11 +18958,11 @@ func TestResource_DiskInfo_SourceProtoCompactText(t *testing.T) { func TestResource_DiskInfo_Source_PathProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source_Path(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Resource_DiskInfo_Source_Path{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18976,11 +18975,11 @@ func TestResource_DiskInfo_Source_PathProtoText(t *testing.T) { func TestResource_DiskInfo_Source_PathProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source_Path(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Resource_DiskInfo_Source_Path{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -18993,11 +18992,11 @@ func TestResource_DiskInfo_Source_PathProtoCompactText(t *testing.T) { func TestResource_DiskInfo_Source_MountProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source_Mount(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Resource_DiskInfo_Source_Mount{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19010,11 +19009,11 @@ func TestResource_DiskInfo_Source_MountProtoText(t *testing.T) { func TestResource_DiskInfo_Source_MountProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source_Mount(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Resource_DiskInfo_Source_Mount{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19027,11 +19026,11 @@ func TestResource_DiskInfo_Source_MountProtoCompactText(t *testing.T) { func TestResource_RevocableInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_RevocableInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Resource_RevocableInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19044,11 +19043,11 @@ func TestResource_RevocableInfoProtoText(t *testing.T) { func TestResource_RevocableInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_RevocableInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Resource_RevocableInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19061,11 +19060,11 @@ func TestResource_RevocableInfoProtoCompactText(t *testing.T) { func TestResource_SharedInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_SharedInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Resource_SharedInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19078,11 +19077,11 @@ func TestResource_SharedInfoProtoText(t *testing.T) { func TestResource_SharedInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_SharedInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Resource_SharedInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19095,11 +19094,11 @@ func TestResource_SharedInfoProtoCompactText(t *testing.T) { func TestTrafficControlStatisticsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTrafficControlStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &TrafficControlStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19112,11 +19111,11 @@ func TestTrafficControlStatisticsProtoText(t *testing.T) { func TestTrafficControlStatisticsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTrafficControlStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &TrafficControlStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19129,11 +19128,11 @@ func TestTrafficControlStatisticsProtoCompactText(t *testing.T) { func TestIpStatisticsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedIpStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &IpStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19146,11 +19145,11 @@ func TestIpStatisticsProtoText(t *testing.T) { func TestIpStatisticsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedIpStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &IpStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19163,11 +19162,11 @@ func TestIpStatisticsProtoCompactText(t *testing.T) { func TestIcmpStatisticsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedIcmpStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &IcmpStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19180,11 +19179,11 @@ func TestIcmpStatisticsProtoText(t *testing.T) { func TestIcmpStatisticsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedIcmpStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &IcmpStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19197,11 +19196,11 @@ func TestIcmpStatisticsProtoCompactText(t *testing.T) { func TestTcpStatisticsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTcpStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &TcpStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19214,11 +19213,11 @@ func TestTcpStatisticsProtoText(t *testing.T) { func TestTcpStatisticsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTcpStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &TcpStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19231,11 +19230,11 @@ func TestTcpStatisticsProtoCompactText(t *testing.T) { func TestUdpStatisticsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedUdpStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &UdpStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19248,11 +19247,11 @@ func TestUdpStatisticsProtoText(t *testing.T) { func TestUdpStatisticsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedUdpStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &UdpStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19265,11 +19264,11 @@ func TestUdpStatisticsProtoCompactText(t *testing.T) { func TestSNMPStatisticsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSNMPStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &SNMPStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19282,11 +19281,11 @@ func TestSNMPStatisticsProtoText(t *testing.T) { func TestSNMPStatisticsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSNMPStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &SNMPStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19299,11 +19298,11 @@ func TestSNMPStatisticsProtoCompactText(t *testing.T) { func TestDiskStatisticsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDiskStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &DiskStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19316,11 +19315,11 @@ func TestDiskStatisticsProtoText(t *testing.T) { func TestDiskStatisticsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDiskStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &DiskStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19333,11 +19332,11 @@ func TestDiskStatisticsProtoCompactText(t *testing.T) { func TestResourceStatisticsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ResourceStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19350,11 +19349,11 @@ func TestResourceStatisticsProtoText(t *testing.T) { func TestResourceStatisticsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ResourceStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19367,11 +19366,11 @@ func TestResourceStatisticsProtoCompactText(t *testing.T) { func TestResourceUsageProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ResourceUsage{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19384,11 +19383,11 @@ func TestResourceUsageProtoText(t *testing.T) { func TestResourceUsageProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ResourceUsage{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19401,11 +19400,11 @@ func TestResourceUsageProtoCompactText(t *testing.T) { func TestResourceUsage_ExecutorProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage_Executor(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ResourceUsage_Executor{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19418,11 +19417,11 @@ func TestResourceUsage_ExecutorProtoText(t *testing.T) { func TestResourceUsage_ExecutorProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage_Executor(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ResourceUsage_Executor{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19435,11 +19434,11 @@ func TestResourceUsage_ExecutorProtoCompactText(t *testing.T) { func TestResourceUsage_Executor_TaskProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage_Executor_Task(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ResourceUsage_Executor_Task{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19452,11 +19451,11 @@ func TestResourceUsage_Executor_TaskProtoText(t *testing.T) { func TestResourceUsage_Executor_TaskProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage_Executor_Task(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ResourceUsage_Executor_Task{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19469,11 +19468,11 @@ func TestResourceUsage_Executor_TaskProtoCompactText(t *testing.T) { func TestPerfStatisticsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPerfStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &PerfStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19486,11 +19485,11 @@ func TestPerfStatisticsProtoText(t *testing.T) { func TestPerfStatisticsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPerfStatistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &PerfStatistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19503,11 +19502,11 @@ func TestPerfStatisticsProtoCompactText(t *testing.T) { func TestRequestProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRequest(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Request{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19520,11 +19519,11 @@ func TestRequestProtoText(t *testing.T) { func TestRequestProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRequest(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Request{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19537,11 +19536,11 @@ func TestRequestProtoCompactText(t *testing.T) { func TestOfferProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Offer{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19554,11 +19553,11 @@ func TestOfferProtoText(t *testing.T) { func TestOfferProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Offer{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19571,11 +19570,11 @@ func TestOfferProtoCompactText(t *testing.T) { func TestOffer_OperationProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Offer_Operation{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19588,11 +19587,11 @@ func TestOffer_OperationProtoText(t *testing.T) { func TestOffer_OperationProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Offer_Operation{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19605,11 +19604,11 @@ func TestOffer_OperationProtoCompactText(t *testing.T) { func TestOffer_Operation_LaunchProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Launch(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Offer_Operation_Launch{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19622,11 +19621,11 @@ func TestOffer_Operation_LaunchProtoText(t *testing.T) { func TestOffer_Operation_LaunchProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Launch(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Offer_Operation_Launch{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19639,11 +19638,11 @@ func TestOffer_Operation_LaunchProtoCompactText(t *testing.T) { func TestOffer_Operation_LaunchGroupProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_LaunchGroup(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Offer_Operation_LaunchGroup{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19656,11 +19655,11 @@ func TestOffer_Operation_LaunchGroupProtoText(t *testing.T) { func TestOffer_Operation_LaunchGroupProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_LaunchGroup(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Offer_Operation_LaunchGroup{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19673,11 +19672,11 @@ func TestOffer_Operation_LaunchGroupProtoCompactText(t *testing.T) { func TestOffer_Operation_ReserveProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Reserve(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Offer_Operation_Reserve{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19690,11 +19689,11 @@ func TestOffer_Operation_ReserveProtoText(t *testing.T) { func TestOffer_Operation_ReserveProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Reserve(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Offer_Operation_Reserve{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19707,11 +19706,11 @@ func TestOffer_Operation_ReserveProtoCompactText(t *testing.T) { func TestOffer_Operation_UnreserveProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Unreserve(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Offer_Operation_Unreserve{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19724,11 +19723,11 @@ func TestOffer_Operation_UnreserveProtoText(t *testing.T) { func TestOffer_Operation_UnreserveProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Unreserve(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Offer_Operation_Unreserve{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19741,11 +19740,11 @@ func TestOffer_Operation_UnreserveProtoCompactText(t *testing.T) { func TestOffer_Operation_CreateProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Create(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Offer_Operation_Create{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19758,11 +19757,11 @@ func TestOffer_Operation_CreateProtoText(t *testing.T) { func TestOffer_Operation_CreateProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Create(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Offer_Operation_Create{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19775,11 +19774,11 @@ func TestOffer_Operation_CreateProtoCompactText(t *testing.T) { func TestOffer_Operation_DestroyProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Destroy(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Offer_Operation_Destroy{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19792,11 +19791,11 @@ func TestOffer_Operation_DestroyProtoText(t *testing.T) { func TestOffer_Operation_DestroyProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Destroy(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Offer_Operation_Destroy{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19809,11 +19808,11 @@ func TestOffer_Operation_DestroyProtoCompactText(t *testing.T) { func TestInverseOfferProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedInverseOffer(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &InverseOffer{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19826,11 +19825,11 @@ func TestInverseOfferProtoText(t *testing.T) { func TestInverseOfferProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedInverseOffer(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &InverseOffer{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19843,11 +19842,11 @@ func TestInverseOfferProtoCompactText(t *testing.T) { func TestTaskInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &TaskInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19860,11 +19859,11 @@ func TestTaskInfoProtoText(t *testing.T) { func TestTaskInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &TaskInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19877,11 +19876,11 @@ func TestTaskInfoProtoCompactText(t *testing.T) { func TestTaskGroupInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskGroupInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &TaskGroupInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19894,11 +19893,11 @@ func TestTaskGroupInfoProtoText(t *testing.T) { func TestTaskGroupInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskGroupInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &TaskGroupInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19911,11 +19910,11 @@ func TestTaskGroupInfoProtoCompactText(t *testing.T) { func TestTaskProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTask(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Task{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19928,11 +19927,11 @@ func TestTaskProtoText(t *testing.T) { func TestTaskProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTask(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Task{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19945,11 +19944,11 @@ func TestTaskProtoCompactText(t *testing.T) { func TestCheckStatusInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CheckStatusInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19962,11 +19961,11 @@ func TestCheckStatusInfoProtoText(t *testing.T) { func TestCheckStatusInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CheckStatusInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19979,11 +19978,11 @@ func TestCheckStatusInfoProtoCompactText(t *testing.T) { func TestCheckStatusInfo_CommandProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Command(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CheckStatusInfo_Command{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -19996,11 +19995,11 @@ func TestCheckStatusInfo_CommandProtoText(t *testing.T) { func TestCheckStatusInfo_CommandProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Command(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CheckStatusInfo_Command{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20013,11 +20012,11 @@ func TestCheckStatusInfo_CommandProtoCompactText(t *testing.T) { func TestCheckStatusInfo_HttpProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Http(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CheckStatusInfo_Http{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20030,11 +20029,11 @@ func TestCheckStatusInfo_HttpProtoText(t *testing.T) { func TestCheckStatusInfo_HttpProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Http(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CheckStatusInfo_Http{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20047,11 +20046,11 @@ func TestCheckStatusInfo_HttpProtoCompactText(t *testing.T) { func TestCheckStatusInfo_TcpProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Tcp(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CheckStatusInfo_Tcp{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20064,11 +20063,11 @@ func TestCheckStatusInfo_TcpProtoText(t *testing.T) { func TestCheckStatusInfo_TcpProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Tcp(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CheckStatusInfo_Tcp{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20081,11 +20080,11 @@ func TestCheckStatusInfo_TcpProtoCompactText(t *testing.T) { func TestTaskStatusProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskStatus(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &TaskStatus{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20098,11 +20097,11 @@ func TestTaskStatusProtoText(t *testing.T) { func TestTaskStatusProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskStatus(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &TaskStatus{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20115,11 +20114,11 @@ func TestTaskStatusProtoCompactText(t *testing.T) { func TestFiltersProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFilters(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Filters{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20132,11 +20131,11 @@ func TestFiltersProtoText(t *testing.T) { func TestFiltersProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFilters(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Filters{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20149,11 +20148,11 @@ func TestFiltersProtoCompactText(t *testing.T) { func TestEnvironmentProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEnvironment(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Environment{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20166,11 +20165,11 @@ func TestEnvironmentProtoText(t *testing.T) { func TestEnvironmentProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEnvironment(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Environment{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20183,11 +20182,11 @@ func TestEnvironmentProtoCompactText(t *testing.T) { func TestEnvironment_VariableProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEnvironment_Variable(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Environment_Variable{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20200,11 +20199,11 @@ func TestEnvironment_VariableProtoText(t *testing.T) { func TestEnvironment_VariableProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEnvironment_Variable(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Environment_Variable{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20217,11 +20216,11 @@ func TestEnvironment_VariableProtoCompactText(t *testing.T) { func TestParameterProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedParameter(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Parameter{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20234,11 +20233,11 @@ func TestParameterProtoText(t *testing.T) { func TestParameterProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedParameter(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Parameter{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20251,11 +20250,11 @@ func TestParameterProtoCompactText(t *testing.T) { func TestParametersProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedParameters(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Parameters{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20268,11 +20267,11 @@ func TestParametersProtoText(t *testing.T) { func TestParametersProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedParameters(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Parameters{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20285,11 +20284,11 @@ func TestParametersProtoCompactText(t *testing.T) { func TestCredentialProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCredential(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Credential{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20302,11 +20301,11 @@ func TestCredentialProtoText(t *testing.T) { func TestCredentialProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCredential(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Credential{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20319,11 +20318,11 @@ func TestCredentialProtoCompactText(t *testing.T) { func TestCredentialsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCredentials(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Credentials{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20336,11 +20335,11 @@ func TestCredentialsProtoText(t *testing.T) { func TestCredentialsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCredentials(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Credentials{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20353,11 +20352,11 @@ func TestCredentialsProtoCompactText(t *testing.T) { func TestSecretProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Secret{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20370,11 +20369,11 @@ func TestSecretProtoText(t *testing.T) { func TestSecretProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Secret{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20387,11 +20386,11 @@ func TestSecretProtoCompactText(t *testing.T) { func TestSecret_ReferenceProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret_Reference(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Secret_Reference{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20404,11 +20403,11 @@ func TestSecret_ReferenceProtoText(t *testing.T) { func TestSecret_ReferenceProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret_Reference(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Secret_Reference{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20421,11 +20420,11 @@ func TestSecret_ReferenceProtoCompactText(t *testing.T) { func TestSecret_ValueProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret_Value(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Secret_Value{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20438,11 +20437,11 @@ func TestSecret_ValueProtoText(t *testing.T) { func TestSecret_ValueProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret_Value(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Secret_Value{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20455,11 +20454,11 @@ func TestSecret_ValueProtoCompactText(t *testing.T) { func TestRateLimitProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRateLimit(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &RateLimit{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20472,11 +20471,11 @@ func TestRateLimitProtoText(t *testing.T) { func TestRateLimitProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRateLimit(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &RateLimit{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20489,11 +20488,11 @@ func TestRateLimitProtoCompactText(t *testing.T) { func TestRateLimitsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRateLimits(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &RateLimits{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20506,11 +20505,11 @@ func TestRateLimitsProtoText(t *testing.T) { func TestRateLimitsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRateLimits(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &RateLimits{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20523,11 +20522,11 @@ func TestRateLimitsProtoCompactText(t *testing.T) { func TestImageProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Image{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20540,11 +20539,11 @@ func TestImageProtoText(t *testing.T) { func TestImageProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Image{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20557,11 +20556,11 @@ func TestImageProtoCompactText(t *testing.T) { func TestImage_AppcProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage_Appc(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Image_Appc{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20574,11 +20573,11 @@ func TestImage_AppcProtoText(t *testing.T) { func TestImage_AppcProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage_Appc(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Image_Appc{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20591,11 +20590,11 @@ func TestImage_AppcProtoCompactText(t *testing.T) { func TestImage_DockerProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage_Docker(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Image_Docker{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20608,11 +20607,11 @@ func TestImage_DockerProtoText(t *testing.T) { func TestImage_DockerProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage_Docker(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Image_Docker{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20625,11 +20624,11 @@ func TestImage_DockerProtoCompactText(t *testing.T) { func TestVolumeProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Volume{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20642,11 +20641,11 @@ func TestVolumeProtoText(t *testing.T) { func TestVolumeProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Volume{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20659,11 +20658,11 @@ func TestVolumeProtoCompactText(t *testing.T) { func TestVolume_SourceProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Volume_Source{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20676,11 +20675,11 @@ func TestVolume_SourceProtoText(t *testing.T) { func TestVolume_SourceProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Volume_Source{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20693,11 +20692,11 @@ func TestVolume_SourceProtoCompactText(t *testing.T) { func TestVolume_Source_DockerVolumeProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source_DockerVolume(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Volume_Source_DockerVolume{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20710,11 +20709,11 @@ func TestVolume_Source_DockerVolumeProtoText(t *testing.T) { func TestVolume_Source_DockerVolumeProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source_DockerVolume(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Volume_Source_DockerVolume{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20727,11 +20726,11 @@ func TestVolume_Source_DockerVolumeProtoCompactText(t *testing.T) { func TestVolume_Source_SandboxPathProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source_SandboxPath(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Volume_Source_SandboxPath{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20744,11 +20743,11 @@ func TestVolume_Source_SandboxPathProtoText(t *testing.T) { func TestVolume_Source_SandboxPathProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source_SandboxPath(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Volume_Source_SandboxPath{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20761,11 +20760,11 @@ func TestVolume_Source_SandboxPathProtoCompactText(t *testing.T) { func TestNetworkInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &NetworkInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20778,11 +20777,11 @@ func TestNetworkInfoProtoText(t *testing.T) { func TestNetworkInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &NetworkInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20795,11 +20794,11 @@ func TestNetworkInfoProtoCompactText(t *testing.T) { func TestNetworkInfo_IPAddressProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo_IPAddress(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &NetworkInfo_IPAddress{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20812,11 +20811,11 @@ func TestNetworkInfo_IPAddressProtoText(t *testing.T) { func TestNetworkInfo_IPAddressProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo_IPAddress(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &NetworkInfo_IPAddress{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20829,11 +20828,11 @@ func TestNetworkInfo_IPAddressProtoCompactText(t *testing.T) { func TestNetworkInfo_PortMappingProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo_PortMapping(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &NetworkInfo_PortMapping{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20846,11 +20845,11 @@ func TestNetworkInfo_PortMappingProtoText(t *testing.T) { func TestNetworkInfo_PortMappingProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo_PortMapping(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &NetworkInfo_PortMapping{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20863,11 +20862,11 @@ func TestNetworkInfo_PortMappingProtoCompactText(t *testing.T) { func TestCapabilityInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCapabilityInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CapabilityInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20880,11 +20879,11 @@ func TestCapabilityInfoProtoText(t *testing.T) { func TestCapabilityInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCapabilityInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CapabilityInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20897,11 +20896,11 @@ func TestCapabilityInfoProtoCompactText(t *testing.T) { func TestLinuxInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLinuxInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &LinuxInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20914,11 +20913,11 @@ func TestLinuxInfoProtoText(t *testing.T) { func TestLinuxInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLinuxInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &LinuxInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20931,11 +20930,11 @@ func TestLinuxInfoProtoCompactText(t *testing.T) { func TestRLimitInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRLimitInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &RLimitInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20948,11 +20947,11 @@ func TestRLimitInfoProtoText(t *testing.T) { func TestRLimitInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRLimitInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &RLimitInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20965,11 +20964,11 @@ func TestRLimitInfoProtoCompactText(t *testing.T) { func TestRLimitInfo_RLimitProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRLimitInfo_RLimit(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &RLimitInfo_RLimit{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20982,11 +20981,11 @@ func TestRLimitInfo_RLimitProtoText(t *testing.T) { func TestRLimitInfo_RLimitProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRLimitInfo_RLimit(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &RLimitInfo_RLimit{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -20999,11 +20998,11 @@ func TestRLimitInfo_RLimitProtoCompactText(t *testing.T) { func TestTTYInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTTYInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &TTYInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21016,11 +21015,11 @@ func TestTTYInfoProtoText(t *testing.T) { func TestTTYInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTTYInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &TTYInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21033,11 +21032,11 @@ func TestTTYInfoProtoCompactText(t *testing.T) { func TestTTYInfo_WindowSizeProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTTYInfo_WindowSize(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &TTYInfo_WindowSize{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21050,11 +21049,11 @@ func TestTTYInfo_WindowSizeProtoText(t *testing.T) { func TestTTYInfo_WindowSizeProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTTYInfo_WindowSize(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &TTYInfo_WindowSize{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21067,11 +21066,11 @@ func TestTTYInfo_WindowSizeProtoCompactText(t *testing.T) { func TestContainerInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ContainerInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21084,11 +21083,11 @@ func TestContainerInfoProtoText(t *testing.T) { func TestContainerInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ContainerInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21101,11 +21100,11 @@ func TestContainerInfoProtoCompactText(t *testing.T) { func TestContainerInfo_DockerInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_DockerInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ContainerInfo_DockerInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21118,11 +21117,11 @@ func TestContainerInfo_DockerInfoProtoText(t *testing.T) { func TestContainerInfo_DockerInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_DockerInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ContainerInfo_DockerInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21135,11 +21134,11 @@ func TestContainerInfo_DockerInfoProtoCompactText(t *testing.T) { func TestContainerInfo_DockerInfo_PortMappingProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_DockerInfo_PortMapping(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ContainerInfo_DockerInfo_PortMapping{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21152,11 +21151,11 @@ func TestContainerInfo_DockerInfo_PortMappingProtoText(t *testing.T) { func TestContainerInfo_DockerInfo_PortMappingProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_DockerInfo_PortMapping(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ContainerInfo_DockerInfo_PortMapping{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21169,11 +21168,11 @@ func TestContainerInfo_DockerInfo_PortMappingProtoCompactText(t *testing.T) { func TestContainerInfo_MesosInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_MesosInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ContainerInfo_MesosInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21186,11 +21185,11 @@ func TestContainerInfo_MesosInfoProtoText(t *testing.T) { func TestContainerInfo_MesosInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_MesosInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ContainerInfo_MesosInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21203,11 +21202,11 @@ func TestContainerInfo_MesosInfoProtoCompactText(t *testing.T) { func TestContainerStatusProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerStatus(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &ContainerStatus{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21220,11 +21219,11 @@ func TestContainerStatusProtoText(t *testing.T) { func TestContainerStatusProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerStatus(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &ContainerStatus{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21237,11 +21236,11 @@ func TestContainerStatusProtoCompactText(t *testing.T) { func TestCgroupInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CgroupInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21254,11 +21253,11 @@ func TestCgroupInfoProtoText(t *testing.T) { func TestCgroupInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CgroupInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21271,11 +21270,11 @@ func TestCgroupInfoProtoCompactText(t *testing.T) { func TestCgroupInfo_BlkioProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CgroupInfo_Blkio{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21288,11 +21287,11 @@ func TestCgroupInfo_BlkioProtoText(t *testing.T) { func TestCgroupInfo_BlkioProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CgroupInfo_Blkio{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21305,11 +21304,11 @@ func TestCgroupInfo_BlkioProtoCompactText(t *testing.T) { func TestCgroupInfo_Blkio_ValueProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Value(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CgroupInfo_Blkio_Value{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21322,11 +21321,11 @@ func TestCgroupInfo_Blkio_ValueProtoText(t *testing.T) { func TestCgroupInfo_Blkio_ValueProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Value(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CgroupInfo_Blkio_Value{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21339,11 +21338,11 @@ func TestCgroupInfo_Blkio_ValueProtoCompactText(t *testing.T) { func TestCgroupInfo_Blkio_CFQProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_CFQ(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CgroupInfo_Blkio_CFQ{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21356,11 +21355,11 @@ func TestCgroupInfo_Blkio_CFQProtoText(t *testing.T) { func TestCgroupInfo_Blkio_CFQProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_CFQ(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CgroupInfo_Blkio_CFQ{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21373,11 +21372,11 @@ func TestCgroupInfo_Blkio_CFQProtoCompactText(t *testing.T) { func TestCgroupInfo_Blkio_CFQ_StatisticsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_CFQ_Statistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CgroupInfo_Blkio_CFQ_Statistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21390,11 +21389,11 @@ func TestCgroupInfo_Blkio_CFQ_StatisticsProtoText(t *testing.T) { func TestCgroupInfo_Blkio_CFQ_StatisticsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_CFQ_Statistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CgroupInfo_Blkio_CFQ_Statistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21407,11 +21406,11 @@ func TestCgroupInfo_Blkio_CFQ_StatisticsProtoCompactText(t *testing.T) { func TestCgroupInfo_Blkio_ThrottlingProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Throttling(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CgroupInfo_Blkio_Throttling{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21424,11 +21423,11 @@ func TestCgroupInfo_Blkio_ThrottlingProtoText(t *testing.T) { func TestCgroupInfo_Blkio_ThrottlingProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Throttling(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CgroupInfo_Blkio_Throttling{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21441,11 +21440,11 @@ func TestCgroupInfo_Blkio_ThrottlingProtoCompactText(t *testing.T) { func TestCgroupInfo_Blkio_Throttling_StatisticsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Throttling_Statistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CgroupInfo_Blkio_Throttling_Statistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21458,11 +21457,11 @@ func TestCgroupInfo_Blkio_Throttling_StatisticsProtoText(t *testing.T) { func TestCgroupInfo_Blkio_Throttling_StatisticsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Throttling_Statistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CgroupInfo_Blkio_Throttling_Statistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21475,11 +21474,11 @@ func TestCgroupInfo_Blkio_Throttling_StatisticsProtoCompactText(t *testing.T) { func TestCgroupInfo_Blkio_StatisticsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Statistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CgroupInfo_Blkio_Statistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21492,11 +21491,11 @@ func TestCgroupInfo_Blkio_StatisticsProtoText(t *testing.T) { func TestCgroupInfo_Blkio_StatisticsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Statistics(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CgroupInfo_Blkio_Statistics{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21509,11 +21508,11 @@ func TestCgroupInfo_Blkio_StatisticsProtoCompactText(t *testing.T) { func TestCgroupInfo_NetClsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_NetCls(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &CgroupInfo_NetCls{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21526,11 +21525,11 @@ func TestCgroupInfo_NetClsProtoText(t *testing.T) { func TestCgroupInfo_NetClsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_NetCls(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &CgroupInfo_NetCls{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21543,11 +21542,11 @@ func TestCgroupInfo_NetClsProtoCompactText(t *testing.T) { func TestLabelsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLabels(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Labels{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21560,11 +21559,11 @@ func TestLabelsProtoText(t *testing.T) { func TestLabelsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLabels(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Labels{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21577,11 +21576,11 @@ func TestLabelsProtoCompactText(t *testing.T) { func TestLabelProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLabel(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Label{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21594,11 +21593,11 @@ func TestLabelProtoText(t *testing.T) { func TestLabelProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLabel(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Label{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21611,11 +21610,11 @@ func TestLabelProtoCompactText(t *testing.T) { func TestPortProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPort(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Port{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21628,11 +21627,11 @@ func TestPortProtoText(t *testing.T) { func TestPortProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPort(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Port{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21645,11 +21644,11 @@ func TestPortProtoCompactText(t *testing.T) { func TestPortsProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPorts(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Ports{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21662,11 +21661,11 @@ func TestPortsProtoText(t *testing.T) { func TestPortsProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPorts(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Ports{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21679,11 +21678,11 @@ func TestPortsProtoCompactText(t *testing.T) { func TestDiscoveryInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDiscoveryInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &DiscoveryInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21696,11 +21695,11 @@ func TestDiscoveryInfoProtoText(t *testing.T) { func TestDiscoveryInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDiscoveryInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &DiscoveryInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21713,11 +21712,11 @@ func TestDiscoveryInfoProtoCompactText(t *testing.T) { func TestWeightInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedWeightInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &WeightInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21730,11 +21729,11 @@ func TestWeightInfoProtoText(t *testing.T) { func TestWeightInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedWeightInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &WeightInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21747,11 +21746,11 @@ func TestWeightInfoProtoCompactText(t *testing.T) { func TestVersionInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVersionInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &VersionInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21764,11 +21763,11 @@ func TestVersionInfoProtoText(t *testing.T) { func TestVersionInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVersionInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &VersionInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21781,11 +21780,11 @@ func TestVersionInfoProtoCompactText(t *testing.T) { func TestFlagProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFlag(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Flag{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21798,11 +21797,11 @@ func TestFlagProtoText(t *testing.T) { func TestFlagProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFlag(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Flag{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21815,11 +21814,11 @@ func TestFlagProtoCompactText(t *testing.T) { func TestRoleProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRole(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Role{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21832,11 +21831,11 @@ func TestRoleProtoText(t *testing.T) { func TestRoleProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRole(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Role{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21849,11 +21848,11 @@ func TestRoleProtoCompactText(t *testing.T) { func TestMetricProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMetric(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Metric{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21866,11 +21865,11 @@ func TestMetricProtoText(t *testing.T) { func TestMetricProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMetric(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Metric{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21883,11 +21882,11 @@ func TestMetricProtoCompactText(t *testing.T) { func TestFileInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFileInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &FileInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21900,11 +21899,11 @@ func TestFileInfoProtoText(t *testing.T) { func TestFileInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFileInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &FileInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21917,11 +21916,11 @@ func TestFileInfoProtoCompactText(t *testing.T) { func TestDeviceProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDevice(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Device{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21934,11 +21933,11 @@ func TestDeviceProtoText(t *testing.T) { func TestDeviceProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDevice(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Device{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21951,11 +21950,11 @@ func TestDeviceProtoCompactText(t *testing.T) { func TestDevice_NumberProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDevice_Number(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Device_Number{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21968,11 +21967,11 @@ func TestDevice_NumberProtoText(t *testing.T) { func TestDevice_NumberProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDevice_Number(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Device_Number{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -21985,11 +21984,11 @@ func TestDevice_NumberProtoCompactText(t *testing.T) { func TestDeviceAccessProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceAccess(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &DeviceAccess{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -22002,11 +22001,11 @@ func TestDeviceAccessProtoText(t *testing.T) { func TestDeviceAccessProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceAccess(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &DeviceAccess{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -22019,11 +22018,11 @@ func TestDeviceAccessProtoCompactText(t *testing.T) { func TestDeviceAccess_AccessProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceAccess_Access(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &DeviceAccess_Access{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -22036,11 +22035,11 @@ func TestDeviceAccess_AccessProtoText(t *testing.T) { func TestDeviceAccess_AccessProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceAccess_Access(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &DeviceAccess_Access{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -22053,11 +22052,11 @@ func TestDeviceAccess_AccessProtoCompactText(t *testing.T) { func TestDeviceWhitelistProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceWhitelist(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &DeviceWhitelist{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -22070,11 +22069,11 @@ func TestDeviceWhitelistProtoText(t *testing.T) { func TestDeviceWhitelistProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceWhitelist(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &DeviceWhitelist{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -22086,14 +22085,14 @@ func TestDeviceWhitelistProtoCompactText(t *testing.T) { } func TestFrameworkIDVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFrameworkID(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &FrameworkID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22101,14 +22100,14 @@ func TestFrameworkIDVerboseEqual(t *testing.T) { } } func TestOfferIDVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOfferID(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &OfferID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22116,14 +22115,14 @@ func TestOfferIDVerboseEqual(t *testing.T) { } } func TestAgentIDVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedAgentID(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &AgentID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22131,14 +22130,14 @@ func TestAgentIDVerboseEqual(t *testing.T) { } } func TestTaskIDVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTaskID(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &TaskID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22146,14 +22145,14 @@ func TestTaskIDVerboseEqual(t *testing.T) { } } func TestExecutorIDVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedExecutorID(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ExecutorID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22161,14 +22160,14 @@ func TestExecutorIDVerboseEqual(t *testing.T) { } } func TestContainerIDVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerID(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ContainerID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22176,14 +22175,14 @@ func TestContainerIDVerboseEqual(t *testing.T) { } } func TestResourceProviderIDVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceProviderID(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ResourceProviderID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22191,14 +22190,14 @@ func TestResourceProviderIDVerboseEqual(t *testing.T) { } } func TestTimeInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTimeInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &TimeInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22206,14 +22205,14 @@ func TestTimeInfoVerboseEqual(t *testing.T) { } } func TestDurationInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDurationInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &DurationInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22221,14 +22220,14 @@ func TestDurationInfoVerboseEqual(t *testing.T) { } } func TestAddressVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedAddress(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Address{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22236,14 +22235,14 @@ func TestAddressVerboseEqual(t *testing.T) { } } func TestURLVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedURL(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &URL{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22251,14 +22250,14 @@ func TestURLVerboseEqual(t *testing.T) { } } func TestUnavailabilityVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedUnavailability(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Unavailability{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22266,14 +22265,14 @@ func TestUnavailabilityVerboseEqual(t *testing.T) { } } func TestMachineIDVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedMachineID(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &MachineID{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22281,14 +22280,14 @@ func TestMachineIDVerboseEqual(t *testing.T) { } } func TestMachineInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedMachineInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &MachineInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22296,14 +22295,14 @@ func TestMachineInfoVerboseEqual(t *testing.T) { } } func TestFrameworkInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFrameworkInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &FrameworkInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22311,14 +22310,14 @@ func TestFrameworkInfoVerboseEqual(t *testing.T) { } } func TestFrameworkInfo_CapabilityVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFrameworkInfo_Capability(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &FrameworkInfo_Capability{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22326,14 +22325,14 @@ func TestFrameworkInfo_CapabilityVerboseEqual(t *testing.T) { } } func TestCheckInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CheckInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22341,14 +22340,14 @@ func TestCheckInfoVerboseEqual(t *testing.T) { } } func TestCheckInfo_CommandVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckInfo_Command(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CheckInfo_Command{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22356,14 +22355,14 @@ func TestCheckInfo_CommandVerboseEqual(t *testing.T) { } } func TestCheckInfo_HttpVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckInfo_Http(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CheckInfo_Http{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22371,14 +22370,14 @@ func TestCheckInfo_HttpVerboseEqual(t *testing.T) { } } func TestCheckInfo_TcpVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckInfo_Tcp(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CheckInfo_Tcp{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22386,14 +22385,14 @@ func TestCheckInfo_TcpVerboseEqual(t *testing.T) { } } func TestHealthCheckVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedHealthCheck(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &HealthCheck{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22401,14 +22400,14 @@ func TestHealthCheckVerboseEqual(t *testing.T) { } } func TestHealthCheck_HTTPCheckInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedHealthCheck_HTTPCheckInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &HealthCheck_HTTPCheckInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22416,14 +22415,14 @@ func TestHealthCheck_HTTPCheckInfoVerboseEqual(t *testing.T) { } } func TestHealthCheck_TCPCheckInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedHealthCheck_TCPCheckInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &HealthCheck_TCPCheckInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22431,14 +22430,14 @@ func TestHealthCheck_TCPCheckInfoVerboseEqual(t *testing.T) { } } func TestKillPolicyVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedKillPolicy(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &KillPolicy{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22446,14 +22445,14 @@ func TestKillPolicyVerboseEqual(t *testing.T) { } } func TestCommandInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCommandInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CommandInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22461,14 +22460,14 @@ func TestCommandInfoVerboseEqual(t *testing.T) { } } func TestCommandInfo_URIVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCommandInfo_URI(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CommandInfo_URI{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22476,14 +22475,14 @@ func TestCommandInfo_URIVerboseEqual(t *testing.T) { } } func TestExecutorInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedExecutorInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ExecutorInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22491,14 +22490,14 @@ func TestExecutorInfoVerboseEqual(t *testing.T) { } } func TestDomainInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDomainInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &DomainInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22506,14 +22505,14 @@ func TestDomainInfoVerboseEqual(t *testing.T) { } } func TestDomainInfo_FaultDomainVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDomainInfo_FaultDomain(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &DomainInfo_FaultDomain{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22521,14 +22520,14 @@ func TestDomainInfo_FaultDomainVerboseEqual(t *testing.T) { } } func TestDomainInfo_FaultDomain_RegionInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDomainInfo_FaultDomain_RegionInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &DomainInfo_FaultDomain_RegionInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22536,14 +22535,14 @@ func TestDomainInfo_FaultDomain_RegionInfoVerboseEqual(t *testing.T) { } } func TestDomainInfo_FaultDomain_ZoneInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDomainInfo_FaultDomain_ZoneInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &DomainInfo_FaultDomain_ZoneInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22551,14 +22550,14 @@ func TestDomainInfo_FaultDomain_ZoneInfoVerboseEqual(t *testing.T) { } } func TestMasterInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedMasterInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &MasterInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22566,14 +22565,14 @@ func TestMasterInfoVerboseEqual(t *testing.T) { } } func TestAgentInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedAgentInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &AgentInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22581,14 +22580,14 @@ func TestAgentInfoVerboseEqual(t *testing.T) { } } func TestAgentInfo_CapabilityVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedAgentInfo_Capability(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &AgentInfo_Capability{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22596,14 +22595,14 @@ func TestAgentInfo_CapabilityVerboseEqual(t *testing.T) { } } func TestResourceProviderInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceProviderInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ResourceProviderInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22611,14 +22610,14 @@ func TestResourceProviderInfoVerboseEqual(t *testing.T) { } } func TestValueVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Value{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22626,14 +22625,14 @@ func TestValueVerboseEqual(t *testing.T) { } } func TestValue_ScalarVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue_Scalar(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Value_Scalar{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22641,14 +22640,14 @@ func TestValue_ScalarVerboseEqual(t *testing.T) { } } func TestValue_RangeVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue_Range(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Value_Range{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22656,14 +22655,14 @@ func TestValue_RangeVerboseEqual(t *testing.T) { } } func TestValue_RangesVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue_Ranges(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Value_Ranges{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22671,14 +22670,14 @@ func TestValue_RangesVerboseEqual(t *testing.T) { } } func TestValue_SetVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue_Set(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Value_Set{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22686,14 +22685,14 @@ func TestValue_SetVerboseEqual(t *testing.T) { } } func TestValue_TextVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue_Text(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Value_Text{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22701,14 +22700,14 @@ func TestValue_TextVerboseEqual(t *testing.T) { } } func TestAttributeVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedAttribute(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Attribute{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22716,14 +22715,14 @@ func TestAttributeVerboseEqual(t *testing.T) { } } func TestResourceVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Resource{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22731,14 +22730,14 @@ func TestResourceVerboseEqual(t *testing.T) { } } func TestResource_AllocationInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_AllocationInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Resource_AllocationInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22746,14 +22745,14 @@ func TestResource_AllocationInfoVerboseEqual(t *testing.T) { } } func TestResource_ReservationInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_ReservationInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Resource_ReservationInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22761,14 +22760,14 @@ func TestResource_ReservationInfoVerboseEqual(t *testing.T) { } } func TestResource_DiskInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_DiskInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Resource_DiskInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22776,14 +22775,14 @@ func TestResource_DiskInfoVerboseEqual(t *testing.T) { } } func TestResource_DiskInfo_PersistenceVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_DiskInfo_Persistence(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Resource_DiskInfo_Persistence{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22791,14 +22790,14 @@ func TestResource_DiskInfo_PersistenceVerboseEqual(t *testing.T) { } } func TestResource_DiskInfo_SourceVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_DiskInfo_Source(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Resource_DiskInfo_Source{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22806,14 +22805,14 @@ func TestResource_DiskInfo_SourceVerboseEqual(t *testing.T) { } } func TestResource_DiskInfo_Source_PathVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_DiskInfo_Source_Path(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Resource_DiskInfo_Source_Path{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22821,14 +22820,14 @@ func TestResource_DiskInfo_Source_PathVerboseEqual(t *testing.T) { } } func TestResource_DiskInfo_Source_MountVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_DiskInfo_Source_Mount(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Resource_DiskInfo_Source_Mount{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22836,14 +22835,14 @@ func TestResource_DiskInfo_Source_MountVerboseEqual(t *testing.T) { } } func TestResource_RevocableInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_RevocableInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Resource_RevocableInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22851,14 +22850,14 @@ func TestResource_RevocableInfoVerboseEqual(t *testing.T) { } } func TestResource_SharedInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_SharedInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Resource_SharedInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22866,14 +22865,14 @@ func TestResource_SharedInfoVerboseEqual(t *testing.T) { } } func TestTrafficControlStatisticsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTrafficControlStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &TrafficControlStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22881,14 +22880,14 @@ func TestTrafficControlStatisticsVerboseEqual(t *testing.T) { } } func TestIpStatisticsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedIpStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &IpStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22896,14 +22895,14 @@ func TestIpStatisticsVerboseEqual(t *testing.T) { } } func TestIcmpStatisticsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedIcmpStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &IcmpStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22911,14 +22910,14 @@ func TestIcmpStatisticsVerboseEqual(t *testing.T) { } } func TestTcpStatisticsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTcpStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &TcpStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22926,14 +22925,14 @@ func TestTcpStatisticsVerboseEqual(t *testing.T) { } } func TestUdpStatisticsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedUdpStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &UdpStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22941,14 +22940,14 @@ func TestUdpStatisticsVerboseEqual(t *testing.T) { } } func TestSNMPStatisticsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedSNMPStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &SNMPStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22956,14 +22955,14 @@ func TestSNMPStatisticsVerboseEqual(t *testing.T) { } } func TestDiskStatisticsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDiskStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &DiskStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22971,14 +22970,14 @@ func TestDiskStatisticsVerboseEqual(t *testing.T) { } } func TestResourceStatisticsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ResourceStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -22986,14 +22985,14 @@ func TestResourceStatisticsVerboseEqual(t *testing.T) { } } func TestResourceUsageVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceUsage(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ResourceUsage{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23001,14 +23000,14 @@ func TestResourceUsageVerboseEqual(t *testing.T) { } } func TestResourceUsage_ExecutorVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceUsage_Executor(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ResourceUsage_Executor{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23016,14 +23015,14 @@ func TestResourceUsage_ExecutorVerboseEqual(t *testing.T) { } } func TestResourceUsage_Executor_TaskVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceUsage_Executor_Task(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ResourceUsage_Executor_Task{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23031,14 +23030,14 @@ func TestResourceUsage_Executor_TaskVerboseEqual(t *testing.T) { } } func TestPerfStatisticsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedPerfStatistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &PerfStatistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23046,14 +23045,14 @@ func TestPerfStatisticsVerboseEqual(t *testing.T) { } } func TestRequestVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRequest(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Request{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23061,14 +23060,14 @@ func TestRequestVerboseEqual(t *testing.T) { } } func TestOfferVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Offer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23076,14 +23075,14 @@ func TestOfferVerboseEqual(t *testing.T) { } } func TestOffer_OperationVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Offer_Operation{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23091,14 +23090,14 @@ func TestOffer_OperationVerboseEqual(t *testing.T) { } } func TestOffer_Operation_LaunchVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_Launch(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Offer_Operation_Launch{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23106,14 +23105,14 @@ func TestOffer_Operation_LaunchVerboseEqual(t *testing.T) { } } func TestOffer_Operation_LaunchGroupVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_LaunchGroup(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Offer_Operation_LaunchGroup{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23121,14 +23120,14 @@ func TestOffer_Operation_LaunchGroupVerboseEqual(t *testing.T) { } } func TestOffer_Operation_ReserveVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_Reserve(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Offer_Operation_Reserve{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23136,14 +23135,14 @@ func TestOffer_Operation_ReserveVerboseEqual(t *testing.T) { } } func TestOffer_Operation_UnreserveVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_Unreserve(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Offer_Operation_Unreserve{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23151,14 +23150,14 @@ func TestOffer_Operation_UnreserveVerboseEqual(t *testing.T) { } } func TestOffer_Operation_CreateVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_Create(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Offer_Operation_Create{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23166,14 +23165,14 @@ func TestOffer_Operation_CreateVerboseEqual(t *testing.T) { } } func TestOffer_Operation_DestroyVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_Destroy(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Offer_Operation_Destroy{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23181,14 +23180,14 @@ func TestOffer_Operation_DestroyVerboseEqual(t *testing.T) { } } func TestInverseOfferVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedInverseOffer(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &InverseOffer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23196,14 +23195,14 @@ func TestInverseOfferVerboseEqual(t *testing.T) { } } func TestTaskInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTaskInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &TaskInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23211,14 +23210,14 @@ func TestTaskInfoVerboseEqual(t *testing.T) { } } func TestTaskGroupInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTaskGroupInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &TaskGroupInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23226,14 +23225,14 @@ func TestTaskGroupInfoVerboseEqual(t *testing.T) { } } func TestTaskVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTask(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Task{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23241,14 +23240,14 @@ func TestTaskVerboseEqual(t *testing.T) { } } func TestCheckStatusInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckStatusInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CheckStatusInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23256,14 +23255,14 @@ func TestCheckStatusInfoVerboseEqual(t *testing.T) { } } func TestCheckStatusInfo_CommandVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckStatusInfo_Command(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CheckStatusInfo_Command{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23271,14 +23270,14 @@ func TestCheckStatusInfo_CommandVerboseEqual(t *testing.T) { } } func TestCheckStatusInfo_HttpVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckStatusInfo_Http(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CheckStatusInfo_Http{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23286,14 +23285,14 @@ func TestCheckStatusInfo_HttpVerboseEqual(t *testing.T) { } } func TestCheckStatusInfo_TcpVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckStatusInfo_Tcp(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CheckStatusInfo_Tcp{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23301,14 +23300,14 @@ func TestCheckStatusInfo_TcpVerboseEqual(t *testing.T) { } } func TestTaskStatusVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTaskStatus(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &TaskStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23316,14 +23315,14 @@ func TestTaskStatusVerboseEqual(t *testing.T) { } } func TestFiltersVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFilters(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Filters{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23331,14 +23330,14 @@ func TestFiltersVerboseEqual(t *testing.T) { } } func TestEnvironmentVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEnvironment(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Environment{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23346,14 +23345,14 @@ func TestEnvironmentVerboseEqual(t *testing.T) { } } func TestEnvironment_VariableVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEnvironment_Variable(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Environment_Variable{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23361,14 +23360,14 @@ func TestEnvironment_VariableVerboseEqual(t *testing.T) { } } func TestParameterVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedParameter(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Parameter{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23376,14 +23375,14 @@ func TestParameterVerboseEqual(t *testing.T) { } } func TestParametersVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedParameters(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Parameters{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23391,14 +23390,14 @@ func TestParametersVerboseEqual(t *testing.T) { } } func TestCredentialVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCredential(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Credential{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23406,14 +23405,14 @@ func TestCredentialVerboseEqual(t *testing.T) { } } func TestCredentialsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCredentials(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Credentials{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23421,14 +23420,14 @@ func TestCredentialsVerboseEqual(t *testing.T) { } } func TestSecretVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedSecret(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Secret{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23436,14 +23435,14 @@ func TestSecretVerboseEqual(t *testing.T) { } } func TestSecret_ReferenceVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedSecret_Reference(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Secret_Reference{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23451,14 +23450,14 @@ func TestSecret_ReferenceVerboseEqual(t *testing.T) { } } func TestSecret_ValueVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedSecret_Value(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Secret_Value{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23466,14 +23465,14 @@ func TestSecret_ValueVerboseEqual(t *testing.T) { } } func TestRateLimitVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRateLimit(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &RateLimit{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23481,14 +23480,14 @@ func TestRateLimitVerboseEqual(t *testing.T) { } } func TestRateLimitsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRateLimits(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &RateLimits{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23496,14 +23495,14 @@ func TestRateLimitsVerboseEqual(t *testing.T) { } } func TestImageVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedImage(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Image{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23511,14 +23510,14 @@ func TestImageVerboseEqual(t *testing.T) { } } func TestImage_AppcVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedImage_Appc(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Image_Appc{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23526,14 +23525,14 @@ func TestImage_AppcVerboseEqual(t *testing.T) { } } func TestImage_DockerVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedImage_Docker(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Image_Docker{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23541,14 +23540,14 @@ func TestImage_DockerVerboseEqual(t *testing.T) { } } func TestVolumeVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedVolume(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Volume{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23556,14 +23555,14 @@ func TestVolumeVerboseEqual(t *testing.T) { } } func TestVolume_SourceVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedVolume_Source(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Volume_Source{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23571,14 +23570,14 @@ func TestVolume_SourceVerboseEqual(t *testing.T) { } } func TestVolume_Source_DockerVolumeVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedVolume_Source_DockerVolume(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Volume_Source_DockerVolume{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23586,14 +23585,14 @@ func TestVolume_Source_DockerVolumeVerboseEqual(t *testing.T) { } } func TestVolume_Source_SandboxPathVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedVolume_Source_SandboxPath(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Volume_Source_SandboxPath{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23601,14 +23600,14 @@ func TestVolume_Source_SandboxPathVerboseEqual(t *testing.T) { } } func TestNetworkInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedNetworkInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &NetworkInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23616,14 +23615,14 @@ func TestNetworkInfoVerboseEqual(t *testing.T) { } } func TestNetworkInfo_IPAddressVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedNetworkInfo_IPAddress(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &NetworkInfo_IPAddress{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23631,14 +23630,14 @@ func TestNetworkInfo_IPAddressVerboseEqual(t *testing.T) { } } func TestNetworkInfo_PortMappingVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedNetworkInfo_PortMapping(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &NetworkInfo_PortMapping{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23646,14 +23645,14 @@ func TestNetworkInfo_PortMappingVerboseEqual(t *testing.T) { } } func TestCapabilityInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCapabilityInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CapabilityInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23661,14 +23660,14 @@ func TestCapabilityInfoVerboseEqual(t *testing.T) { } } func TestLinuxInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedLinuxInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &LinuxInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23676,14 +23675,14 @@ func TestLinuxInfoVerboseEqual(t *testing.T) { } } func TestRLimitInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRLimitInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &RLimitInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23691,14 +23690,14 @@ func TestRLimitInfoVerboseEqual(t *testing.T) { } } func TestRLimitInfo_RLimitVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRLimitInfo_RLimit(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &RLimitInfo_RLimit{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23706,14 +23705,14 @@ func TestRLimitInfo_RLimitVerboseEqual(t *testing.T) { } } func TestTTYInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTTYInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &TTYInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23721,14 +23720,14 @@ func TestTTYInfoVerboseEqual(t *testing.T) { } } func TestTTYInfo_WindowSizeVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTTYInfo_WindowSize(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &TTYInfo_WindowSize{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23736,14 +23735,14 @@ func TestTTYInfo_WindowSizeVerboseEqual(t *testing.T) { } } func TestContainerInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ContainerInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23751,14 +23750,14 @@ func TestContainerInfoVerboseEqual(t *testing.T) { } } func TestContainerInfo_DockerInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerInfo_DockerInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ContainerInfo_DockerInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23766,14 +23765,14 @@ func TestContainerInfo_DockerInfoVerboseEqual(t *testing.T) { } } func TestContainerInfo_DockerInfo_PortMappingVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerInfo_DockerInfo_PortMapping(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ContainerInfo_DockerInfo_PortMapping{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23781,14 +23780,14 @@ func TestContainerInfo_DockerInfo_PortMappingVerboseEqual(t *testing.T) { } } func TestContainerInfo_MesosInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerInfo_MesosInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ContainerInfo_MesosInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23796,14 +23795,14 @@ func TestContainerInfo_MesosInfoVerboseEqual(t *testing.T) { } } func TestContainerStatusVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerStatus(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &ContainerStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23811,14 +23810,14 @@ func TestContainerStatusVerboseEqual(t *testing.T) { } } func TestCgroupInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CgroupInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23826,14 +23825,14 @@ func TestCgroupInfoVerboseEqual(t *testing.T) { } } func TestCgroupInfo_BlkioVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CgroupInfo_Blkio{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23841,14 +23840,14 @@ func TestCgroupInfo_BlkioVerboseEqual(t *testing.T) { } } func TestCgroupInfo_Blkio_ValueVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_Value(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CgroupInfo_Blkio_Value{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23856,14 +23855,14 @@ func TestCgroupInfo_Blkio_ValueVerboseEqual(t *testing.T) { } } func TestCgroupInfo_Blkio_CFQVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_CFQ(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CgroupInfo_Blkio_CFQ{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23871,14 +23870,14 @@ func TestCgroupInfo_Blkio_CFQVerboseEqual(t *testing.T) { } } func TestCgroupInfo_Blkio_CFQ_StatisticsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_CFQ_Statistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CgroupInfo_Blkio_CFQ_Statistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23886,14 +23885,14 @@ func TestCgroupInfo_Blkio_CFQ_StatisticsVerboseEqual(t *testing.T) { } } func TestCgroupInfo_Blkio_ThrottlingVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_Throttling(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CgroupInfo_Blkio_Throttling{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23901,14 +23900,14 @@ func TestCgroupInfo_Blkio_ThrottlingVerboseEqual(t *testing.T) { } } func TestCgroupInfo_Blkio_Throttling_StatisticsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_Throttling_Statistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CgroupInfo_Blkio_Throttling_Statistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23916,14 +23915,14 @@ func TestCgroupInfo_Blkio_Throttling_StatisticsVerboseEqual(t *testing.T) { } } func TestCgroupInfo_Blkio_StatisticsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_Statistics(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CgroupInfo_Blkio_Statistics{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23931,14 +23930,14 @@ func TestCgroupInfo_Blkio_StatisticsVerboseEqual(t *testing.T) { } } func TestCgroupInfo_NetClsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_NetCls(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &CgroupInfo_NetCls{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23946,14 +23945,14 @@ func TestCgroupInfo_NetClsVerboseEqual(t *testing.T) { } } func TestLabelsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedLabels(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Labels{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23961,14 +23960,14 @@ func TestLabelsVerboseEqual(t *testing.T) { } } func TestLabelVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedLabel(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Label{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23976,14 +23975,14 @@ func TestLabelVerboseEqual(t *testing.T) { } } func TestPortVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedPort(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Port{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -23991,14 +23990,14 @@ func TestPortVerboseEqual(t *testing.T) { } } func TestPortsVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedPorts(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Ports{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -24006,14 +24005,14 @@ func TestPortsVerboseEqual(t *testing.T) { } } func TestDiscoveryInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDiscoveryInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &DiscoveryInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -24021,14 +24020,14 @@ func TestDiscoveryInfoVerboseEqual(t *testing.T) { } } func TestWeightInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedWeightInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &WeightInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -24036,14 +24035,14 @@ func TestWeightInfoVerboseEqual(t *testing.T) { } } func TestVersionInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedVersionInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &VersionInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -24051,14 +24050,14 @@ func TestVersionInfoVerboseEqual(t *testing.T) { } } func TestFlagVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFlag(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Flag{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -24066,14 +24065,14 @@ func TestFlagVerboseEqual(t *testing.T) { } } func TestRoleVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRole(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Role{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -24081,14 +24080,14 @@ func TestRoleVerboseEqual(t *testing.T) { } } func TestMetricVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedMetric(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Metric{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -24096,14 +24095,14 @@ func TestMetricVerboseEqual(t *testing.T) { } } func TestFileInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFileInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &FileInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -24111,14 +24110,14 @@ func TestFileInfoVerboseEqual(t *testing.T) { } } func TestDeviceVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDevice(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Device{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -24126,14 +24125,14 @@ func TestDeviceVerboseEqual(t *testing.T) { } } func TestDevice_NumberVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDevice_Number(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Device_Number{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -24141,14 +24140,14 @@ func TestDevice_NumberVerboseEqual(t *testing.T) { } } func TestDeviceAccessVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDeviceAccess(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &DeviceAccess{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -24156,14 +24155,14 @@ func TestDeviceAccessVerboseEqual(t *testing.T) { } } func TestDeviceAccess_AccessVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDeviceAccess_Access(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &DeviceAccess_Access{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -24171,14 +24170,14 @@ func TestDeviceAccess_AccessVerboseEqual(t *testing.T) { } } func TestDeviceWhitelistVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDeviceWhitelist(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &DeviceWhitelist{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -24186,1831 +24185,1831 @@ func TestDeviceWhitelistVerboseEqual(t *testing.T) { } } func TestFrameworkIDGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFrameworkID(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestOfferIDGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOfferID(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestAgentIDGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedAgentID(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestTaskIDGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTaskID(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestExecutorIDGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedExecutorID(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestContainerIDGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerID(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResourceProviderIDGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceProviderID(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestTimeInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTimeInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestDurationInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDurationInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestAddressGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedAddress(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestURLGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedURL(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestUnavailabilityGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedUnavailability(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestMachineIDGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedMachineID(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestMachineInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedMachineInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestFrameworkInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFrameworkInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestFrameworkInfo_CapabilityGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFrameworkInfo_Capability(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCheckInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCheckInfo_CommandGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckInfo_Command(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCheckInfo_HttpGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckInfo_Http(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCheckInfo_TcpGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckInfo_Tcp(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestHealthCheckGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedHealthCheck(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestHealthCheck_HTTPCheckInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedHealthCheck_HTTPCheckInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestHealthCheck_TCPCheckInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedHealthCheck_TCPCheckInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestKillPolicyGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedKillPolicy(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCommandInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCommandInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCommandInfo_URIGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCommandInfo_URI(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestExecutorInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedExecutorInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestDomainInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDomainInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestDomainInfo_FaultDomainGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDomainInfo_FaultDomain(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestDomainInfo_FaultDomain_RegionInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDomainInfo_FaultDomain_RegionInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestDomainInfo_FaultDomain_ZoneInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDomainInfo_FaultDomain_ZoneInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestMasterInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedMasterInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestAgentInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedAgentInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestAgentInfo_CapabilityGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedAgentInfo_Capability(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResourceProviderInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceProviderInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestValueGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestValue_ScalarGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue_Scalar(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestValue_RangeGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue_Range(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestValue_RangesGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue_Ranges(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestValue_SetGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue_Set(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestValue_TextGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue_Text(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestAttributeGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedAttribute(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResourceGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResource_AllocationInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_AllocationInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResource_ReservationInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_ReservationInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResource_DiskInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_DiskInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResource_DiskInfo_PersistenceGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_DiskInfo_Persistence(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResource_DiskInfo_SourceGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_DiskInfo_Source(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResource_DiskInfo_Source_PathGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_DiskInfo_Source_Path(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResource_DiskInfo_Source_MountGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_DiskInfo_Source_Mount(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResource_RevocableInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_RevocableInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResource_SharedInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_SharedInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestTrafficControlStatisticsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTrafficControlStatistics(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestIpStatisticsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedIpStatistics(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestIcmpStatisticsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedIcmpStatistics(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestTcpStatisticsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTcpStatistics(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestUdpStatisticsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedUdpStatistics(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestSNMPStatisticsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedSNMPStatistics(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestDiskStatisticsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDiskStatistics(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResourceStatisticsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceStatistics(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResourceUsageGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceUsage(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResourceUsage_ExecutorGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceUsage_Executor(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestResourceUsage_Executor_TaskGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceUsage_Executor_Task(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestPerfStatisticsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedPerfStatistics(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestRequestGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRequest(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestOfferGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestOffer_OperationGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestOffer_Operation_LaunchGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_Launch(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestOffer_Operation_LaunchGroupGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_LaunchGroup(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestOffer_Operation_ReserveGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_Reserve(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestOffer_Operation_UnreserveGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_Unreserve(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestOffer_Operation_CreateGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_Create(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestOffer_Operation_DestroyGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_Destroy(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestInverseOfferGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedInverseOffer(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestTaskInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTaskInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestTaskGroupInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTaskGroupInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestTaskGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTask(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCheckStatusInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckStatusInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCheckStatusInfo_CommandGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckStatusInfo_Command(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCheckStatusInfo_HttpGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckStatusInfo_Http(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCheckStatusInfo_TcpGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckStatusInfo_Tcp(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestTaskStatusGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTaskStatus(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestFiltersGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFilters(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEnvironmentGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEnvironment(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEnvironment_VariableGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEnvironment_Variable(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestParameterGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedParameter(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestParametersGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedParameters(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCredentialGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCredential(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCredentialsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCredentials(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestSecretGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedSecret(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestSecret_ReferenceGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedSecret_Reference(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestSecret_ValueGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedSecret_Value(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestRateLimitGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRateLimit(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestRateLimitsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRateLimits(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestImageGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedImage(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestImage_AppcGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedImage_Appc(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestImage_DockerGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedImage_Docker(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestVolumeGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedVolume(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestVolume_SourceGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedVolume_Source(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestVolume_Source_DockerVolumeGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedVolume_Source_DockerVolume(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestVolume_Source_SandboxPathGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedVolume_Source_SandboxPath(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestNetworkInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedNetworkInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestNetworkInfo_IPAddressGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedNetworkInfo_IPAddress(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestNetworkInfo_PortMappingGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedNetworkInfo_PortMapping(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCapabilityInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCapabilityInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestLinuxInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedLinuxInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestRLimitInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRLimitInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestRLimitInfo_RLimitGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRLimitInfo_RLimit(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestTTYInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTTYInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestTTYInfo_WindowSizeGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTTYInfo_WindowSize(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestContainerInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestContainerInfo_DockerInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerInfo_DockerInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestContainerInfo_DockerInfo_PortMappingGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerInfo_DockerInfo_PortMapping(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestContainerInfo_MesosInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerInfo_MesosInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestContainerStatusGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerStatus(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCgroupInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCgroupInfo_BlkioGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCgroupInfo_Blkio_ValueGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_Value(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCgroupInfo_Blkio_CFQGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_CFQ(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCgroupInfo_Blkio_CFQ_StatisticsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_CFQ_Statistics(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCgroupInfo_Blkio_ThrottlingGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_Throttling(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCgroupInfo_Blkio_Throttling_StatisticsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_Throttling_Statistics(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCgroupInfo_Blkio_StatisticsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_Statistics(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCgroupInfo_NetClsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_NetCls(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestLabelsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedLabels(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestLabelGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedLabel(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestPortGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedPort(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestPortsGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedPorts(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestDiscoveryInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDiscoveryInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestWeightInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedWeightInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestVersionInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedVersionInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestFlagGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFlag(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestRoleGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRole(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestMetricGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedMetric(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestFileInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFileInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestDeviceGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDevice(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestDevice_NumberGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDevice_Number(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestDeviceAccessGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDeviceAccess(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestDeviceAccess_AccessGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDeviceAccess_Access(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestDeviceWhitelistGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDeviceWhitelist(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestFrameworkIDProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkID(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26021,14 +26020,14 @@ func TestFrameworkIDProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkFrameworkIDProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*FrameworkID, 1000) for i := 0; i < 1000; i++ { @@ -26043,10 +26042,10 @@ func BenchmarkFrameworkIDProtoSize(b *testing.B) { func TestOfferIDProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOfferID(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26057,14 +26056,14 @@ func TestOfferIDProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkOfferIDProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*OfferID, 1000) for i := 0; i < 1000; i++ { @@ -26079,10 +26078,10 @@ func BenchmarkOfferIDProtoSize(b *testing.B) { func TestAgentIDProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentID(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26093,14 +26092,14 @@ func TestAgentIDProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkAgentIDProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*AgentID, 1000) for i := 0; i < 1000; i++ { @@ -26115,10 +26114,10 @@ func BenchmarkAgentIDProtoSize(b *testing.B) { func TestTaskIDProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskID(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26129,14 +26128,14 @@ func TestTaskIDProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkTaskIDProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TaskID, 1000) for i := 0; i < 1000; i++ { @@ -26151,10 +26150,10 @@ func BenchmarkTaskIDProtoSize(b *testing.B) { func TestExecutorIDProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedExecutorID(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26165,14 +26164,14 @@ func TestExecutorIDProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkExecutorIDProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ExecutorID, 1000) for i := 0; i < 1000; i++ { @@ -26187,10 +26186,10 @@ func BenchmarkExecutorIDProtoSize(b *testing.B) { func TestContainerIDProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerID(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26201,14 +26200,14 @@ func TestContainerIDProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkContainerIDProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ContainerID, 1000) for i := 0; i < 1000; i++ { @@ -26223,10 +26222,10 @@ func BenchmarkContainerIDProtoSize(b *testing.B) { func TestResourceProviderIDProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceProviderID(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26237,14 +26236,14 @@ func TestResourceProviderIDProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResourceProviderIDProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ResourceProviderID, 1000) for i := 0; i < 1000; i++ { @@ -26259,10 +26258,10 @@ func BenchmarkResourceProviderIDProtoSize(b *testing.B) { func TestTimeInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTimeInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26273,14 +26272,14 @@ func TestTimeInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkTimeInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TimeInfo, 1000) for i := 0; i < 1000; i++ { @@ -26295,10 +26294,10 @@ func BenchmarkTimeInfoProtoSize(b *testing.B) { func TestDurationInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDurationInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26309,14 +26308,14 @@ func TestDurationInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkDurationInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DurationInfo, 1000) for i := 0; i < 1000; i++ { @@ -26331,10 +26330,10 @@ func BenchmarkDurationInfoProtoSize(b *testing.B) { func TestAddressProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAddress(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26345,14 +26344,14 @@ func TestAddressProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkAddressProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Address, 1000) for i := 0; i < 1000; i++ { @@ -26367,10 +26366,10 @@ func BenchmarkAddressProtoSize(b *testing.B) { func TestURLProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedURL(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26381,14 +26380,14 @@ func TestURLProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkURLProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*URL, 1000) for i := 0; i < 1000; i++ { @@ -26403,10 +26402,10 @@ func BenchmarkURLProtoSize(b *testing.B) { func TestUnavailabilityProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedUnavailability(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26417,14 +26416,14 @@ func TestUnavailabilityProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkUnavailabilityProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Unavailability, 1000) for i := 0; i < 1000; i++ { @@ -26439,10 +26438,10 @@ func BenchmarkUnavailabilityProtoSize(b *testing.B) { func TestMachineIDProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMachineID(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26453,14 +26452,14 @@ func TestMachineIDProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkMachineIDProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*MachineID, 1000) for i := 0; i < 1000; i++ { @@ -26475,10 +26474,10 @@ func BenchmarkMachineIDProtoSize(b *testing.B) { func TestMachineInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMachineInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26489,14 +26488,14 @@ func TestMachineInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkMachineInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*MachineInfo, 1000) for i := 0; i < 1000; i++ { @@ -26511,10 +26510,10 @@ func BenchmarkMachineInfoProtoSize(b *testing.B) { func TestFrameworkInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26525,14 +26524,14 @@ func TestFrameworkInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkFrameworkInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*FrameworkInfo, 1000) for i := 0; i < 1000; i++ { @@ -26547,10 +26546,10 @@ func BenchmarkFrameworkInfoProtoSize(b *testing.B) { func TestFrameworkInfo_CapabilityProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFrameworkInfo_Capability(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26561,14 +26560,14 @@ func TestFrameworkInfo_CapabilityProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkFrameworkInfo_CapabilityProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*FrameworkInfo_Capability, 1000) for i := 0; i < 1000; i++ { @@ -26583,10 +26582,10 @@ func BenchmarkFrameworkInfo_CapabilityProtoSize(b *testing.B) { func TestCheckInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26597,14 +26596,14 @@ func TestCheckInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCheckInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CheckInfo, 1000) for i := 0; i < 1000; i++ { @@ -26619,10 +26618,10 @@ func BenchmarkCheckInfoProtoSize(b *testing.B) { func TestCheckInfo_CommandProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Command(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26633,14 +26632,14 @@ func TestCheckInfo_CommandProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCheckInfo_CommandProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CheckInfo_Command, 1000) for i := 0; i < 1000; i++ { @@ -26655,10 +26654,10 @@ func BenchmarkCheckInfo_CommandProtoSize(b *testing.B) { func TestCheckInfo_HttpProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Http(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26669,14 +26668,14 @@ func TestCheckInfo_HttpProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCheckInfo_HttpProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CheckInfo_Http, 1000) for i := 0; i < 1000; i++ { @@ -26691,10 +26690,10 @@ func BenchmarkCheckInfo_HttpProtoSize(b *testing.B) { func TestCheckInfo_TcpProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckInfo_Tcp(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26705,14 +26704,14 @@ func TestCheckInfo_TcpProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCheckInfo_TcpProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CheckInfo_Tcp, 1000) for i := 0; i < 1000; i++ { @@ -26727,10 +26726,10 @@ func BenchmarkCheckInfo_TcpProtoSize(b *testing.B) { func TestHealthCheckProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26741,14 +26740,14 @@ func TestHealthCheckProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkHealthCheckProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*HealthCheck, 1000) for i := 0; i < 1000; i++ { @@ -26763,10 +26762,10 @@ func BenchmarkHealthCheckProtoSize(b *testing.B) { func TestHealthCheck_HTTPCheckInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck_HTTPCheckInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26777,14 +26776,14 @@ func TestHealthCheck_HTTPCheckInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkHealthCheck_HTTPCheckInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*HealthCheck_HTTPCheckInfo, 1000) for i := 0; i < 1000; i++ { @@ -26799,10 +26798,10 @@ func BenchmarkHealthCheck_HTTPCheckInfoProtoSize(b *testing.B) { func TestHealthCheck_TCPCheckInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedHealthCheck_TCPCheckInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26813,14 +26812,14 @@ func TestHealthCheck_TCPCheckInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkHealthCheck_TCPCheckInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*HealthCheck_TCPCheckInfo, 1000) for i := 0; i < 1000; i++ { @@ -26835,10 +26834,10 @@ func BenchmarkHealthCheck_TCPCheckInfoProtoSize(b *testing.B) { func TestKillPolicyProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedKillPolicy(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26849,14 +26848,14 @@ func TestKillPolicyProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkKillPolicyProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*KillPolicy, 1000) for i := 0; i < 1000; i++ { @@ -26871,10 +26870,10 @@ func BenchmarkKillPolicyProtoSize(b *testing.B) { func TestCommandInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCommandInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26885,14 +26884,14 @@ func TestCommandInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCommandInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CommandInfo, 1000) for i := 0; i < 1000; i++ { @@ -26907,10 +26906,10 @@ func BenchmarkCommandInfoProtoSize(b *testing.B) { func TestCommandInfo_URIProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCommandInfo_URI(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26921,14 +26920,14 @@ func TestCommandInfo_URIProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCommandInfo_URIProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CommandInfo_URI, 1000) for i := 0; i < 1000; i++ { @@ -26943,10 +26942,10 @@ func BenchmarkCommandInfo_URIProtoSize(b *testing.B) { func TestExecutorInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedExecutorInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26957,14 +26956,14 @@ func TestExecutorInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkExecutorInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ExecutorInfo, 1000) for i := 0; i < 1000; i++ { @@ -26979,10 +26978,10 @@ func BenchmarkExecutorInfoProtoSize(b *testing.B) { func TestDomainInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -26993,14 +26992,14 @@ func TestDomainInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkDomainInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DomainInfo, 1000) for i := 0; i < 1000; i++ { @@ -27015,10 +27014,10 @@ func BenchmarkDomainInfoProtoSize(b *testing.B) { func TestDomainInfo_FaultDomainProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27029,14 +27028,14 @@ func TestDomainInfo_FaultDomainProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkDomainInfo_FaultDomainProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DomainInfo_FaultDomain, 1000) for i := 0; i < 1000; i++ { @@ -27051,10 +27050,10 @@ func BenchmarkDomainInfo_FaultDomainProtoSize(b *testing.B) { func TestDomainInfo_FaultDomain_RegionInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain_RegionInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27065,14 +27064,14 @@ func TestDomainInfo_FaultDomain_RegionInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkDomainInfo_FaultDomain_RegionInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DomainInfo_FaultDomain_RegionInfo, 1000) for i := 0; i < 1000; i++ { @@ -27087,10 +27086,10 @@ func BenchmarkDomainInfo_FaultDomain_RegionInfoProtoSize(b *testing.B) { func TestDomainInfo_FaultDomain_ZoneInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDomainInfo_FaultDomain_ZoneInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27101,14 +27100,14 @@ func TestDomainInfo_FaultDomain_ZoneInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkDomainInfo_FaultDomain_ZoneInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DomainInfo_FaultDomain_ZoneInfo, 1000) for i := 0; i < 1000; i++ { @@ -27123,10 +27122,10 @@ func BenchmarkDomainInfo_FaultDomain_ZoneInfoProtoSize(b *testing.B) { func TestMasterInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMasterInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27137,14 +27136,14 @@ func TestMasterInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkMasterInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*MasterInfo, 1000) for i := 0; i < 1000; i++ { @@ -27159,10 +27158,10 @@ func BenchmarkMasterInfoProtoSize(b *testing.B) { func TestAgentInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27173,14 +27172,14 @@ func TestAgentInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkAgentInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*AgentInfo, 1000) for i := 0; i < 1000; i++ { @@ -27195,10 +27194,10 @@ func BenchmarkAgentInfoProtoSize(b *testing.B) { func TestAgentInfo_CapabilityProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAgentInfo_Capability(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27209,14 +27208,14 @@ func TestAgentInfo_CapabilityProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkAgentInfo_CapabilityProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*AgentInfo_Capability, 1000) for i := 0; i < 1000; i++ { @@ -27231,10 +27230,10 @@ func BenchmarkAgentInfo_CapabilityProtoSize(b *testing.B) { func TestResourceProviderInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceProviderInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27245,14 +27244,14 @@ func TestResourceProviderInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResourceProviderInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ResourceProviderInfo, 1000) for i := 0; i < 1000; i++ { @@ -27267,10 +27266,10 @@ func BenchmarkResourceProviderInfoProtoSize(b *testing.B) { func TestValueProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27281,14 +27280,14 @@ func TestValueProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkValueProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Value, 1000) for i := 0; i < 1000; i++ { @@ -27303,10 +27302,10 @@ func BenchmarkValueProtoSize(b *testing.B) { func TestValue_ScalarProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Scalar(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27317,14 +27316,14 @@ func TestValue_ScalarProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkValue_ScalarProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Value_Scalar, 1000) for i := 0; i < 1000; i++ { @@ -27339,10 +27338,10 @@ func BenchmarkValue_ScalarProtoSize(b *testing.B) { func TestValue_RangeProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Range(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27353,14 +27352,14 @@ func TestValue_RangeProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkValue_RangeProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Value_Range, 1000) for i := 0; i < 1000; i++ { @@ -27375,10 +27374,10 @@ func BenchmarkValue_RangeProtoSize(b *testing.B) { func TestValue_RangesProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Ranges(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27389,14 +27388,14 @@ func TestValue_RangesProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkValue_RangesProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Value_Ranges, 1000) for i := 0; i < 1000; i++ { @@ -27411,10 +27410,10 @@ func BenchmarkValue_RangesProtoSize(b *testing.B) { func TestValue_SetProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Set(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27425,14 +27424,14 @@ func TestValue_SetProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkValue_SetProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Value_Set, 1000) for i := 0; i < 1000; i++ { @@ -27447,10 +27446,10 @@ func BenchmarkValue_SetProtoSize(b *testing.B) { func TestValue_TextProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedValue_Text(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27461,14 +27460,14 @@ func TestValue_TextProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkValue_TextProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Value_Text, 1000) for i := 0; i < 1000; i++ { @@ -27483,10 +27482,10 @@ func BenchmarkValue_TextProtoSize(b *testing.B) { func TestAttributeProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedAttribute(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27497,14 +27496,14 @@ func TestAttributeProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkAttributeProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Attribute, 1000) for i := 0; i < 1000; i++ { @@ -27519,10 +27518,10 @@ func BenchmarkAttributeProtoSize(b *testing.B) { func TestResourceProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27533,14 +27532,14 @@ func TestResourceProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResourceProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource, 1000) for i := 0; i < 1000; i++ { @@ -27555,10 +27554,10 @@ func BenchmarkResourceProtoSize(b *testing.B) { func TestResource_AllocationInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_AllocationInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27569,14 +27568,14 @@ func TestResource_AllocationInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResource_AllocationInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_AllocationInfo, 1000) for i := 0; i < 1000; i++ { @@ -27591,10 +27590,10 @@ func BenchmarkResource_AllocationInfoProtoSize(b *testing.B) { func TestResource_ReservationInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_ReservationInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27605,14 +27604,14 @@ func TestResource_ReservationInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResource_ReservationInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_ReservationInfo, 1000) for i := 0; i < 1000; i++ { @@ -27627,10 +27626,10 @@ func BenchmarkResource_ReservationInfoProtoSize(b *testing.B) { func TestResource_DiskInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27641,14 +27640,14 @@ func TestResource_DiskInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResource_DiskInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_DiskInfo, 1000) for i := 0; i < 1000; i++ { @@ -27663,10 +27662,10 @@ func BenchmarkResource_DiskInfoProtoSize(b *testing.B) { func TestResource_DiskInfo_PersistenceProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Persistence(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27677,14 +27676,14 @@ func TestResource_DiskInfo_PersistenceProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResource_DiskInfo_PersistenceProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_DiskInfo_Persistence, 1000) for i := 0; i < 1000; i++ { @@ -27699,10 +27698,10 @@ func BenchmarkResource_DiskInfo_PersistenceProtoSize(b *testing.B) { func TestResource_DiskInfo_SourceProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27713,14 +27712,14 @@ func TestResource_DiskInfo_SourceProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResource_DiskInfo_SourceProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_DiskInfo_Source, 1000) for i := 0; i < 1000; i++ { @@ -27735,10 +27734,10 @@ func BenchmarkResource_DiskInfo_SourceProtoSize(b *testing.B) { func TestResource_DiskInfo_Source_PathProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source_Path(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27749,14 +27748,14 @@ func TestResource_DiskInfo_Source_PathProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResource_DiskInfo_Source_PathProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_DiskInfo_Source_Path, 1000) for i := 0; i < 1000; i++ { @@ -27771,10 +27770,10 @@ func BenchmarkResource_DiskInfo_Source_PathProtoSize(b *testing.B) { func TestResource_DiskInfo_Source_MountProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_DiskInfo_Source_Mount(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27785,14 +27784,14 @@ func TestResource_DiskInfo_Source_MountProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResource_DiskInfo_Source_MountProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_DiskInfo_Source_Mount, 1000) for i := 0; i < 1000; i++ { @@ -27807,10 +27806,10 @@ func BenchmarkResource_DiskInfo_Source_MountProtoSize(b *testing.B) { func TestResource_RevocableInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_RevocableInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27821,14 +27820,14 @@ func TestResource_RevocableInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResource_RevocableInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_RevocableInfo, 1000) for i := 0; i < 1000; i++ { @@ -27843,10 +27842,10 @@ func BenchmarkResource_RevocableInfoProtoSize(b *testing.B) { func TestResource_SharedInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResource_SharedInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27857,14 +27856,14 @@ func TestResource_SharedInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResource_SharedInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Resource_SharedInfo, 1000) for i := 0; i < 1000; i++ { @@ -27879,10 +27878,10 @@ func BenchmarkResource_SharedInfoProtoSize(b *testing.B) { func TestTrafficControlStatisticsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTrafficControlStatistics(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27893,14 +27892,14 @@ func TestTrafficControlStatisticsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkTrafficControlStatisticsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TrafficControlStatistics, 1000) for i := 0; i < 1000; i++ { @@ -27915,10 +27914,10 @@ func BenchmarkTrafficControlStatisticsProtoSize(b *testing.B) { func TestIpStatisticsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedIpStatistics(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27929,14 +27928,14 @@ func TestIpStatisticsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkIpStatisticsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*IpStatistics, 1000) for i := 0; i < 1000; i++ { @@ -27951,10 +27950,10 @@ func BenchmarkIpStatisticsProtoSize(b *testing.B) { func TestIcmpStatisticsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedIcmpStatistics(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -27965,14 +27964,14 @@ func TestIcmpStatisticsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkIcmpStatisticsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*IcmpStatistics, 1000) for i := 0; i < 1000; i++ { @@ -27987,10 +27986,10 @@ func BenchmarkIcmpStatisticsProtoSize(b *testing.B) { func TestTcpStatisticsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTcpStatistics(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28001,14 +28000,14 @@ func TestTcpStatisticsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkTcpStatisticsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TcpStatistics, 1000) for i := 0; i < 1000; i++ { @@ -28023,10 +28022,10 @@ func BenchmarkTcpStatisticsProtoSize(b *testing.B) { func TestUdpStatisticsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedUdpStatistics(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28037,14 +28036,14 @@ func TestUdpStatisticsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkUdpStatisticsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*UdpStatistics, 1000) for i := 0; i < 1000; i++ { @@ -28059,10 +28058,10 @@ func BenchmarkUdpStatisticsProtoSize(b *testing.B) { func TestSNMPStatisticsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSNMPStatistics(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28073,14 +28072,14 @@ func TestSNMPStatisticsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkSNMPStatisticsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*SNMPStatistics, 1000) for i := 0; i < 1000; i++ { @@ -28095,10 +28094,10 @@ func BenchmarkSNMPStatisticsProtoSize(b *testing.B) { func TestDiskStatisticsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDiskStatistics(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28109,14 +28108,14 @@ func TestDiskStatisticsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkDiskStatisticsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DiskStatistics, 1000) for i := 0; i < 1000; i++ { @@ -28131,10 +28130,10 @@ func BenchmarkDiskStatisticsProtoSize(b *testing.B) { func TestResourceStatisticsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceStatistics(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28145,14 +28144,14 @@ func TestResourceStatisticsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResourceStatisticsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ResourceStatistics, 1000) for i := 0; i < 1000; i++ { @@ -28167,10 +28166,10 @@ func BenchmarkResourceStatisticsProtoSize(b *testing.B) { func TestResourceUsageProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28181,14 +28180,14 @@ func TestResourceUsageProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResourceUsageProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ResourceUsage, 1000) for i := 0; i < 1000; i++ { @@ -28203,10 +28202,10 @@ func BenchmarkResourceUsageProtoSize(b *testing.B) { func TestResourceUsage_ExecutorProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage_Executor(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28217,14 +28216,14 @@ func TestResourceUsage_ExecutorProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResourceUsage_ExecutorProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ResourceUsage_Executor, 1000) for i := 0; i < 1000; i++ { @@ -28239,10 +28238,10 @@ func BenchmarkResourceUsage_ExecutorProtoSize(b *testing.B) { func TestResourceUsage_Executor_TaskProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedResourceUsage_Executor_Task(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28253,14 +28252,14 @@ func TestResourceUsage_Executor_TaskProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkResourceUsage_Executor_TaskProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ResourceUsage_Executor_Task, 1000) for i := 0; i < 1000; i++ { @@ -28275,10 +28274,10 @@ func BenchmarkResourceUsage_Executor_TaskProtoSize(b *testing.B) { func TestPerfStatisticsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPerfStatistics(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28289,14 +28288,14 @@ func TestPerfStatisticsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkPerfStatisticsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*PerfStatistics, 1000) for i := 0; i < 1000; i++ { @@ -28311,10 +28310,10 @@ func BenchmarkPerfStatisticsProtoSize(b *testing.B) { func TestRequestProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRequest(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28325,14 +28324,14 @@ func TestRequestProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkRequestProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Request, 1000) for i := 0; i < 1000; i++ { @@ -28347,10 +28346,10 @@ func BenchmarkRequestProtoSize(b *testing.B) { func TestOfferProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28361,14 +28360,14 @@ func TestOfferProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkOfferProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Offer, 1000) for i := 0; i < 1000; i++ { @@ -28383,10 +28382,10 @@ func BenchmarkOfferProtoSize(b *testing.B) { func TestOffer_OperationProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28397,14 +28396,14 @@ func TestOffer_OperationProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkOffer_OperationProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Offer_Operation, 1000) for i := 0; i < 1000; i++ { @@ -28419,10 +28418,10 @@ func BenchmarkOffer_OperationProtoSize(b *testing.B) { func TestOffer_Operation_LaunchProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Launch(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28433,14 +28432,14 @@ func TestOffer_Operation_LaunchProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkOffer_Operation_LaunchProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Offer_Operation_Launch, 1000) for i := 0; i < 1000; i++ { @@ -28455,10 +28454,10 @@ func BenchmarkOffer_Operation_LaunchProtoSize(b *testing.B) { func TestOffer_Operation_LaunchGroupProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_LaunchGroup(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28469,14 +28468,14 @@ func TestOffer_Operation_LaunchGroupProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkOffer_Operation_LaunchGroupProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Offer_Operation_LaunchGroup, 1000) for i := 0; i < 1000; i++ { @@ -28491,10 +28490,10 @@ func BenchmarkOffer_Operation_LaunchGroupProtoSize(b *testing.B) { func TestOffer_Operation_ReserveProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Reserve(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28505,14 +28504,14 @@ func TestOffer_Operation_ReserveProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkOffer_Operation_ReserveProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Offer_Operation_Reserve, 1000) for i := 0; i < 1000; i++ { @@ -28527,10 +28526,10 @@ func BenchmarkOffer_Operation_ReserveProtoSize(b *testing.B) { func TestOffer_Operation_UnreserveProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Unreserve(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28541,14 +28540,14 @@ func TestOffer_Operation_UnreserveProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkOffer_Operation_UnreserveProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Offer_Operation_Unreserve, 1000) for i := 0; i < 1000; i++ { @@ -28563,10 +28562,10 @@ func BenchmarkOffer_Operation_UnreserveProtoSize(b *testing.B) { func TestOffer_Operation_CreateProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Create(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28577,14 +28576,14 @@ func TestOffer_Operation_CreateProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkOffer_Operation_CreateProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Offer_Operation_Create, 1000) for i := 0; i < 1000; i++ { @@ -28599,10 +28598,10 @@ func BenchmarkOffer_Operation_CreateProtoSize(b *testing.B) { func TestOffer_Operation_DestroyProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedOffer_Operation_Destroy(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28613,14 +28612,14 @@ func TestOffer_Operation_DestroyProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkOffer_Operation_DestroyProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Offer_Operation_Destroy, 1000) for i := 0; i < 1000; i++ { @@ -28635,10 +28634,10 @@ func BenchmarkOffer_Operation_DestroyProtoSize(b *testing.B) { func TestInverseOfferProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedInverseOffer(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28649,14 +28648,14 @@ func TestInverseOfferProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkInverseOfferProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*InverseOffer, 1000) for i := 0; i < 1000; i++ { @@ -28671,10 +28670,10 @@ func BenchmarkInverseOfferProtoSize(b *testing.B) { func TestTaskInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28685,14 +28684,14 @@ func TestTaskInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkTaskInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TaskInfo, 1000) for i := 0; i < 1000; i++ { @@ -28707,10 +28706,10 @@ func BenchmarkTaskInfoProtoSize(b *testing.B) { func TestTaskGroupInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskGroupInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28721,14 +28720,14 @@ func TestTaskGroupInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkTaskGroupInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TaskGroupInfo, 1000) for i := 0; i < 1000; i++ { @@ -28743,10 +28742,10 @@ func BenchmarkTaskGroupInfoProtoSize(b *testing.B) { func TestTaskProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTask(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28757,14 +28756,14 @@ func TestTaskProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkTaskProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Task, 1000) for i := 0; i < 1000; i++ { @@ -28779,10 +28778,10 @@ func BenchmarkTaskProtoSize(b *testing.B) { func TestCheckStatusInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28793,14 +28792,14 @@ func TestCheckStatusInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCheckStatusInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CheckStatusInfo, 1000) for i := 0; i < 1000; i++ { @@ -28815,10 +28814,10 @@ func BenchmarkCheckStatusInfoProtoSize(b *testing.B) { func TestCheckStatusInfo_CommandProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Command(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28829,14 +28828,14 @@ func TestCheckStatusInfo_CommandProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCheckStatusInfo_CommandProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CheckStatusInfo_Command, 1000) for i := 0; i < 1000; i++ { @@ -28851,10 +28850,10 @@ func BenchmarkCheckStatusInfo_CommandProtoSize(b *testing.B) { func TestCheckStatusInfo_HttpProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Http(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28865,14 +28864,14 @@ func TestCheckStatusInfo_HttpProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCheckStatusInfo_HttpProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CheckStatusInfo_Http, 1000) for i := 0; i < 1000; i++ { @@ -28887,10 +28886,10 @@ func BenchmarkCheckStatusInfo_HttpProtoSize(b *testing.B) { func TestCheckStatusInfo_TcpProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCheckStatusInfo_Tcp(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28901,14 +28900,14 @@ func TestCheckStatusInfo_TcpProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCheckStatusInfo_TcpProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CheckStatusInfo_Tcp, 1000) for i := 0; i < 1000; i++ { @@ -28923,10 +28922,10 @@ func BenchmarkCheckStatusInfo_TcpProtoSize(b *testing.B) { func TestTaskStatusProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTaskStatus(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28937,14 +28936,14 @@ func TestTaskStatusProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkTaskStatusProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TaskStatus, 1000) for i := 0; i < 1000; i++ { @@ -28959,10 +28958,10 @@ func BenchmarkTaskStatusProtoSize(b *testing.B) { func TestFiltersProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFilters(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -28973,14 +28972,14 @@ func TestFiltersProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkFiltersProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Filters, 1000) for i := 0; i < 1000; i++ { @@ -28995,10 +28994,10 @@ func BenchmarkFiltersProtoSize(b *testing.B) { func TestEnvironmentProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEnvironment(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29009,14 +29008,14 @@ func TestEnvironmentProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEnvironmentProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Environment, 1000) for i := 0; i < 1000; i++ { @@ -29031,10 +29030,10 @@ func BenchmarkEnvironmentProtoSize(b *testing.B) { func TestEnvironment_VariableProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEnvironment_Variable(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29045,14 +29044,14 @@ func TestEnvironment_VariableProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEnvironment_VariableProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Environment_Variable, 1000) for i := 0; i < 1000; i++ { @@ -29067,10 +29066,10 @@ func BenchmarkEnvironment_VariableProtoSize(b *testing.B) { func TestParameterProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedParameter(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29081,14 +29080,14 @@ func TestParameterProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkParameterProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Parameter, 1000) for i := 0; i < 1000; i++ { @@ -29103,10 +29102,10 @@ func BenchmarkParameterProtoSize(b *testing.B) { func TestParametersProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedParameters(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29117,14 +29116,14 @@ func TestParametersProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkParametersProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Parameters, 1000) for i := 0; i < 1000; i++ { @@ -29139,10 +29138,10 @@ func BenchmarkParametersProtoSize(b *testing.B) { func TestCredentialProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCredential(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29153,14 +29152,14 @@ func TestCredentialProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCredentialProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Credential, 1000) for i := 0; i < 1000; i++ { @@ -29175,10 +29174,10 @@ func BenchmarkCredentialProtoSize(b *testing.B) { func TestCredentialsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCredentials(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29189,14 +29188,14 @@ func TestCredentialsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCredentialsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Credentials, 1000) for i := 0; i < 1000; i++ { @@ -29211,10 +29210,10 @@ func BenchmarkCredentialsProtoSize(b *testing.B) { func TestSecretProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29225,14 +29224,14 @@ func TestSecretProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkSecretProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Secret, 1000) for i := 0; i < 1000; i++ { @@ -29247,10 +29246,10 @@ func BenchmarkSecretProtoSize(b *testing.B) { func TestSecret_ReferenceProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret_Reference(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29261,14 +29260,14 @@ func TestSecret_ReferenceProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkSecret_ReferenceProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Secret_Reference, 1000) for i := 0; i < 1000; i++ { @@ -29283,10 +29282,10 @@ func BenchmarkSecret_ReferenceProtoSize(b *testing.B) { func TestSecret_ValueProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedSecret_Value(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29297,14 +29296,14 @@ func TestSecret_ValueProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkSecret_ValueProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Secret_Value, 1000) for i := 0; i < 1000; i++ { @@ -29319,10 +29318,10 @@ func BenchmarkSecret_ValueProtoSize(b *testing.B) { func TestRateLimitProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRateLimit(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29333,14 +29332,14 @@ func TestRateLimitProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkRateLimitProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*RateLimit, 1000) for i := 0; i < 1000; i++ { @@ -29355,10 +29354,10 @@ func BenchmarkRateLimitProtoSize(b *testing.B) { func TestRateLimitsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRateLimits(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29369,14 +29368,14 @@ func TestRateLimitsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkRateLimitsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*RateLimits, 1000) for i := 0; i < 1000; i++ { @@ -29391,10 +29390,10 @@ func BenchmarkRateLimitsProtoSize(b *testing.B) { func TestImageProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29405,14 +29404,14 @@ func TestImageProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkImageProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Image, 1000) for i := 0; i < 1000; i++ { @@ -29427,10 +29426,10 @@ func BenchmarkImageProtoSize(b *testing.B) { func TestImage_AppcProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage_Appc(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29441,14 +29440,14 @@ func TestImage_AppcProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkImage_AppcProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Image_Appc, 1000) for i := 0; i < 1000; i++ { @@ -29463,10 +29462,10 @@ func BenchmarkImage_AppcProtoSize(b *testing.B) { func TestImage_DockerProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedImage_Docker(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29477,14 +29476,14 @@ func TestImage_DockerProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkImage_DockerProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Image_Docker, 1000) for i := 0; i < 1000; i++ { @@ -29499,10 +29498,10 @@ func BenchmarkImage_DockerProtoSize(b *testing.B) { func TestVolumeProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29513,14 +29512,14 @@ func TestVolumeProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkVolumeProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Volume, 1000) for i := 0; i < 1000; i++ { @@ -29535,10 +29534,10 @@ func BenchmarkVolumeProtoSize(b *testing.B) { func TestVolume_SourceProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29549,14 +29548,14 @@ func TestVolume_SourceProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkVolume_SourceProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Volume_Source, 1000) for i := 0; i < 1000; i++ { @@ -29571,10 +29570,10 @@ func BenchmarkVolume_SourceProtoSize(b *testing.B) { func TestVolume_Source_DockerVolumeProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source_DockerVolume(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29585,14 +29584,14 @@ func TestVolume_Source_DockerVolumeProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkVolume_Source_DockerVolumeProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Volume_Source_DockerVolume, 1000) for i := 0; i < 1000; i++ { @@ -29607,10 +29606,10 @@ func BenchmarkVolume_Source_DockerVolumeProtoSize(b *testing.B) { func TestVolume_Source_SandboxPathProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVolume_Source_SandboxPath(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29621,14 +29620,14 @@ func TestVolume_Source_SandboxPathProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkVolume_Source_SandboxPathProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Volume_Source_SandboxPath, 1000) for i := 0; i < 1000; i++ { @@ -29643,10 +29642,10 @@ func BenchmarkVolume_Source_SandboxPathProtoSize(b *testing.B) { func TestNetworkInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29657,14 +29656,14 @@ func TestNetworkInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkNetworkInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*NetworkInfo, 1000) for i := 0; i < 1000; i++ { @@ -29679,10 +29678,10 @@ func BenchmarkNetworkInfoProtoSize(b *testing.B) { func TestNetworkInfo_IPAddressProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo_IPAddress(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29693,14 +29692,14 @@ func TestNetworkInfo_IPAddressProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkNetworkInfo_IPAddressProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*NetworkInfo_IPAddress, 1000) for i := 0; i < 1000; i++ { @@ -29715,10 +29714,10 @@ func BenchmarkNetworkInfo_IPAddressProtoSize(b *testing.B) { func TestNetworkInfo_PortMappingProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedNetworkInfo_PortMapping(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29729,14 +29728,14 @@ func TestNetworkInfo_PortMappingProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkNetworkInfo_PortMappingProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*NetworkInfo_PortMapping, 1000) for i := 0; i < 1000; i++ { @@ -29751,10 +29750,10 @@ func BenchmarkNetworkInfo_PortMappingProtoSize(b *testing.B) { func TestCapabilityInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCapabilityInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29765,14 +29764,14 @@ func TestCapabilityInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCapabilityInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CapabilityInfo, 1000) for i := 0; i < 1000; i++ { @@ -29787,10 +29786,10 @@ func BenchmarkCapabilityInfoProtoSize(b *testing.B) { func TestLinuxInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLinuxInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29801,14 +29800,14 @@ func TestLinuxInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkLinuxInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*LinuxInfo, 1000) for i := 0; i < 1000; i++ { @@ -29823,10 +29822,10 @@ func BenchmarkLinuxInfoProtoSize(b *testing.B) { func TestRLimitInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRLimitInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29837,14 +29836,14 @@ func TestRLimitInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkRLimitInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*RLimitInfo, 1000) for i := 0; i < 1000; i++ { @@ -29859,10 +29858,10 @@ func BenchmarkRLimitInfoProtoSize(b *testing.B) { func TestRLimitInfo_RLimitProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRLimitInfo_RLimit(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29873,14 +29872,14 @@ func TestRLimitInfo_RLimitProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkRLimitInfo_RLimitProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*RLimitInfo_RLimit, 1000) for i := 0; i < 1000; i++ { @@ -29895,10 +29894,10 @@ func BenchmarkRLimitInfo_RLimitProtoSize(b *testing.B) { func TestTTYInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTTYInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29909,14 +29908,14 @@ func TestTTYInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkTTYInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TTYInfo, 1000) for i := 0; i < 1000; i++ { @@ -29931,10 +29930,10 @@ func BenchmarkTTYInfoProtoSize(b *testing.B) { func TestTTYInfo_WindowSizeProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedTTYInfo_WindowSize(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29945,14 +29944,14 @@ func TestTTYInfo_WindowSizeProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkTTYInfo_WindowSizeProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*TTYInfo_WindowSize, 1000) for i := 0; i < 1000; i++ { @@ -29967,10 +29966,10 @@ func BenchmarkTTYInfo_WindowSizeProtoSize(b *testing.B) { func TestContainerInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -29981,14 +29980,14 @@ func TestContainerInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkContainerInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ContainerInfo, 1000) for i := 0; i < 1000; i++ { @@ -30003,10 +30002,10 @@ func BenchmarkContainerInfoProtoSize(b *testing.B) { func TestContainerInfo_DockerInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_DockerInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30017,14 +30016,14 @@ func TestContainerInfo_DockerInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkContainerInfo_DockerInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ContainerInfo_DockerInfo, 1000) for i := 0; i < 1000; i++ { @@ -30039,10 +30038,10 @@ func BenchmarkContainerInfo_DockerInfoProtoSize(b *testing.B) { func TestContainerInfo_DockerInfo_PortMappingProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_DockerInfo_PortMapping(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30053,14 +30052,14 @@ func TestContainerInfo_DockerInfo_PortMappingProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkContainerInfo_DockerInfo_PortMappingProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ContainerInfo_DockerInfo_PortMapping, 1000) for i := 0; i < 1000; i++ { @@ -30075,10 +30074,10 @@ func BenchmarkContainerInfo_DockerInfo_PortMappingProtoSize(b *testing.B) { func TestContainerInfo_MesosInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerInfo_MesosInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30089,14 +30088,14 @@ func TestContainerInfo_MesosInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkContainerInfo_MesosInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ContainerInfo_MesosInfo, 1000) for i := 0; i < 1000; i++ { @@ -30111,10 +30110,10 @@ func BenchmarkContainerInfo_MesosInfoProtoSize(b *testing.B) { func TestContainerStatusProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedContainerStatus(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30125,14 +30124,14 @@ func TestContainerStatusProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkContainerStatusProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*ContainerStatus, 1000) for i := 0; i < 1000; i++ { @@ -30147,10 +30146,10 @@ func BenchmarkContainerStatusProtoSize(b *testing.B) { func TestCgroupInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30161,14 +30160,14 @@ func TestCgroupInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCgroupInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo, 1000) for i := 0; i < 1000; i++ { @@ -30183,10 +30182,10 @@ func BenchmarkCgroupInfoProtoSize(b *testing.B) { func TestCgroupInfo_BlkioProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30197,14 +30196,14 @@ func TestCgroupInfo_BlkioProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCgroupInfo_BlkioProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo_Blkio, 1000) for i := 0; i < 1000; i++ { @@ -30219,10 +30218,10 @@ func BenchmarkCgroupInfo_BlkioProtoSize(b *testing.B) { func TestCgroupInfo_Blkio_ValueProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Value(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30233,14 +30232,14 @@ func TestCgroupInfo_Blkio_ValueProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCgroupInfo_Blkio_ValueProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo_Blkio_Value, 1000) for i := 0; i < 1000; i++ { @@ -30255,10 +30254,10 @@ func BenchmarkCgroupInfo_Blkio_ValueProtoSize(b *testing.B) { func TestCgroupInfo_Blkio_CFQProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_CFQ(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30269,14 +30268,14 @@ func TestCgroupInfo_Blkio_CFQProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCgroupInfo_Blkio_CFQProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo_Blkio_CFQ, 1000) for i := 0; i < 1000; i++ { @@ -30291,10 +30290,10 @@ func BenchmarkCgroupInfo_Blkio_CFQProtoSize(b *testing.B) { func TestCgroupInfo_Blkio_CFQ_StatisticsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_CFQ_Statistics(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30305,14 +30304,14 @@ func TestCgroupInfo_Blkio_CFQ_StatisticsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCgroupInfo_Blkio_CFQ_StatisticsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo_Blkio_CFQ_Statistics, 1000) for i := 0; i < 1000; i++ { @@ -30327,10 +30326,10 @@ func BenchmarkCgroupInfo_Blkio_CFQ_StatisticsProtoSize(b *testing.B) { func TestCgroupInfo_Blkio_ThrottlingProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Throttling(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30341,14 +30340,14 @@ func TestCgroupInfo_Blkio_ThrottlingProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCgroupInfo_Blkio_ThrottlingProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo_Blkio_Throttling, 1000) for i := 0; i < 1000; i++ { @@ -30363,10 +30362,10 @@ func BenchmarkCgroupInfo_Blkio_ThrottlingProtoSize(b *testing.B) { func TestCgroupInfo_Blkio_Throttling_StatisticsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Throttling_Statistics(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30377,14 +30376,14 @@ func TestCgroupInfo_Blkio_Throttling_StatisticsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCgroupInfo_Blkio_Throttling_StatisticsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo_Blkio_Throttling_Statistics, 1000) for i := 0; i < 1000; i++ { @@ -30399,10 +30398,10 @@ func BenchmarkCgroupInfo_Blkio_Throttling_StatisticsProtoSize(b *testing.B) { func TestCgroupInfo_Blkio_StatisticsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_Blkio_Statistics(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30413,14 +30412,14 @@ func TestCgroupInfo_Blkio_StatisticsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCgroupInfo_Blkio_StatisticsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo_Blkio_Statistics, 1000) for i := 0; i < 1000; i++ { @@ -30435,10 +30434,10 @@ func BenchmarkCgroupInfo_Blkio_StatisticsProtoSize(b *testing.B) { func TestCgroupInfo_NetClsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCgroupInfo_NetCls(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30449,14 +30448,14 @@ func TestCgroupInfo_NetClsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCgroupInfo_NetClsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*CgroupInfo_NetCls, 1000) for i := 0; i < 1000; i++ { @@ -30471,10 +30470,10 @@ func BenchmarkCgroupInfo_NetClsProtoSize(b *testing.B) { func TestLabelsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLabels(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30485,14 +30484,14 @@ func TestLabelsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkLabelsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Labels, 1000) for i := 0; i < 1000; i++ { @@ -30507,10 +30506,10 @@ func BenchmarkLabelsProtoSize(b *testing.B) { func TestLabelProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedLabel(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30521,14 +30520,14 @@ func TestLabelProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkLabelProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Label, 1000) for i := 0; i < 1000; i++ { @@ -30543,10 +30542,10 @@ func BenchmarkLabelProtoSize(b *testing.B) { func TestPortProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPort(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30557,14 +30556,14 @@ func TestPortProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkPortProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Port, 1000) for i := 0; i < 1000; i++ { @@ -30579,10 +30578,10 @@ func BenchmarkPortProtoSize(b *testing.B) { func TestPortsProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedPorts(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30593,14 +30592,14 @@ func TestPortsProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkPortsProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Ports, 1000) for i := 0; i < 1000; i++ { @@ -30615,10 +30614,10 @@ func BenchmarkPortsProtoSize(b *testing.B) { func TestDiscoveryInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDiscoveryInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30629,14 +30628,14 @@ func TestDiscoveryInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkDiscoveryInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DiscoveryInfo, 1000) for i := 0; i < 1000; i++ { @@ -30651,10 +30650,10 @@ func BenchmarkDiscoveryInfoProtoSize(b *testing.B) { func TestWeightInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedWeightInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30665,14 +30664,14 @@ func TestWeightInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkWeightInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*WeightInfo, 1000) for i := 0; i < 1000; i++ { @@ -30687,10 +30686,10 @@ func BenchmarkWeightInfoProtoSize(b *testing.B) { func TestVersionInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedVersionInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30701,14 +30700,14 @@ func TestVersionInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkVersionInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*VersionInfo, 1000) for i := 0; i < 1000; i++ { @@ -30723,10 +30722,10 @@ func BenchmarkVersionInfoProtoSize(b *testing.B) { func TestFlagProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFlag(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30737,14 +30736,14 @@ func TestFlagProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkFlagProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Flag, 1000) for i := 0; i < 1000; i++ { @@ -30759,10 +30758,10 @@ func BenchmarkFlagProtoSize(b *testing.B) { func TestRoleProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedRole(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30773,14 +30772,14 @@ func TestRoleProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkRoleProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Role, 1000) for i := 0; i < 1000; i++ { @@ -30795,10 +30794,10 @@ func BenchmarkRoleProtoSize(b *testing.B) { func TestMetricProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedMetric(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30809,14 +30808,14 @@ func TestMetricProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkMetricProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Metric, 1000) for i := 0; i < 1000; i++ { @@ -30831,10 +30830,10 @@ func BenchmarkMetricProtoSize(b *testing.B) { func TestFileInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedFileInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30845,14 +30844,14 @@ func TestFileInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkFileInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*FileInfo, 1000) for i := 0; i < 1000; i++ { @@ -30867,10 +30866,10 @@ func BenchmarkFileInfoProtoSize(b *testing.B) { func TestDeviceProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDevice(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30881,14 +30880,14 @@ func TestDeviceProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkDeviceProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Device, 1000) for i := 0; i < 1000; i++ { @@ -30903,10 +30902,10 @@ func BenchmarkDeviceProtoSize(b *testing.B) { func TestDevice_NumberProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDevice_Number(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30917,14 +30916,14 @@ func TestDevice_NumberProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkDevice_NumberProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Device_Number, 1000) for i := 0; i < 1000; i++ { @@ -30939,10 +30938,10 @@ func BenchmarkDevice_NumberProtoSize(b *testing.B) { func TestDeviceAccessProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceAccess(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30953,14 +30952,14 @@ func TestDeviceAccessProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkDeviceAccessProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DeviceAccess, 1000) for i := 0; i < 1000; i++ { @@ -30975,10 +30974,10 @@ func BenchmarkDeviceAccessProtoSize(b *testing.B) { func TestDeviceAccess_AccessProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceAccess_Access(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -30989,14 +30988,14 @@ func TestDeviceAccess_AccessProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkDeviceAccess_AccessProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DeviceAccess_Access, 1000) for i := 0; i < 1000; i++ { @@ -31011,10 +31010,10 @@ func BenchmarkDeviceAccess_AccessProtoSize(b *testing.B) { func TestDeviceWhitelistProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedDeviceWhitelist(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -31025,14 +31024,14 @@ func TestDeviceWhitelistProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkDeviceWhitelistProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*DeviceWhitelist, 1000) for i := 0; i < 1000; i++ { @@ -31046,7 +31045,7 @@ func BenchmarkDeviceWhitelistProtoSize(b *testing.B) { } func TestFrameworkIDStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFrameworkID(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31055,7 +31054,7 @@ func TestFrameworkIDStringer(t *testing.T) { } } func TestOfferIDStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOfferID(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31064,7 +31063,7 @@ func TestOfferIDStringer(t *testing.T) { } } func TestAgentIDStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedAgentID(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31073,7 +31072,7 @@ func TestAgentIDStringer(t *testing.T) { } } func TestTaskIDStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTaskID(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31082,7 +31081,7 @@ func TestTaskIDStringer(t *testing.T) { } } func TestExecutorIDStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedExecutorID(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31091,7 +31090,7 @@ func TestExecutorIDStringer(t *testing.T) { } } func TestContainerIDStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerID(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31100,7 +31099,7 @@ func TestContainerIDStringer(t *testing.T) { } } func TestResourceProviderIDStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceProviderID(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31109,7 +31108,7 @@ func TestResourceProviderIDStringer(t *testing.T) { } } func TestTimeInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTimeInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31118,7 +31117,7 @@ func TestTimeInfoStringer(t *testing.T) { } } func TestDurationInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDurationInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31127,7 +31126,7 @@ func TestDurationInfoStringer(t *testing.T) { } } func TestAddressStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedAddress(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31136,7 +31135,7 @@ func TestAddressStringer(t *testing.T) { } } func TestURLStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedURL(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31145,7 +31144,7 @@ func TestURLStringer(t *testing.T) { } } func TestUnavailabilityStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedUnavailability(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31154,7 +31153,7 @@ func TestUnavailabilityStringer(t *testing.T) { } } func TestMachineIDStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedMachineID(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31163,7 +31162,7 @@ func TestMachineIDStringer(t *testing.T) { } } func TestMachineInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedMachineInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31172,7 +31171,7 @@ func TestMachineInfoStringer(t *testing.T) { } } func TestFrameworkInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFrameworkInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31181,7 +31180,7 @@ func TestFrameworkInfoStringer(t *testing.T) { } } func TestFrameworkInfo_CapabilityStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFrameworkInfo_Capability(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31190,7 +31189,7 @@ func TestFrameworkInfo_CapabilityStringer(t *testing.T) { } } func TestCheckInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31199,7 +31198,7 @@ func TestCheckInfoStringer(t *testing.T) { } } func TestCheckInfo_CommandStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckInfo_Command(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31208,7 +31207,7 @@ func TestCheckInfo_CommandStringer(t *testing.T) { } } func TestCheckInfo_HttpStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckInfo_Http(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31217,7 +31216,7 @@ func TestCheckInfo_HttpStringer(t *testing.T) { } } func TestCheckInfo_TcpStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckInfo_Tcp(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31226,7 +31225,7 @@ func TestCheckInfo_TcpStringer(t *testing.T) { } } func TestHealthCheckStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedHealthCheck(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31235,7 +31234,7 @@ func TestHealthCheckStringer(t *testing.T) { } } func TestHealthCheck_HTTPCheckInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedHealthCheck_HTTPCheckInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31244,7 +31243,7 @@ func TestHealthCheck_HTTPCheckInfoStringer(t *testing.T) { } } func TestHealthCheck_TCPCheckInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedHealthCheck_TCPCheckInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31253,7 +31252,7 @@ func TestHealthCheck_TCPCheckInfoStringer(t *testing.T) { } } func TestKillPolicyStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedKillPolicy(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31262,7 +31261,7 @@ func TestKillPolicyStringer(t *testing.T) { } } func TestCommandInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCommandInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31271,7 +31270,7 @@ func TestCommandInfoStringer(t *testing.T) { } } func TestCommandInfo_URIStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCommandInfo_URI(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31280,7 +31279,7 @@ func TestCommandInfo_URIStringer(t *testing.T) { } } func TestExecutorInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedExecutorInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31289,7 +31288,7 @@ func TestExecutorInfoStringer(t *testing.T) { } } func TestDomainInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDomainInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31298,7 +31297,7 @@ func TestDomainInfoStringer(t *testing.T) { } } func TestDomainInfo_FaultDomainStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDomainInfo_FaultDomain(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31307,7 +31306,7 @@ func TestDomainInfo_FaultDomainStringer(t *testing.T) { } } func TestDomainInfo_FaultDomain_RegionInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDomainInfo_FaultDomain_RegionInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31316,7 +31315,7 @@ func TestDomainInfo_FaultDomain_RegionInfoStringer(t *testing.T) { } } func TestDomainInfo_FaultDomain_ZoneInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDomainInfo_FaultDomain_ZoneInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31325,7 +31324,7 @@ func TestDomainInfo_FaultDomain_ZoneInfoStringer(t *testing.T) { } } func TestMasterInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedMasterInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31334,7 +31333,7 @@ func TestMasterInfoStringer(t *testing.T) { } } func TestAgentInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedAgentInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31343,7 +31342,7 @@ func TestAgentInfoStringer(t *testing.T) { } } func TestAgentInfo_CapabilityStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedAgentInfo_Capability(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31352,7 +31351,7 @@ func TestAgentInfo_CapabilityStringer(t *testing.T) { } } func TestResourceProviderInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceProviderInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31361,7 +31360,7 @@ func TestResourceProviderInfoStringer(t *testing.T) { } } func TestValueStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31370,7 +31369,7 @@ func TestValueStringer(t *testing.T) { } } func TestValue_ScalarStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue_Scalar(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31379,7 +31378,7 @@ func TestValue_ScalarStringer(t *testing.T) { } } func TestValue_RangeStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue_Range(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31388,7 +31387,7 @@ func TestValue_RangeStringer(t *testing.T) { } } func TestValue_RangesStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue_Ranges(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31397,7 +31396,7 @@ func TestValue_RangesStringer(t *testing.T) { } } func TestValue_SetStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue_Set(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31406,7 +31405,7 @@ func TestValue_SetStringer(t *testing.T) { } } func TestValue_TextStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedValue_Text(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31415,7 +31414,7 @@ func TestValue_TextStringer(t *testing.T) { } } func TestAttributeStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedAttribute(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31424,7 +31423,7 @@ func TestAttributeStringer(t *testing.T) { } } func TestResourceStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31433,7 +31432,7 @@ func TestResourceStringer(t *testing.T) { } } func TestResource_AllocationInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_AllocationInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31442,7 +31441,7 @@ func TestResource_AllocationInfoStringer(t *testing.T) { } } func TestResource_ReservationInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_ReservationInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31451,7 +31450,7 @@ func TestResource_ReservationInfoStringer(t *testing.T) { } } func TestResource_DiskInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_DiskInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31460,7 +31459,7 @@ func TestResource_DiskInfoStringer(t *testing.T) { } } func TestResource_DiskInfo_PersistenceStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_DiskInfo_Persistence(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31469,7 +31468,7 @@ func TestResource_DiskInfo_PersistenceStringer(t *testing.T) { } } func TestResource_DiskInfo_SourceStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_DiskInfo_Source(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31478,7 +31477,7 @@ func TestResource_DiskInfo_SourceStringer(t *testing.T) { } } func TestResource_DiskInfo_Source_PathStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_DiskInfo_Source_Path(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31487,7 +31486,7 @@ func TestResource_DiskInfo_Source_PathStringer(t *testing.T) { } } func TestResource_DiskInfo_Source_MountStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_DiskInfo_Source_Mount(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31496,7 +31495,7 @@ func TestResource_DiskInfo_Source_MountStringer(t *testing.T) { } } func TestResource_RevocableInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_RevocableInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31505,7 +31504,7 @@ func TestResource_RevocableInfoStringer(t *testing.T) { } } func TestResource_SharedInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResource_SharedInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31514,7 +31513,7 @@ func TestResource_SharedInfoStringer(t *testing.T) { } } func TestTrafficControlStatisticsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTrafficControlStatistics(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31523,7 +31522,7 @@ func TestTrafficControlStatisticsStringer(t *testing.T) { } } func TestIpStatisticsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedIpStatistics(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31532,7 +31531,7 @@ func TestIpStatisticsStringer(t *testing.T) { } } func TestIcmpStatisticsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedIcmpStatistics(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31541,7 +31540,7 @@ func TestIcmpStatisticsStringer(t *testing.T) { } } func TestTcpStatisticsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTcpStatistics(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31550,7 +31549,7 @@ func TestTcpStatisticsStringer(t *testing.T) { } } func TestUdpStatisticsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedUdpStatistics(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31559,7 +31558,7 @@ func TestUdpStatisticsStringer(t *testing.T) { } } func TestSNMPStatisticsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedSNMPStatistics(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31568,7 +31567,7 @@ func TestSNMPStatisticsStringer(t *testing.T) { } } func TestDiskStatisticsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDiskStatistics(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31577,7 +31576,7 @@ func TestDiskStatisticsStringer(t *testing.T) { } } func TestResourceStatisticsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceStatistics(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31586,7 +31585,7 @@ func TestResourceStatisticsStringer(t *testing.T) { } } func TestResourceUsageStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceUsage(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31595,7 +31594,7 @@ func TestResourceUsageStringer(t *testing.T) { } } func TestResourceUsage_ExecutorStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceUsage_Executor(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31604,7 +31603,7 @@ func TestResourceUsage_ExecutorStringer(t *testing.T) { } } func TestResourceUsage_Executor_TaskStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedResourceUsage_Executor_Task(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31613,7 +31612,7 @@ func TestResourceUsage_Executor_TaskStringer(t *testing.T) { } } func TestPerfStatisticsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedPerfStatistics(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31622,7 +31621,7 @@ func TestPerfStatisticsStringer(t *testing.T) { } } func TestRequestStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRequest(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31631,7 +31630,7 @@ func TestRequestStringer(t *testing.T) { } } func TestOfferStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31640,7 +31639,7 @@ func TestOfferStringer(t *testing.T) { } } func TestOffer_OperationStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31649,7 +31648,7 @@ func TestOffer_OperationStringer(t *testing.T) { } } func TestOffer_Operation_LaunchStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_Launch(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31658,7 +31657,7 @@ func TestOffer_Operation_LaunchStringer(t *testing.T) { } } func TestOffer_Operation_LaunchGroupStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_LaunchGroup(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31667,7 +31666,7 @@ func TestOffer_Operation_LaunchGroupStringer(t *testing.T) { } } func TestOffer_Operation_ReserveStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_Reserve(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31676,7 +31675,7 @@ func TestOffer_Operation_ReserveStringer(t *testing.T) { } } func TestOffer_Operation_UnreserveStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_Unreserve(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31685,7 +31684,7 @@ func TestOffer_Operation_UnreserveStringer(t *testing.T) { } } func TestOffer_Operation_CreateStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_Create(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31694,7 +31693,7 @@ func TestOffer_Operation_CreateStringer(t *testing.T) { } } func TestOffer_Operation_DestroyStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedOffer_Operation_Destroy(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31703,7 +31702,7 @@ func TestOffer_Operation_DestroyStringer(t *testing.T) { } } func TestInverseOfferStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedInverseOffer(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31712,7 +31711,7 @@ func TestInverseOfferStringer(t *testing.T) { } } func TestTaskInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTaskInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31721,7 +31720,7 @@ func TestTaskInfoStringer(t *testing.T) { } } func TestTaskGroupInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTaskGroupInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31730,7 +31729,7 @@ func TestTaskGroupInfoStringer(t *testing.T) { } } func TestTaskStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTask(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31739,7 +31738,7 @@ func TestTaskStringer(t *testing.T) { } } func TestCheckStatusInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckStatusInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31748,7 +31747,7 @@ func TestCheckStatusInfoStringer(t *testing.T) { } } func TestCheckStatusInfo_CommandStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckStatusInfo_Command(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31757,7 +31756,7 @@ func TestCheckStatusInfo_CommandStringer(t *testing.T) { } } func TestCheckStatusInfo_HttpStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckStatusInfo_Http(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31766,7 +31765,7 @@ func TestCheckStatusInfo_HttpStringer(t *testing.T) { } } func TestCheckStatusInfo_TcpStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCheckStatusInfo_Tcp(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31775,7 +31774,7 @@ func TestCheckStatusInfo_TcpStringer(t *testing.T) { } } func TestTaskStatusStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTaskStatus(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31784,7 +31783,7 @@ func TestTaskStatusStringer(t *testing.T) { } } func TestFiltersStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFilters(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31793,7 +31792,7 @@ func TestFiltersStringer(t *testing.T) { } } func TestEnvironmentStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEnvironment(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31802,7 +31801,7 @@ func TestEnvironmentStringer(t *testing.T) { } } func TestEnvironment_VariableStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEnvironment_Variable(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31811,7 +31810,7 @@ func TestEnvironment_VariableStringer(t *testing.T) { } } func TestParameterStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedParameter(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31820,7 +31819,7 @@ func TestParameterStringer(t *testing.T) { } } func TestParametersStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedParameters(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31829,7 +31828,7 @@ func TestParametersStringer(t *testing.T) { } } func TestCredentialStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCredential(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31838,7 +31837,7 @@ func TestCredentialStringer(t *testing.T) { } } func TestCredentialsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCredentials(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31847,7 +31846,7 @@ func TestCredentialsStringer(t *testing.T) { } } func TestSecretStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedSecret(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31856,7 +31855,7 @@ func TestSecretStringer(t *testing.T) { } } func TestSecret_ReferenceStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedSecret_Reference(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31865,7 +31864,7 @@ func TestSecret_ReferenceStringer(t *testing.T) { } } func TestSecret_ValueStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedSecret_Value(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31874,7 +31873,7 @@ func TestSecret_ValueStringer(t *testing.T) { } } func TestRateLimitStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRateLimit(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31883,7 +31882,7 @@ func TestRateLimitStringer(t *testing.T) { } } func TestRateLimitsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRateLimits(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31892,7 +31891,7 @@ func TestRateLimitsStringer(t *testing.T) { } } func TestImageStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedImage(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31901,7 +31900,7 @@ func TestImageStringer(t *testing.T) { } } func TestImage_AppcStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedImage_Appc(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31910,7 +31909,7 @@ func TestImage_AppcStringer(t *testing.T) { } } func TestImage_DockerStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedImage_Docker(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31919,7 +31918,7 @@ func TestImage_DockerStringer(t *testing.T) { } } func TestVolumeStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedVolume(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31928,7 +31927,7 @@ func TestVolumeStringer(t *testing.T) { } } func TestVolume_SourceStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedVolume_Source(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31937,7 +31936,7 @@ func TestVolume_SourceStringer(t *testing.T) { } } func TestVolume_Source_DockerVolumeStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedVolume_Source_DockerVolume(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31946,7 +31945,7 @@ func TestVolume_Source_DockerVolumeStringer(t *testing.T) { } } func TestVolume_Source_SandboxPathStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedVolume_Source_SandboxPath(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31955,7 +31954,7 @@ func TestVolume_Source_SandboxPathStringer(t *testing.T) { } } func TestNetworkInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedNetworkInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31964,7 +31963,7 @@ func TestNetworkInfoStringer(t *testing.T) { } } func TestNetworkInfo_IPAddressStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedNetworkInfo_IPAddress(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31973,7 +31972,7 @@ func TestNetworkInfo_IPAddressStringer(t *testing.T) { } } func TestNetworkInfo_PortMappingStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedNetworkInfo_PortMapping(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31982,7 +31981,7 @@ func TestNetworkInfo_PortMappingStringer(t *testing.T) { } } func TestCapabilityInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCapabilityInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -31991,7 +31990,7 @@ func TestCapabilityInfoStringer(t *testing.T) { } } func TestLinuxInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedLinuxInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32000,7 +31999,7 @@ func TestLinuxInfoStringer(t *testing.T) { } } func TestRLimitInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRLimitInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32009,7 +32008,7 @@ func TestRLimitInfoStringer(t *testing.T) { } } func TestRLimitInfo_RLimitStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRLimitInfo_RLimit(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32018,7 +32017,7 @@ func TestRLimitInfo_RLimitStringer(t *testing.T) { } } func TestTTYInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTTYInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32027,7 +32026,7 @@ func TestTTYInfoStringer(t *testing.T) { } } func TestTTYInfo_WindowSizeStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedTTYInfo_WindowSize(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32036,7 +32035,7 @@ func TestTTYInfo_WindowSizeStringer(t *testing.T) { } } func TestContainerInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32045,7 +32044,7 @@ func TestContainerInfoStringer(t *testing.T) { } } func TestContainerInfo_DockerInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerInfo_DockerInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32054,7 +32053,7 @@ func TestContainerInfo_DockerInfoStringer(t *testing.T) { } } func TestContainerInfo_DockerInfo_PortMappingStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerInfo_DockerInfo_PortMapping(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32063,7 +32062,7 @@ func TestContainerInfo_DockerInfo_PortMappingStringer(t *testing.T) { } } func TestContainerInfo_MesosInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerInfo_MesosInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32072,7 +32071,7 @@ func TestContainerInfo_MesosInfoStringer(t *testing.T) { } } func TestContainerStatusStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedContainerStatus(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32081,7 +32080,7 @@ func TestContainerStatusStringer(t *testing.T) { } } func TestCgroupInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32090,7 +32089,7 @@ func TestCgroupInfoStringer(t *testing.T) { } } func TestCgroupInfo_BlkioStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32099,7 +32098,7 @@ func TestCgroupInfo_BlkioStringer(t *testing.T) { } } func TestCgroupInfo_Blkio_ValueStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_Value(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32108,7 +32107,7 @@ func TestCgroupInfo_Blkio_ValueStringer(t *testing.T) { } } func TestCgroupInfo_Blkio_CFQStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_CFQ(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32117,7 +32116,7 @@ func TestCgroupInfo_Blkio_CFQStringer(t *testing.T) { } } func TestCgroupInfo_Blkio_CFQ_StatisticsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_CFQ_Statistics(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32126,7 +32125,7 @@ func TestCgroupInfo_Blkio_CFQ_StatisticsStringer(t *testing.T) { } } func TestCgroupInfo_Blkio_ThrottlingStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_Throttling(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32135,7 +32134,7 @@ func TestCgroupInfo_Blkio_ThrottlingStringer(t *testing.T) { } } func TestCgroupInfo_Blkio_Throttling_StatisticsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_Throttling_Statistics(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32144,7 +32143,7 @@ func TestCgroupInfo_Blkio_Throttling_StatisticsStringer(t *testing.T) { } } func TestCgroupInfo_Blkio_StatisticsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_Blkio_Statistics(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32153,7 +32152,7 @@ func TestCgroupInfo_Blkio_StatisticsStringer(t *testing.T) { } } func TestCgroupInfo_NetClsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCgroupInfo_NetCls(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32162,7 +32161,7 @@ func TestCgroupInfo_NetClsStringer(t *testing.T) { } } func TestLabelsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedLabels(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32171,7 +32170,7 @@ func TestLabelsStringer(t *testing.T) { } } func TestLabelStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedLabel(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32180,7 +32179,7 @@ func TestLabelStringer(t *testing.T) { } } func TestPortStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedPort(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32189,7 +32188,7 @@ func TestPortStringer(t *testing.T) { } } func TestPortsStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedPorts(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32198,7 +32197,7 @@ func TestPortsStringer(t *testing.T) { } } func TestDiscoveryInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDiscoveryInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32207,7 +32206,7 @@ func TestDiscoveryInfoStringer(t *testing.T) { } } func TestWeightInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedWeightInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32216,7 +32215,7 @@ func TestWeightInfoStringer(t *testing.T) { } } func TestVersionInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedVersionInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32225,7 +32224,7 @@ func TestVersionInfoStringer(t *testing.T) { } } func TestFlagStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFlag(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32234,7 +32233,7 @@ func TestFlagStringer(t *testing.T) { } } func TestRoleStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedRole(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32243,7 +32242,7 @@ func TestRoleStringer(t *testing.T) { } } func TestMetricStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedMetric(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32252,7 +32251,7 @@ func TestMetricStringer(t *testing.T) { } } func TestFileInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedFileInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32261,7 +32260,7 @@ func TestFileInfoStringer(t *testing.T) { } } func TestDeviceStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDevice(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32270,7 +32269,7 @@ func TestDeviceStringer(t *testing.T) { } } func TestDevice_NumberStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDevice_Number(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32279,7 +32278,7 @@ func TestDevice_NumberStringer(t *testing.T) { } } func TestDeviceAccessStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDeviceAccess(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32288,7 +32287,7 @@ func TestDeviceAccessStringer(t *testing.T) { } } func TestDeviceAccess_AccessStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDeviceAccess_Access(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -32297,7 +32296,7 @@ func TestDeviceAccess_AccessStringer(t *testing.T) { } } func TestDeviceWhitelistStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedDeviceWhitelist(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) diff --git a/api/v1/lib/quota/quota.pb.go b/api/v1/lib/quota/quota.pb.go index e713679c..1ade9b7b 100644 --- a/api/v1/lib/quota/quota.pb.go +++ b/api/v1/lib/quota/quota.pb.go @@ -193,10 +193,7 @@ func (this *QuotaInfo) VerboseEqual(that interface{}) error { } func (this *QuotaInfo) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*QuotaInfo) @@ -209,10 +206,7 @@ func (this *QuotaInfo) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -299,10 +293,7 @@ func (this *QuotaRequest) VerboseEqual(that interface{}) error { } func (this *QuotaRequest) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*QuotaRequest) @@ -315,10 +306,7 @@ func (this *QuotaRequest) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -387,10 +375,7 @@ func (this *QuotaStatus) VerboseEqual(that interface{}) error { } func (this *QuotaStatus) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*QuotaStatus) @@ -403,10 +388,7 @@ func (this *QuotaStatus) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -433,7 +415,11 @@ func (this *QuotaInfo) GoString() string { s = append(s, "Principal: "+valueToGoStringQuota(this.Principal, "string")+",\n") } if this.Guarantee != nil { - s = append(s, "Guarantee: "+fmt.Sprintf("%#v", this.Guarantee)+",\n") + vs := make([]*mesos.Resource, len(this.Guarantee)) + for i := range vs { + vs[i] = &this.Guarantee[i] + } + s = append(s, "Guarantee: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -451,7 +437,11 @@ func (this *QuotaRequest) GoString() string { s = append(s, "Role: "+valueToGoStringQuota(this.Role, "string")+",\n") } if this.Guarantee != nil { - s = append(s, "Guarantee: "+fmt.Sprintf("%#v", this.Guarantee)+",\n") + vs := make([]*mesos.Resource, len(this.Guarantee)) + for i := range vs { + vs[i] = &this.Guarantee[i] + } + s = append(s, "Guarantee: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -463,7 +453,11 @@ func (this *QuotaStatus) GoString() string { s := make([]string, 0, 5) s = append(s, ""a.QuotaStatus{") if this.Infos != nil { - s = append(s, "Infos: "+fmt.Sprintf("%#v", this.Infos)+",\n") + vs := make([]*QuotaInfo, len(this.Infos)) + for i := range vs { + vs[i] = &this.Infos[i] + } + s = append(s, "Infos: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -594,24 +588,6 @@ func (m *QuotaStatus) MarshalTo(dAtA []byte) (int, error) { return i, nil } -func encodeFixed64Quota(dAtA []byte, offset int, v uint64) int { - dAtA[offset] = uint8(v) - dAtA[offset+1] = uint8(v >> 8) - dAtA[offset+2] = uint8(v >> 16) - dAtA[offset+3] = uint8(v >> 24) - dAtA[offset+4] = uint8(v >> 32) - dAtA[offset+5] = uint8(v >> 40) - dAtA[offset+6] = uint8(v >> 48) - dAtA[offset+7] = uint8(v >> 56) - return offset + 8 -} -func encodeFixed32Quota(dAtA []byte, offset int, v uint32) int { - dAtA[offset] = uint8(v) - dAtA[offset+1] = uint8(v >> 8) - dAtA[offset+2] = uint8(v >> 16) - dAtA[offset+3] = uint8(v >> 24) - return offset + 4 -} func encodeVarintQuota(dAtA []byte, offset int, v uint64) int { for v >= 1<<7 { dAtA[offset] = uint8(v&0x7f | 0x80) diff --git a/api/v1/lib/quota/quotapb_test.go b/api/v1/lib/quota/quotapb_test.go index bcf90679..0492f7c9 100644 --- a/api/v1/lib/quota/quotapb_test.go +++ b/api/v1/lib/quota/quotapb_test.go @@ -15,13 +15,12 @@ It has these top-level messages: package quota import testing "testing" -import math_rand "math/rand" +import rand "math/rand" import time "time" -import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto" -import github_com_gogo_protobuf_jsonpb "github.com/gogo/protobuf/jsonpb" -import fmt "fmt" -import go_parser "go/parser" import proto "github.com/gogo/protobuf/proto" +import jsonpb "github.com/gogo/protobuf/jsonpb" +import fmt "fmt" +import parser "go/parser" import math "math" import _ "github.com/mesos/mesos-go/api/v1/lib" import _ "github.com/gogo/protobuf/gogoproto" @@ -33,14 +32,14 @@ var _ = math.Inf func TestQuotaInfoProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &QuotaInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -61,13 +60,13 @@ func TestQuotaInfoProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestQuotaInfoMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaInfo(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -79,7 +78,7 @@ func TestQuotaInfoMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &QuotaInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -94,7 +93,7 @@ func TestQuotaInfoMarshalTo(t *testing.T) { } func BenchmarkQuotaInfoProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*QuotaInfo, 10000) for i := 0; i < 10000; i++ { @@ -102,7 +101,7 @@ func BenchmarkQuotaInfoProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -112,11 +111,11 @@ func BenchmarkQuotaInfoProtoMarshal(b *testing.B) { } func BenchmarkQuotaInfoProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedQuotaInfo(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedQuotaInfo(popr, false)) if err != nil { panic(err) } @@ -126,7 +125,7 @@ func BenchmarkQuotaInfoProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -135,14 +134,14 @@ func BenchmarkQuotaInfoProtoUnmarshal(b *testing.B) { func TestQuotaRequestProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaRequest(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &QuotaRequest{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -163,13 +162,13 @@ func TestQuotaRequestProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestQuotaRequestMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaRequest(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -181,7 +180,7 @@ func TestQuotaRequestMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &QuotaRequest{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -196,7 +195,7 @@ func TestQuotaRequestMarshalTo(t *testing.T) { } func BenchmarkQuotaRequestProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*QuotaRequest, 10000) for i := 0; i < 10000; i++ { @@ -204,7 +203,7 @@ func BenchmarkQuotaRequestProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -214,11 +213,11 @@ func BenchmarkQuotaRequestProtoMarshal(b *testing.B) { } func BenchmarkQuotaRequestProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedQuotaRequest(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedQuotaRequest(popr, false)) if err != nil { panic(err) } @@ -228,7 +227,7 @@ func BenchmarkQuotaRequestProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -237,14 +236,14 @@ func BenchmarkQuotaRequestProtoUnmarshal(b *testing.B) { func TestQuotaStatusProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaStatus(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &QuotaStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -265,13 +264,13 @@ func TestQuotaStatusProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestQuotaStatusMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaStatus(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -283,7 +282,7 @@ func TestQuotaStatusMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &QuotaStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -298,7 +297,7 @@ func TestQuotaStatusMarshalTo(t *testing.T) { } func BenchmarkQuotaStatusProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*QuotaStatus, 10000) for i := 0; i < 10000; i++ { @@ -306,7 +305,7 @@ func BenchmarkQuotaStatusProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -316,11 +315,11 @@ func BenchmarkQuotaStatusProtoMarshal(b *testing.B) { } func BenchmarkQuotaStatusProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedQuotaStatus(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedQuotaStatus(popr, false)) if err != nil { panic(err) } @@ -330,7 +329,7 @@ func BenchmarkQuotaStatusProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -339,15 +338,15 @@ func BenchmarkQuotaStatusProtoUnmarshal(b *testing.B) { func TestQuotaInfoJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaInfo(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &QuotaInfo{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -360,15 +359,15 @@ func TestQuotaInfoJSON(t *testing.T) { } func TestQuotaRequestJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaRequest(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &QuotaRequest{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -381,15 +380,15 @@ func TestQuotaRequestJSON(t *testing.T) { } func TestQuotaStatusJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaStatus(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &QuotaStatus{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -402,11 +401,11 @@ func TestQuotaStatusJSON(t *testing.T) { } func TestQuotaInfoProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &QuotaInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -419,11 +418,11 @@ func TestQuotaInfoProtoText(t *testing.T) { func TestQuotaInfoProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaInfo(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &QuotaInfo{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -436,11 +435,11 @@ func TestQuotaInfoProtoCompactText(t *testing.T) { func TestQuotaRequestProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaRequest(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &QuotaRequest{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -453,11 +452,11 @@ func TestQuotaRequestProtoText(t *testing.T) { func TestQuotaRequestProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaRequest(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &QuotaRequest{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -470,11 +469,11 @@ func TestQuotaRequestProtoCompactText(t *testing.T) { func TestQuotaStatusProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaStatus(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &QuotaStatus{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -487,11 +486,11 @@ func TestQuotaStatusProtoText(t *testing.T) { func TestQuotaStatusProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaStatus(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &QuotaStatus{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -503,14 +502,14 @@ func TestQuotaStatusProtoCompactText(t *testing.T) { } func TestQuotaInfoVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedQuotaInfo(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &QuotaInfo{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -518,14 +517,14 @@ func TestQuotaInfoVerboseEqual(t *testing.T) { } } func TestQuotaRequestVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedQuotaRequest(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &QuotaRequest{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -533,14 +532,14 @@ func TestQuotaRequestVerboseEqual(t *testing.T) { } } func TestQuotaStatusVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedQuotaStatus(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &QuotaStatus{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -548,50 +547,50 @@ func TestQuotaStatusVerboseEqual(t *testing.T) { } } func TestQuotaInfoGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedQuotaInfo(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestQuotaRequestGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedQuotaRequest(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestQuotaStatusGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedQuotaStatus(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestQuotaInfoProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaInfo(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -602,14 +601,14 @@ func TestQuotaInfoProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkQuotaInfoProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*QuotaInfo, 1000) for i := 0; i < 1000; i++ { @@ -624,10 +623,10 @@ func BenchmarkQuotaInfoProtoSize(b *testing.B) { func TestQuotaRequestProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaRequest(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -638,14 +637,14 @@ func TestQuotaRequestProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkQuotaRequestProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*QuotaRequest, 1000) for i := 0; i < 1000; i++ { @@ -660,10 +659,10 @@ func BenchmarkQuotaRequestProtoSize(b *testing.B) { func TestQuotaStatusProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedQuotaStatus(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -674,14 +673,14 @@ func TestQuotaStatusProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkQuotaStatusProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*QuotaStatus, 1000) for i := 0; i < 1000; i++ { @@ -695,7 +694,7 @@ func BenchmarkQuotaStatusProtoSize(b *testing.B) { } func TestQuotaInfoStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedQuotaInfo(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -704,7 +703,7 @@ func TestQuotaInfoStringer(t *testing.T) { } } func TestQuotaRequestStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedQuotaRequest(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -713,7 +712,7 @@ func TestQuotaRequestStringer(t *testing.T) { } } func TestQuotaStatusStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedQuotaStatus(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) diff --git a/api/v1/lib/scheduler/scheduler.pb.go b/api/v1/lib/scheduler/scheduler.pb.go index 88ba618a..353a58dc 100644 --- a/api/v1/lib/scheduler/scheduler.pb.go +++ b/api/v1/lib/scheduler/scheduler.pb.go @@ -26,7 +26,7 @@ import bytes "bytes" import strings "strings" import reflect "reflect" -import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto" +import binary "encoding/binary" import io "io" @@ -1201,10 +1201,7 @@ func (this *Event) VerboseEqual(that interface{}) error { } func (this *Event) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event) @@ -1217,10 +1214,7 @@ func (this *Event) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1300,10 +1294,7 @@ func (this *Event_Subscribed) VerboseEqual(that interface{}) error { } func (this *Event_Subscribed) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_Subscribed) @@ -1316,10 +1307,7 @@ func (this *Event_Subscribed) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1377,10 +1365,7 @@ func (this *Event_Offers) VerboseEqual(that interface{}) error { } func (this *Event_Offers) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_Offers) @@ -1393,10 +1378,7 @@ func (this *Event_Offers) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1447,10 +1429,7 @@ func (this *Event_InverseOffers) VerboseEqual(that interface{}) error { } func (this *Event_InverseOffers) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_InverseOffers) @@ -1463,10 +1442,7 @@ func (this *Event_InverseOffers) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1512,10 +1488,7 @@ func (this *Event_Rescind) VerboseEqual(that interface{}) error { } func (this *Event_Rescind) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_Rescind) @@ -1528,10 +1501,7 @@ func (this *Event_Rescind) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1572,10 +1542,7 @@ func (this *Event_RescindInverseOffer) VerboseEqual(that interface{}) error { } func (this *Event_RescindInverseOffer) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_RescindInverseOffer) @@ -1588,10 +1555,7 @@ func (this *Event_RescindInverseOffer) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1632,10 +1596,7 @@ func (this *Event_Update) VerboseEqual(that interface{}) error { } func (this *Event_Update) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_Update) @@ -1648,10 +1609,7 @@ func (this *Event_Update) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1698,10 +1656,7 @@ func (this *Event_Message) VerboseEqual(that interface{}) error { } func (this *Event_Message) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_Message) @@ -1714,10 +1669,7 @@ func (this *Event_Message) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1776,10 +1728,7 @@ func (this *Event_Failure) VerboseEqual(that interface{}) error { } func (this *Event_Failure) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_Failure) @@ -1792,10 +1741,7 @@ func (this *Event_Failure) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1848,10 +1794,7 @@ func (this *Event_Error) VerboseEqual(that interface{}) error { } func (this *Event_Error) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Event_Error) @@ -1864,10 +1807,7 @@ func (this *Event_Error) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -1950,10 +1890,7 @@ func (this *Call) VerboseEqual(that interface{}) error { } func (this *Call) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call) @@ -1966,10 +1903,7 @@ func (this *Call) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2060,10 +1994,7 @@ func (this *Call_Subscribe) VerboseEqual(that interface{}) error { } func (this *Call_Subscribe) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_Subscribe) @@ -2076,10 +2007,7 @@ func (this *Call_Subscribe) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2144,10 +2072,7 @@ func (this *Call_Accept) VerboseEqual(that interface{}) error { } func (this *Call_Accept) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_Accept) @@ -2160,10 +2085,7 @@ func (this *Call_Accept) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2228,10 +2150,7 @@ func (this *Call_Decline) VerboseEqual(that interface{}) error { } func (this *Call_Decline) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_Decline) @@ -2244,10 +2163,7 @@ func (this *Call_Decline) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2304,10 +2220,7 @@ func (this *Call_AcceptInverseOffers) VerboseEqual(that interface{}) error { } func (this *Call_AcceptInverseOffers) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_AcceptInverseOffers) @@ -2320,10 +2233,7 @@ func (this *Call_AcceptInverseOffers) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2380,10 +2290,7 @@ func (this *Call_DeclineInverseOffers) VerboseEqual(that interface{}) error { } func (this *Call_DeclineInverseOffers) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_DeclineInverseOffers) @@ -2396,10 +2303,7 @@ func (this *Call_DeclineInverseOffers) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2453,10 +2357,7 @@ func (this *Call_Revive) VerboseEqual(that interface{}) error { } func (this *Call_Revive) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_Revive) @@ -2469,10 +2370,7 @@ func (this *Call_Revive) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2524,10 +2422,7 @@ func (this *Call_Kill) VerboseEqual(that interface{}) error { } func (this *Call_Kill) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_Kill) @@ -2540,10 +2435,7 @@ func (this *Call_Kill) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2593,10 +2485,7 @@ func (this *Call_Shutdown) VerboseEqual(that interface{}) error { } func (this *Call_Shutdown) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_Shutdown) @@ -2609,10 +2498,7 @@ func (this *Call_Shutdown) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2662,10 +2548,7 @@ func (this *Call_Acknowledge) VerboseEqual(that interface{}) error { } func (this *Call_Acknowledge) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_Acknowledge) @@ -2678,10 +2561,7 @@ func (this *Call_Acknowledge) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2733,10 +2613,7 @@ func (this *Call_Reconcile) VerboseEqual(that interface{}) error { } func (this *Call_Reconcile) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_Reconcile) @@ -2749,10 +2626,7 @@ func (this *Call_Reconcile) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2801,10 +2675,7 @@ func (this *Call_Reconcile_Task) VerboseEqual(that interface{}) error { } func (this *Call_Reconcile_Task) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_Reconcile_Task) @@ -2817,10 +2688,7 @@ func (this *Call_Reconcile_Task) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2870,10 +2738,7 @@ func (this *Call_Message) VerboseEqual(that interface{}) error { } func (this *Call_Message) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_Message) @@ -2886,10 +2751,7 @@ func (this *Call_Message) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -2941,10 +2803,7 @@ func (this *Call_Request) VerboseEqual(that interface{}) error { } func (this *Call_Request) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_Request) @@ -2957,10 +2816,7 @@ func (this *Call_Request) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3011,10 +2867,7 @@ func (this *Call_Suppress) VerboseEqual(that interface{}) error { } func (this *Call_Suppress) Equal(that interface{}) bool { if that == nil { - if this == nil { - return true - } - return false + return this == nil } that1, ok := that.(*Call_Suppress) @@ -3027,10 +2880,7 @@ func (this *Call_Suppress) Equal(that interface{}) bool { } } if that1 == nil { - if this == nil { - return true - } - return false + return this == nil } else if this == nil { return false } @@ -3106,7 +2956,11 @@ func (this *Event_Offers) GoString() string { s := make([]string, 0, 5) s = append(s, "&scheduler.Event_Offers{") if this.Offers != nil { - s = append(s, "Offers: "+fmt.Sprintf("%#v", this.Offers)+",\n") + vs := make([]*mesos.Offer, len(this.Offers)) + for i := range vs { + vs[i] = &this.Offers[i] + } + s = append(s, "Offers: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -3118,7 +2972,11 @@ func (this *Event_InverseOffers) GoString() string { s := make([]string, 0, 5) s = append(s, "&scheduler.Event_InverseOffers{") if this.InverseOffers != nil { - s = append(s, "InverseOffers: "+fmt.Sprintf("%#v", this.InverseOffers)+",\n") + vs := make([]*mesos.InverseOffer, len(this.InverseOffers)) + for i := range vs { + vs[i] = &this.InverseOffers[i] + } + s = append(s, "InverseOffers: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -3269,10 +3127,18 @@ func (this *Call_Accept) GoString() string { s := make([]string, 0, 7) s = append(s, "&scheduler.Call_Accept{") if this.OfferIDs != nil { - s = append(s, "OfferIDs: "+fmt.Sprintf("%#v", this.OfferIDs)+",\n") + vs := make([]*mesos.OfferID, len(this.OfferIDs)) + for i := range vs { + vs[i] = &this.OfferIDs[i] + } + s = append(s, "OfferIDs: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Operations != nil { - s = append(s, "Operations: "+fmt.Sprintf("%#v", this.Operations)+",\n") + vs := make([]*mesos.Offer_Operation, len(this.Operations)) + for i := range vs { + vs[i] = &this.Operations[i] + } + s = append(s, "Operations: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Filters != nil { s = append(s, "Filters: "+fmt.Sprintf("%#v", this.Filters)+",\n") @@ -3287,7 +3153,11 @@ func (this *Call_Decline) GoString() string { s := make([]string, 0, 6) s = append(s, "&scheduler.Call_Decline{") if this.OfferIDs != nil { - s = append(s, "OfferIDs: "+fmt.Sprintf("%#v", this.OfferIDs)+",\n") + vs := make([]*mesos.OfferID, len(this.OfferIDs)) + for i := range vs { + vs[i] = &this.OfferIDs[i] + } + s = append(s, "OfferIDs: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Filters != nil { s = append(s, "Filters: "+fmt.Sprintf("%#v", this.Filters)+",\n") @@ -3302,7 +3172,11 @@ func (this *Call_AcceptInverseOffers) GoString() string { s := make([]string, 0, 6) s = append(s, "&scheduler.Call_AcceptInverseOffers{") if this.InverseOfferIDs != nil { - s = append(s, "InverseOfferIDs: "+fmt.Sprintf("%#v", this.InverseOfferIDs)+",\n") + vs := make([]*mesos.OfferID, len(this.InverseOfferIDs)) + for i := range vs { + vs[i] = &this.InverseOfferIDs[i] + } + s = append(s, "InverseOfferIDs: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Filters != nil { s = append(s, "Filters: "+fmt.Sprintf("%#v", this.Filters)+",\n") @@ -3317,7 +3191,11 @@ func (this *Call_DeclineInverseOffers) GoString() string { s := make([]string, 0, 6) s = append(s, "&scheduler.Call_DeclineInverseOffers{") if this.InverseOfferIDs != nil { - s = append(s, "InverseOfferIDs: "+fmt.Sprintf("%#v", this.InverseOfferIDs)+",\n") + vs := make([]*mesos.OfferID, len(this.InverseOfferIDs)) + for i := range vs { + vs[i] = &this.InverseOfferIDs[i] + } + s = append(s, "InverseOfferIDs: "+fmt.Sprintf("%#v", vs)+",\n") } if this.Filters != nil { s = append(s, "Filters: "+fmt.Sprintf("%#v", this.Filters)+",\n") @@ -3385,7 +3263,11 @@ func (this *Call_Reconcile) GoString() string { s := make([]string, 0, 5) s = append(s, "&scheduler.Call_Reconcile{") if this.Tasks != nil { - s = append(s, "Tasks: "+fmt.Sprintf("%#v", this.Tasks)+",\n") + vs := make([]*Call_Reconcile_Task, len(this.Tasks)) + for i := range vs { + vs[i] = &this.Tasks[i] + } + s = append(s, "Tasks: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -3424,7 +3306,11 @@ func (this *Call_Request) GoString() string { s := make([]string, 0, 5) s = append(s, "&scheduler.Call_Request{") if this.Requests != nil { - s = append(s, "Requests: "+fmt.Sprintf("%#v", this.Requests)+",\n") + vs := make([]*mesos.Request, len(this.Requests)) + for i := range vs { + vs[i] = &this.Requests[i] + } + s = append(s, "Requests: "+fmt.Sprintf("%#v", vs)+",\n") } s = append(s, "}") return strings.Join(s, "") @@ -3576,7 +3462,7 @@ func (m *Event_Subscribed) MarshalTo(dAtA []byte) (int, error) { var l int _ = l if m.FrameworkID == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("framework_id") + return 0, proto.NewRequiredNotSetError("framework_id") } else { dAtA[i] = 0xa i++ @@ -3590,7 +3476,8 @@ func (m *Event_Subscribed) MarshalTo(dAtA []byte) (int, error) { if m.HeartbeatIntervalSeconds != nil { dAtA[i] = 0x11 i++ - i = encodeFixed64Scheduler(dAtA, i, uint64(math.Float64bits(float64(*m.HeartbeatIntervalSeconds)))) + binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.HeartbeatIntervalSeconds)))) + i += 8 } if m.MasterInfo != nil { dAtA[i] = 0x1a @@ -3775,7 +3662,7 @@ func (m *Event_Message) MarshalTo(dAtA []byte) (int, error) { } i += n16 if m.Data == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("data") + return 0, proto.NewRequiredNotSetError("data") } else { dAtA[i] = 0x1a i++ @@ -4029,7 +3916,7 @@ func (m *Call_Subscribe) MarshalTo(dAtA []byte) (int, error) { var l int _ = l if m.FrameworkInfo == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("framework_info") + return 0, proto.NewRequiredNotSetError("framework_info") } else { dAtA[i] = 0xa i++ @@ -4375,7 +4262,7 @@ func (m *Call_Acknowledge) MarshalTo(dAtA []byte) (int, error) { } i += n44 if m.UUID == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("uuid") + return 0, proto.NewRequiredNotSetError("uuid") } else { dAtA[i] = 0x1a i++ @@ -4483,7 +4370,7 @@ func (m *Call_Message) MarshalTo(dAtA []byte) (int, error) { } i += n48 if m.Data == nil { - return 0, github_com_gogo_protobuf_proto.NewRequiredNotSetError("data") + return 0, proto.NewRequiredNotSetError("data") } else { dAtA[i] = 0x1a i++ @@ -4556,24 +4443,6 @@ func (m *Call_Suppress) MarshalTo(dAtA []byte) (int, error) { return i, nil } -func encodeFixed64Scheduler(dAtA []byte, offset int, v uint64) int { - dAtA[offset] = uint8(v) - dAtA[offset+1] = uint8(v >> 8) - dAtA[offset+2] = uint8(v >> 16) - dAtA[offset+3] = uint8(v >> 24) - dAtA[offset+4] = uint8(v >> 32) - dAtA[offset+5] = uint8(v >> 40) - dAtA[offset+6] = uint8(v >> 48) - dAtA[offset+7] = uint8(v >> 56) - return offset + 8 -} -func encodeFixed32Scheduler(dAtA []byte, offset int, v uint32) int { - dAtA[offset] = uint8(v) - dAtA[offset+1] = uint8(v >> 8) - dAtA[offset+2] = uint8(v >> 16) - dAtA[offset+3] = uint8(v >> 24) - return offset + 4 -} func encodeVarintScheduler(dAtA []byte, offset int, v uint64) int { for v >= 1<<7 { dAtA[offset] = uint8(v&0x7f | 0x80) @@ -4595,7 +4464,7 @@ func NewPopulatedEvent(r randyScheduler, easy bool) *Event { if r.Intn(10) != 0 { this.Rescind = NewPopulatedEvent_Rescind(r, easy) } - if r.Intn(10) == 0 { + if r.Intn(10) != 0 { this.Update = NewPopulatedEvent_Update(r, easy) } if r.Intn(10) != 0 { @@ -6244,15 +6113,8 @@ func (m *Event_Subscribed) Unmarshal(dAtA []byte) error { if (iNdEx + 8) > l { return io.ErrUnexpectedEOF } + v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - v = uint64(dAtA[iNdEx-8]) - v |= uint64(dAtA[iNdEx-7]) << 8 - v |= uint64(dAtA[iNdEx-6]) << 16 - v |= uint64(dAtA[iNdEx-5]) << 24 - v |= uint64(dAtA[iNdEx-4]) << 32 - v |= uint64(dAtA[iNdEx-3]) << 40 - v |= uint64(dAtA[iNdEx-2]) << 48 - v |= uint64(dAtA[iNdEx-1]) << 56 v2 := float64(math.Float64frombits(v)) m.HeartbeatIntervalSeconds = &v2 case 3: @@ -6304,7 +6166,7 @@ func (m *Event_Subscribed) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("framework_id") + return proto.NewRequiredNotSetError("framework_id") } if iNdEx > l { @@ -6551,7 +6413,7 @@ func (m *Event_Rescind) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("offer_id") + return proto.NewRequiredNotSetError("offer_id") } if iNdEx > l { @@ -6636,7 +6498,7 @@ func (m *Event_RescindInverseOffer) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("inverse_offer_id") + return proto.NewRequiredNotSetError("inverse_offer_id") } if iNdEx > l { @@ -6721,7 +6583,7 @@ func (m *Event_Update) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("status") + return proto.NewRequiredNotSetError("status") } if iNdEx > l { @@ -6869,13 +6731,13 @@ func (m *Event_Message) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("agent_id") + return proto.NewRequiredNotSetError("agent_id") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("executor_id") + return proto.NewRequiredNotSetError("executor_id") } if hasFields[0]&uint64(0x00000004) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("data") + return proto.NewRequiredNotSetError("data") } if iNdEx > l { @@ -7095,7 +6957,7 @@ func (m *Event_Error) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("message") + return proto.NewRequiredNotSetError("message") } if iNdEx > l { @@ -7743,7 +7605,7 @@ func (m *Call_Subscribe) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("framework_info") + return proto.NewRequiredNotSetError("framework_info") } if iNdEx > l { @@ -8460,7 +8322,7 @@ func (m *Call_Kill) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("task_id") + return proto.NewRequiredNotSetError("task_id") } if iNdEx > l { @@ -8576,10 +8438,10 @@ func (m *Call_Shutdown) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("executor_id") + return proto.NewRequiredNotSetError("executor_id") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("agent_id") + return proto.NewRequiredNotSetError("agent_id") } if iNdEx > l { @@ -8727,13 +8589,13 @@ func (m *Call_Acknowledge) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("agent_id") + return proto.NewRequiredNotSetError("agent_id") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("task_id") + return proto.NewRequiredNotSetError("task_id") } if hasFields[0]&uint64(0x00000004) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("uuid") + return proto.NewRequiredNotSetError("uuid") } if iNdEx > l { @@ -8932,7 +8794,7 @@ func (m *Call_Reconcile_Task) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("task_id") + return proto.NewRequiredNotSetError("task_id") } if iNdEx > l { @@ -9080,13 +8942,13 @@ func (m *Call_Message) Unmarshal(dAtA []byte) error { } } if hasFields[0]&uint64(0x00000001) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("agent_id") + return proto.NewRequiredNotSetError("agent_id") } if hasFields[0]&uint64(0x00000002) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("executor_id") + return proto.NewRequiredNotSetError("executor_id") } if hasFields[0]&uint64(0x00000004) == 0 { - return github_com_gogo_protobuf_proto.NewRequiredNotSetError("data") + return proto.NewRequiredNotSetError("data") } if iNdEx > l { diff --git a/api/v1/lib/scheduler/schedulerpb_test.go b/api/v1/lib/scheduler/schedulerpb_test.go index 10fde6c9..2e19e22f 100644 --- a/api/v1/lib/scheduler/schedulerpb_test.go +++ b/api/v1/lib/scheduler/schedulerpb_test.go @@ -14,13 +14,12 @@ It has these top-level messages: package scheduler import testing "testing" -import math_rand "math/rand" +import rand "math/rand" import time "time" -import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto" -import github_com_gogo_protobuf_jsonpb "github.com/gogo/protobuf/jsonpb" -import fmt "fmt" -import go_parser "go/parser" import proto "github.com/gogo/protobuf/proto" +import jsonpb "github.com/gogo/protobuf/jsonpb" +import fmt "fmt" +import parser "go/parser" import math "math" import _ "github.com/mesos/mesos-go/api/v1/lib" import _ "github.com/gogo/protobuf/gogoproto" @@ -32,14 +31,14 @@ var _ = math.Inf func TestEventProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -60,13 +59,13 @@ func TestEventProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEventMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -78,7 +77,7 @@ func TestEventMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -93,7 +92,7 @@ func TestEventMarshalTo(t *testing.T) { } func BenchmarkEventProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event, 10000) for i := 0; i < 10000; i++ { @@ -101,7 +100,7 @@ func BenchmarkEventProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -111,11 +110,11 @@ func BenchmarkEventProtoMarshal(b *testing.B) { } func BenchmarkEventProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent(popr, false)) if err != nil { panic(err) } @@ -125,7 +124,7 @@ func BenchmarkEventProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -134,14 +133,14 @@ func BenchmarkEventProtoUnmarshal(b *testing.B) { func TestEvent_SubscribedProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Subscribed{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -162,13 +161,13 @@ func TestEvent_SubscribedProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_SubscribedMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -180,7 +179,7 @@ func TestEvent_SubscribedMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Subscribed{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -195,7 +194,7 @@ func TestEvent_SubscribedMarshalTo(t *testing.T) { } func BenchmarkEvent_SubscribedProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Subscribed, 10000) for i := 0; i < 10000; i++ { @@ -203,7 +202,7 @@ func BenchmarkEvent_SubscribedProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -213,11 +212,11 @@ func BenchmarkEvent_SubscribedProtoMarshal(b *testing.B) { } func BenchmarkEvent_SubscribedProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_Subscribed(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_Subscribed(popr, false)) if err != nil { panic(err) } @@ -227,7 +226,7 @@ func BenchmarkEvent_SubscribedProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -236,14 +235,14 @@ func BenchmarkEvent_SubscribedProtoUnmarshal(b *testing.B) { func TestEvent_OffersProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Offers(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Offers{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -264,13 +263,13 @@ func TestEvent_OffersProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_OffersMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Offers(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -282,7 +281,7 @@ func TestEvent_OffersMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Offers{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -297,7 +296,7 @@ func TestEvent_OffersMarshalTo(t *testing.T) { } func BenchmarkEvent_OffersProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Offers, 10000) for i := 0; i < 10000; i++ { @@ -305,7 +304,7 @@ func BenchmarkEvent_OffersProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -315,11 +314,11 @@ func BenchmarkEvent_OffersProtoMarshal(b *testing.B) { } func BenchmarkEvent_OffersProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_Offers(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_Offers(popr, false)) if err != nil { panic(err) } @@ -329,7 +328,7 @@ func BenchmarkEvent_OffersProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -338,14 +337,14 @@ func BenchmarkEvent_OffersProtoUnmarshal(b *testing.B) { func TestEvent_InverseOffersProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_InverseOffers(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_InverseOffers{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -366,13 +365,13 @@ func TestEvent_InverseOffersProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_InverseOffersMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_InverseOffers(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -384,7 +383,7 @@ func TestEvent_InverseOffersMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_InverseOffers{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -399,7 +398,7 @@ func TestEvent_InverseOffersMarshalTo(t *testing.T) { } func BenchmarkEvent_InverseOffersProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_InverseOffers, 10000) for i := 0; i < 10000; i++ { @@ -407,7 +406,7 @@ func BenchmarkEvent_InverseOffersProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -417,11 +416,11 @@ func BenchmarkEvent_InverseOffersProtoMarshal(b *testing.B) { } func BenchmarkEvent_InverseOffersProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_InverseOffers(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_InverseOffers(popr, false)) if err != nil { panic(err) } @@ -431,7 +430,7 @@ func BenchmarkEvent_InverseOffersProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -440,14 +439,14 @@ func BenchmarkEvent_InverseOffersProtoUnmarshal(b *testing.B) { func TestEvent_RescindProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Rescind(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Rescind{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -468,13 +467,13 @@ func TestEvent_RescindProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_RescindMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Rescind(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -486,7 +485,7 @@ func TestEvent_RescindMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Rescind{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -501,7 +500,7 @@ func TestEvent_RescindMarshalTo(t *testing.T) { } func BenchmarkEvent_RescindProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Rescind, 10000) for i := 0; i < 10000; i++ { @@ -509,7 +508,7 @@ func BenchmarkEvent_RescindProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -519,11 +518,11 @@ func BenchmarkEvent_RescindProtoMarshal(b *testing.B) { } func BenchmarkEvent_RescindProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_Rescind(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_Rescind(popr, false)) if err != nil { panic(err) } @@ -533,7 +532,7 @@ func BenchmarkEvent_RescindProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -542,14 +541,14 @@ func BenchmarkEvent_RescindProtoUnmarshal(b *testing.B) { func TestEvent_RescindInverseOfferProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_RescindInverseOffer(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_RescindInverseOffer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -570,13 +569,13 @@ func TestEvent_RescindInverseOfferProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_RescindInverseOfferMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_RescindInverseOffer(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -588,7 +587,7 @@ func TestEvent_RescindInverseOfferMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_RescindInverseOffer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -603,7 +602,7 @@ func TestEvent_RescindInverseOfferMarshalTo(t *testing.T) { } func BenchmarkEvent_RescindInverseOfferProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_RescindInverseOffer, 10000) for i := 0; i < 10000; i++ { @@ -611,7 +610,7 @@ func BenchmarkEvent_RescindInverseOfferProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -621,11 +620,11 @@ func BenchmarkEvent_RescindInverseOfferProtoMarshal(b *testing.B) { } func BenchmarkEvent_RescindInverseOfferProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_RescindInverseOffer(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_RescindInverseOffer(popr, false)) if err != nil { panic(err) } @@ -635,7 +634,7 @@ func BenchmarkEvent_RescindInverseOfferProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -644,14 +643,14 @@ func BenchmarkEvent_RescindInverseOfferProtoUnmarshal(b *testing.B) { func TestEvent_UpdateProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Update(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Update{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -672,13 +671,13 @@ func TestEvent_UpdateProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_UpdateMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Update(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -690,7 +689,7 @@ func TestEvent_UpdateMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Update{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -705,7 +704,7 @@ func TestEvent_UpdateMarshalTo(t *testing.T) { } func BenchmarkEvent_UpdateProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Update, 10000) for i := 0; i < 10000; i++ { @@ -713,7 +712,7 @@ func BenchmarkEvent_UpdateProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -723,11 +722,11 @@ func BenchmarkEvent_UpdateProtoMarshal(b *testing.B) { } func BenchmarkEvent_UpdateProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_Update(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_Update(popr, false)) if err != nil { panic(err) } @@ -737,7 +736,7 @@ func BenchmarkEvent_UpdateProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -746,14 +745,14 @@ func BenchmarkEvent_UpdateProtoUnmarshal(b *testing.B) { func TestEvent_MessageProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Message(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Message{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -774,13 +773,13 @@ func TestEvent_MessageProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_MessageMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Message(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -792,7 +791,7 @@ func TestEvent_MessageMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Message{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -807,7 +806,7 @@ func TestEvent_MessageMarshalTo(t *testing.T) { } func BenchmarkEvent_MessageProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Message, 10000) for i := 0; i < 10000; i++ { @@ -815,7 +814,7 @@ func BenchmarkEvent_MessageProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -825,11 +824,11 @@ func BenchmarkEvent_MessageProtoMarshal(b *testing.B) { } func BenchmarkEvent_MessageProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_Message(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_Message(popr, false)) if err != nil { panic(err) } @@ -839,7 +838,7 @@ func BenchmarkEvent_MessageProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -848,14 +847,14 @@ func BenchmarkEvent_MessageProtoUnmarshal(b *testing.B) { func TestEvent_FailureProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Failure(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Failure{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -876,13 +875,13 @@ func TestEvent_FailureProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_FailureMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Failure(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -894,7 +893,7 @@ func TestEvent_FailureMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Failure{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -909,7 +908,7 @@ func TestEvent_FailureMarshalTo(t *testing.T) { } func BenchmarkEvent_FailureProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Failure, 10000) for i := 0; i < 10000; i++ { @@ -917,7 +916,7 @@ func BenchmarkEvent_FailureProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -927,11 +926,11 @@ func BenchmarkEvent_FailureProtoMarshal(b *testing.B) { } func BenchmarkEvent_FailureProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_Failure(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_Failure(popr, false)) if err != nil { panic(err) } @@ -941,7 +940,7 @@ func BenchmarkEvent_FailureProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -950,14 +949,14 @@ func BenchmarkEvent_FailureProtoUnmarshal(b *testing.B) { func TestEvent_ErrorProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Error(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Error{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -978,13 +977,13 @@ func TestEvent_ErrorProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestEvent_ErrorMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Error(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -996,7 +995,7 @@ func TestEvent_ErrorMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Error{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1011,7 +1010,7 @@ func TestEvent_ErrorMarshalTo(t *testing.T) { } func BenchmarkEvent_ErrorProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Error, 10000) for i := 0; i < 10000; i++ { @@ -1019,7 +1018,7 @@ func BenchmarkEvent_ErrorProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1029,11 +1028,11 @@ func BenchmarkEvent_ErrorProtoMarshal(b *testing.B) { } func BenchmarkEvent_ErrorProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedEvent_Error(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedEvent_Error(popr, false)) if err != nil { panic(err) } @@ -1043,7 +1042,7 @@ func BenchmarkEvent_ErrorProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1052,14 +1051,14 @@ func BenchmarkEvent_ErrorProtoUnmarshal(b *testing.B) { func TestCallProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1080,13 +1079,13 @@ func TestCallProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCallMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1098,7 +1097,7 @@ func TestCallMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1113,7 +1112,7 @@ func TestCallMarshalTo(t *testing.T) { } func BenchmarkCallProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call, 10000) for i := 0; i < 10000; i++ { @@ -1121,7 +1120,7 @@ func BenchmarkCallProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1131,11 +1130,11 @@ func BenchmarkCallProtoMarshal(b *testing.B) { } func BenchmarkCallProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall(popr, false)) if err != nil { panic(err) } @@ -1145,7 +1144,7 @@ func BenchmarkCallProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1154,14 +1153,14 @@ func BenchmarkCallProtoUnmarshal(b *testing.B) { func TestCall_SubscribeProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Subscribe(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Subscribe{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1182,13 +1181,13 @@ func TestCall_SubscribeProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_SubscribeMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Subscribe(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1200,7 +1199,7 @@ func TestCall_SubscribeMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Subscribe{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1215,7 +1214,7 @@ func TestCall_SubscribeMarshalTo(t *testing.T) { } func BenchmarkCall_SubscribeProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Subscribe, 10000) for i := 0; i < 10000; i++ { @@ -1223,7 +1222,7 @@ func BenchmarkCall_SubscribeProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1233,11 +1232,11 @@ func BenchmarkCall_SubscribeProtoMarshal(b *testing.B) { } func BenchmarkCall_SubscribeProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_Subscribe(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_Subscribe(popr, false)) if err != nil { panic(err) } @@ -1247,7 +1246,7 @@ func BenchmarkCall_SubscribeProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1256,14 +1255,14 @@ func BenchmarkCall_SubscribeProtoUnmarshal(b *testing.B) { func TestCall_AcceptProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Accept(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Accept{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1284,13 +1283,13 @@ func TestCall_AcceptProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_AcceptMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Accept(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1302,7 +1301,7 @@ func TestCall_AcceptMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Accept{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1317,7 +1316,7 @@ func TestCall_AcceptMarshalTo(t *testing.T) { } func BenchmarkCall_AcceptProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Accept, 10000) for i := 0; i < 10000; i++ { @@ -1325,7 +1324,7 @@ func BenchmarkCall_AcceptProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1335,11 +1334,11 @@ func BenchmarkCall_AcceptProtoMarshal(b *testing.B) { } func BenchmarkCall_AcceptProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_Accept(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_Accept(popr, false)) if err != nil { panic(err) } @@ -1349,7 +1348,7 @@ func BenchmarkCall_AcceptProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1358,14 +1357,14 @@ func BenchmarkCall_AcceptProtoUnmarshal(b *testing.B) { func TestCall_DeclineProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Decline(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Decline{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1386,13 +1385,13 @@ func TestCall_DeclineProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_DeclineMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Decline(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1404,7 +1403,7 @@ func TestCall_DeclineMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Decline{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1419,7 +1418,7 @@ func TestCall_DeclineMarshalTo(t *testing.T) { } func BenchmarkCall_DeclineProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Decline, 10000) for i := 0; i < 10000; i++ { @@ -1427,7 +1426,7 @@ func BenchmarkCall_DeclineProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1437,11 +1436,11 @@ func BenchmarkCall_DeclineProtoMarshal(b *testing.B) { } func BenchmarkCall_DeclineProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_Decline(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_Decline(popr, false)) if err != nil { panic(err) } @@ -1451,7 +1450,7 @@ func BenchmarkCall_DeclineProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1460,14 +1459,14 @@ func BenchmarkCall_DeclineProtoUnmarshal(b *testing.B) { func TestCall_AcceptInverseOffersProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AcceptInverseOffers(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_AcceptInverseOffers{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1488,13 +1487,13 @@ func TestCall_AcceptInverseOffersProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_AcceptInverseOffersMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AcceptInverseOffers(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1506,7 +1505,7 @@ func TestCall_AcceptInverseOffersMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_AcceptInverseOffers{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1521,7 +1520,7 @@ func TestCall_AcceptInverseOffersMarshalTo(t *testing.T) { } func BenchmarkCall_AcceptInverseOffersProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_AcceptInverseOffers, 10000) for i := 0; i < 10000; i++ { @@ -1529,7 +1528,7 @@ func BenchmarkCall_AcceptInverseOffersProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1539,11 +1538,11 @@ func BenchmarkCall_AcceptInverseOffersProtoMarshal(b *testing.B) { } func BenchmarkCall_AcceptInverseOffersProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_AcceptInverseOffers(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_AcceptInverseOffers(popr, false)) if err != nil { panic(err) } @@ -1553,7 +1552,7 @@ func BenchmarkCall_AcceptInverseOffersProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1562,14 +1561,14 @@ func BenchmarkCall_AcceptInverseOffersProtoUnmarshal(b *testing.B) { func TestCall_DeclineInverseOffersProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_DeclineInverseOffers(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_DeclineInverseOffers{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1590,13 +1589,13 @@ func TestCall_DeclineInverseOffersProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_DeclineInverseOffersMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_DeclineInverseOffers(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1608,7 +1607,7 @@ func TestCall_DeclineInverseOffersMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_DeclineInverseOffers{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1623,7 +1622,7 @@ func TestCall_DeclineInverseOffersMarshalTo(t *testing.T) { } func BenchmarkCall_DeclineInverseOffersProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_DeclineInverseOffers, 10000) for i := 0; i < 10000; i++ { @@ -1631,7 +1630,7 @@ func BenchmarkCall_DeclineInverseOffersProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1641,11 +1640,11 @@ func BenchmarkCall_DeclineInverseOffersProtoMarshal(b *testing.B) { } func BenchmarkCall_DeclineInverseOffersProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_DeclineInverseOffers(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_DeclineInverseOffers(popr, false)) if err != nil { panic(err) } @@ -1655,7 +1654,7 @@ func BenchmarkCall_DeclineInverseOffersProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1664,14 +1663,14 @@ func BenchmarkCall_DeclineInverseOffersProtoUnmarshal(b *testing.B) { func TestCall_ReviveProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Revive(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Revive{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1692,13 +1691,13 @@ func TestCall_ReviveProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_ReviveMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Revive(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1710,7 +1709,7 @@ func TestCall_ReviveMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Revive{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1725,7 +1724,7 @@ func TestCall_ReviveMarshalTo(t *testing.T) { } func BenchmarkCall_ReviveProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Revive, 10000) for i := 0; i < 10000; i++ { @@ -1733,7 +1732,7 @@ func BenchmarkCall_ReviveProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1743,11 +1742,11 @@ func BenchmarkCall_ReviveProtoMarshal(b *testing.B) { } func BenchmarkCall_ReviveProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_Revive(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_Revive(popr, false)) if err != nil { panic(err) } @@ -1757,7 +1756,7 @@ func BenchmarkCall_ReviveProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1766,14 +1765,14 @@ func BenchmarkCall_ReviveProtoUnmarshal(b *testing.B) { func TestCall_KillProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Kill(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Kill{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1794,13 +1793,13 @@ func TestCall_KillProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_KillMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Kill(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1812,7 +1811,7 @@ func TestCall_KillMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Kill{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1827,7 +1826,7 @@ func TestCall_KillMarshalTo(t *testing.T) { } func BenchmarkCall_KillProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Kill, 10000) for i := 0; i < 10000; i++ { @@ -1835,7 +1834,7 @@ func BenchmarkCall_KillProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1845,11 +1844,11 @@ func BenchmarkCall_KillProtoMarshal(b *testing.B) { } func BenchmarkCall_KillProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_Kill(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_Kill(popr, false)) if err != nil { panic(err) } @@ -1859,7 +1858,7 @@ func BenchmarkCall_KillProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1868,14 +1867,14 @@ func BenchmarkCall_KillProtoUnmarshal(b *testing.B) { func TestCall_ShutdownProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Shutdown(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Shutdown{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1896,13 +1895,13 @@ func TestCall_ShutdownProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_ShutdownMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Shutdown(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -1914,7 +1913,7 @@ func TestCall_ShutdownMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Shutdown{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -1929,7 +1928,7 @@ func TestCall_ShutdownMarshalTo(t *testing.T) { } func BenchmarkCall_ShutdownProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Shutdown, 10000) for i := 0; i < 10000; i++ { @@ -1937,7 +1936,7 @@ func BenchmarkCall_ShutdownProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -1947,11 +1946,11 @@ func BenchmarkCall_ShutdownProtoMarshal(b *testing.B) { } func BenchmarkCall_ShutdownProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_Shutdown(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_Shutdown(popr, false)) if err != nil { panic(err) } @@ -1961,7 +1960,7 @@ func BenchmarkCall_ShutdownProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -1970,14 +1969,14 @@ func BenchmarkCall_ShutdownProtoUnmarshal(b *testing.B) { func TestCall_AcknowledgeProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Acknowledge(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Acknowledge{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -1998,13 +1997,13 @@ func TestCall_AcknowledgeProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_AcknowledgeMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Acknowledge(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2016,7 +2015,7 @@ func TestCall_AcknowledgeMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Acknowledge{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2031,7 +2030,7 @@ func TestCall_AcknowledgeMarshalTo(t *testing.T) { } func BenchmarkCall_AcknowledgeProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Acknowledge, 10000) for i := 0; i < 10000; i++ { @@ -2039,7 +2038,7 @@ func BenchmarkCall_AcknowledgeProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2049,11 +2048,11 @@ func BenchmarkCall_AcknowledgeProtoMarshal(b *testing.B) { } func BenchmarkCall_AcknowledgeProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_Acknowledge(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_Acknowledge(popr, false)) if err != nil { panic(err) } @@ -2063,7 +2062,7 @@ func BenchmarkCall_AcknowledgeProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2072,14 +2071,14 @@ func BenchmarkCall_AcknowledgeProtoUnmarshal(b *testing.B) { func TestCall_ReconcileProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Reconcile(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Reconcile{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2100,13 +2099,13 @@ func TestCall_ReconcileProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_ReconcileMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Reconcile(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2118,7 +2117,7 @@ func TestCall_ReconcileMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Reconcile{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2133,7 +2132,7 @@ func TestCall_ReconcileMarshalTo(t *testing.T) { } func BenchmarkCall_ReconcileProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Reconcile, 10000) for i := 0; i < 10000; i++ { @@ -2141,7 +2140,7 @@ func BenchmarkCall_ReconcileProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2151,11 +2150,11 @@ func BenchmarkCall_ReconcileProtoMarshal(b *testing.B) { } func BenchmarkCall_ReconcileProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_Reconcile(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_Reconcile(popr, false)) if err != nil { panic(err) } @@ -2165,7 +2164,7 @@ func BenchmarkCall_ReconcileProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2174,14 +2173,14 @@ func BenchmarkCall_ReconcileProtoUnmarshal(b *testing.B) { func TestCall_Reconcile_TaskProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Reconcile_Task(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Reconcile_Task{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2202,13 +2201,13 @@ func TestCall_Reconcile_TaskProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_Reconcile_TaskMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Reconcile_Task(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2220,7 +2219,7 @@ func TestCall_Reconcile_TaskMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Reconcile_Task{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2235,7 +2234,7 @@ func TestCall_Reconcile_TaskMarshalTo(t *testing.T) { } func BenchmarkCall_Reconcile_TaskProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Reconcile_Task, 10000) for i := 0; i < 10000; i++ { @@ -2243,7 +2242,7 @@ func BenchmarkCall_Reconcile_TaskProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2253,11 +2252,11 @@ func BenchmarkCall_Reconcile_TaskProtoMarshal(b *testing.B) { } func BenchmarkCall_Reconcile_TaskProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_Reconcile_Task(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_Reconcile_Task(popr, false)) if err != nil { panic(err) } @@ -2267,7 +2266,7 @@ func BenchmarkCall_Reconcile_TaskProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2276,14 +2275,14 @@ func BenchmarkCall_Reconcile_TaskProtoUnmarshal(b *testing.B) { func TestCall_MessageProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Message(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Message{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2304,13 +2303,13 @@ func TestCall_MessageProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_MessageMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Message(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2322,7 +2321,7 @@ func TestCall_MessageMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Message{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2337,7 +2336,7 @@ func TestCall_MessageMarshalTo(t *testing.T) { } func BenchmarkCall_MessageProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Message, 10000) for i := 0; i < 10000; i++ { @@ -2345,7 +2344,7 @@ func BenchmarkCall_MessageProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2355,11 +2354,11 @@ func BenchmarkCall_MessageProtoMarshal(b *testing.B) { } func BenchmarkCall_MessageProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_Message(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_Message(popr, false)) if err != nil { panic(err) } @@ -2369,7 +2368,7 @@ func BenchmarkCall_MessageProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2378,14 +2377,14 @@ func BenchmarkCall_MessageProtoUnmarshal(b *testing.B) { func TestCall_RequestProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Request(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Request{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2406,13 +2405,13 @@ func TestCall_RequestProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_RequestMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Request(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2424,7 +2423,7 @@ func TestCall_RequestMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Request{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2439,7 +2438,7 @@ func TestCall_RequestMarshalTo(t *testing.T) { } func BenchmarkCall_RequestProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Request, 10000) for i := 0; i < 10000; i++ { @@ -2447,7 +2446,7 @@ func BenchmarkCall_RequestProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2457,11 +2456,11 @@ func BenchmarkCall_RequestProtoMarshal(b *testing.B) { } func BenchmarkCall_RequestProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_Request(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_Request(popr, false)) if err != nil { panic(err) } @@ -2471,7 +2470,7 @@ func BenchmarkCall_RequestProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2480,14 +2479,14 @@ func BenchmarkCall_RequestProtoUnmarshal(b *testing.B) { func TestCall_SuppressProto(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Suppress(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Suppress{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } littlefuzz := make([]byte, len(dAtA)) @@ -2508,13 +2507,13 @@ func TestCall_SuppressProto(t *testing.T) { littlefuzz = append(littlefuzz, byte(popr.Intn(256))) } // shouldn't panic - _ = github_com_gogo_protobuf_proto.Unmarshal(littlefuzz, msg) + _ = proto.Unmarshal(littlefuzz, msg) } } func TestCall_SuppressMarshalTo(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Suppress(popr, false) size := p.ProtoSize() dAtA := make([]byte, size) @@ -2526,7 +2525,7 @@ func TestCall_SuppressMarshalTo(t *testing.T) { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Suppress{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } for i := range dAtA { @@ -2541,7 +2540,7 @@ func TestCall_SuppressMarshalTo(t *testing.T) { } func BenchmarkCall_SuppressProtoMarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Suppress, 10000) for i := 0; i < 10000; i++ { @@ -2549,7 +2548,7 @@ func BenchmarkCall_SuppressProtoMarshal(b *testing.B) { } b.ResetTimer() for i := 0; i < b.N; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(pops[i%10000]) + dAtA, err := proto.Marshal(pops[i%10000]) if err != nil { panic(err) } @@ -2559,11 +2558,11 @@ func BenchmarkCall_SuppressProtoMarshal(b *testing.B) { } func BenchmarkCall_SuppressProtoUnmarshal(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 datas := make([][]byte, 10000) for i := 0; i < 10000; i++ { - dAtA, err := github_com_gogo_protobuf_proto.Marshal(NewPopulatedCall_Suppress(popr, false)) + dAtA, err := proto.Marshal(NewPopulatedCall_Suppress(popr, false)) if err != nil { panic(err) } @@ -2573,7 +2572,7 @@ func BenchmarkCall_SuppressProtoUnmarshal(b *testing.B) { b.ResetTimer() for i := 0; i < b.N; i++ { total += len(datas[i%10000]) - if err := github_com_gogo_protobuf_proto.Unmarshal(datas[i%10000], msg); err != nil { + if err := proto.Unmarshal(datas[i%10000], msg); err != nil { panic(err) } } @@ -2582,15 +2581,15 @@ func BenchmarkCall_SuppressProtoUnmarshal(b *testing.B) { func TestEventJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2603,15 +2602,15 @@ func TestEventJSON(t *testing.T) { } func TestEvent_SubscribedJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Subscribed{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2624,15 +2623,15 @@ func TestEvent_SubscribedJSON(t *testing.T) { } func TestEvent_OffersJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Offers(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Offers{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2645,15 +2644,15 @@ func TestEvent_OffersJSON(t *testing.T) { } func TestEvent_InverseOffersJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_InverseOffers(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_InverseOffers{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2666,15 +2665,15 @@ func TestEvent_InverseOffersJSON(t *testing.T) { } func TestEvent_RescindJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Rescind(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Rescind{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2687,15 +2686,15 @@ func TestEvent_RescindJSON(t *testing.T) { } func TestEvent_RescindInverseOfferJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_RescindInverseOffer(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_RescindInverseOffer{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2708,15 +2707,15 @@ func TestEvent_RescindInverseOfferJSON(t *testing.T) { } func TestEvent_UpdateJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Update(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Update{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2729,15 +2728,15 @@ func TestEvent_UpdateJSON(t *testing.T) { } func TestEvent_MessageJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Message(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Message{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2750,15 +2749,15 @@ func TestEvent_MessageJSON(t *testing.T) { } func TestEvent_FailureJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Failure(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Failure{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2771,15 +2770,15 @@ func TestEvent_FailureJSON(t *testing.T) { } func TestEvent_ErrorJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Error(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Event_Error{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2792,15 +2791,15 @@ func TestEvent_ErrorJSON(t *testing.T) { } func TestCallJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2813,15 +2812,15 @@ func TestCallJSON(t *testing.T) { } func TestCall_SubscribeJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Subscribe(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Subscribe{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2834,15 +2833,15 @@ func TestCall_SubscribeJSON(t *testing.T) { } func TestCall_AcceptJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Accept(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Accept{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2855,15 +2854,15 @@ func TestCall_AcceptJSON(t *testing.T) { } func TestCall_DeclineJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Decline(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Decline{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2876,15 +2875,15 @@ func TestCall_DeclineJSON(t *testing.T) { } func TestCall_AcceptInverseOffersJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AcceptInverseOffers(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_AcceptInverseOffers{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2897,15 +2896,15 @@ func TestCall_AcceptInverseOffersJSON(t *testing.T) { } func TestCall_DeclineInverseOffersJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_DeclineInverseOffers(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_DeclineInverseOffers{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2918,15 +2917,15 @@ func TestCall_DeclineInverseOffersJSON(t *testing.T) { } func TestCall_ReviveJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Revive(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Revive{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2939,15 +2938,15 @@ func TestCall_ReviveJSON(t *testing.T) { } func TestCall_KillJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Kill(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Kill{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2960,15 +2959,15 @@ func TestCall_KillJSON(t *testing.T) { } func TestCall_ShutdownJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Shutdown(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Shutdown{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -2981,15 +2980,15 @@ func TestCall_ShutdownJSON(t *testing.T) { } func TestCall_AcknowledgeJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Acknowledge(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Acknowledge{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3002,15 +3001,15 @@ func TestCall_AcknowledgeJSON(t *testing.T) { } func TestCall_ReconcileJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Reconcile(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Reconcile{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3023,15 +3022,15 @@ func TestCall_ReconcileJSON(t *testing.T) { } func TestCall_Reconcile_TaskJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Reconcile_Task(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Reconcile_Task{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3044,15 +3043,15 @@ func TestCall_Reconcile_TaskJSON(t *testing.T) { } func TestCall_MessageJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Message(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Message{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3065,15 +3064,15 @@ func TestCall_MessageJSON(t *testing.T) { } func TestCall_RequestJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Request(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Request{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3086,15 +3085,15 @@ func TestCall_RequestJSON(t *testing.T) { } func TestCall_SuppressJSON(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Suppress(popr, true) - marshaler := github_com_gogo_protobuf_jsonpb.Marshaler{} + marshaler := jsonpb.Marshaler{} jsondata, err := marshaler.MarshalToString(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } msg := &Call_Suppress{} - err = github_com_gogo_protobuf_jsonpb.UnmarshalString(jsondata, msg) + err = jsonpb.UnmarshalString(jsondata, msg) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -3107,11 +3106,11 @@ func TestCall_SuppressJSON(t *testing.T) { } func TestEventProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3124,11 +3123,11 @@ func TestEventProtoText(t *testing.T) { func TestEventProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3141,11 +3140,11 @@ func TestEventProtoCompactText(t *testing.T) { func TestEvent_SubscribedProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_Subscribed{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3158,11 +3157,11 @@ func TestEvent_SubscribedProtoText(t *testing.T) { func TestEvent_SubscribedProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_Subscribed{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3175,11 +3174,11 @@ func TestEvent_SubscribedProtoCompactText(t *testing.T) { func TestEvent_OffersProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Offers(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_Offers{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3192,11 +3191,11 @@ func TestEvent_OffersProtoText(t *testing.T) { func TestEvent_OffersProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Offers(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_Offers{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3209,11 +3208,11 @@ func TestEvent_OffersProtoCompactText(t *testing.T) { func TestEvent_InverseOffersProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_InverseOffers(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_InverseOffers{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3226,11 +3225,11 @@ func TestEvent_InverseOffersProtoText(t *testing.T) { func TestEvent_InverseOffersProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_InverseOffers(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_InverseOffers{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3243,11 +3242,11 @@ func TestEvent_InverseOffersProtoCompactText(t *testing.T) { func TestEvent_RescindProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Rescind(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_Rescind{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3260,11 +3259,11 @@ func TestEvent_RescindProtoText(t *testing.T) { func TestEvent_RescindProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Rescind(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_Rescind{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3277,11 +3276,11 @@ func TestEvent_RescindProtoCompactText(t *testing.T) { func TestEvent_RescindInverseOfferProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_RescindInverseOffer(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_RescindInverseOffer{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3294,11 +3293,11 @@ func TestEvent_RescindInverseOfferProtoText(t *testing.T) { func TestEvent_RescindInverseOfferProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_RescindInverseOffer(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_RescindInverseOffer{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3311,11 +3310,11 @@ func TestEvent_RescindInverseOfferProtoCompactText(t *testing.T) { func TestEvent_UpdateProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Update(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_Update{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3328,11 +3327,11 @@ func TestEvent_UpdateProtoText(t *testing.T) { func TestEvent_UpdateProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Update(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_Update{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3345,11 +3344,11 @@ func TestEvent_UpdateProtoCompactText(t *testing.T) { func TestEvent_MessageProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Message(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_Message{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3362,11 +3361,11 @@ func TestEvent_MessageProtoText(t *testing.T) { func TestEvent_MessageProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Message(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_Message{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3379,11 +3378,11 @@ func TestEvent_MessageProtoCompactText(t *testing.T) { func TestEvent_FailureProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Failure(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_Failure{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3396,11 +3395,11 @@ func TestEvent_FailureProtoText(t *testing.T) { func TestEvent_FailureProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Failure(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_Failure{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3413,11 +3412,11 @@ func TestEvent_FailureProtoCompactText(t *testing.T) { func TestEvent_ErrorProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Error(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Event_Error{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3430,11 +3429,11 @@ func TestEvent_ErrorProtoText(t *testing.T) { func TestEvent_ErrorProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Error(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Event_Error{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3447,11 +3446,11 @@ func TestEvent_ErrorProtoCompactText(t *testing.T) { func TestCallProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3464,11 +3463,11 @@ func TestCallProtoText(t *testing.T) { func TestCallProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3481,11 +3480,11 @@ func TestCallProtoCompactText(t *testing.T) { func TestCall_SubscribeProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Subscribe(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_Subscribe{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3498,11 +3497,11 @@ func TestCall_SubscribeProtoText(t *testing.T) { func TestCall_SubscribeProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Subscribe(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_Subscribe{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3515,11 +3514,11 @@ func TestCall_SubscribeProtoCompactText(t *testing.T) { func TestCall_AcceptProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Accept(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_Accept{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3532,11 +3531,11 @@ func TestCall_AcceptProtoText(t *testing.T) { func TestCall_AcceptProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Accept(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_Accept{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3549,11 +3548,11 @@ func TestCall_AcceptProtoCompactText(t *testing.T) { func TestCall_DeclineProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Decline(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_Decline{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3566,11 +3565,11 @@ func TestCall_DeclineProtoText(t *testing.T) { func TestCall_DeclineProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Decline(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_Decline{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3583,11 +3582,11 @@ func TestCall_DeclineProtoCompactText(t *testing.T) { func TestCall_AcceptInverseOffersProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AcceptInverseOffers(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_AcceptInverseOffers{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3600,11 +3599,11 @@ func TestCall_AcceptInverseOffersProtoText(t *testing.T) { func TestCall_AcceptInverseOffersProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AcceptInverseOffers(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_AcceptInverseOffers{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3617,11 +3616,11 @@ func TestCall_AcceptInverseOffersProtoCompactText(t *testing.T) { func TestCall_DeclineInverseOffersProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_DeclineInverseOffers(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_DeclineInverseOffers{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3634,11 +3633,11 @@ func TestCall_DeclineInverseOffersProtoText(t *testing.T) { func TestCall_DeclineInverseOffersProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_DeclineInverseOffers(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_DeclineInverseOffers{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3651,11 +3650,11 @@ func TestCall_DeclineInverseOffersProtoCompactText(t *testing.T) { func TestCall_ReviveProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Revive(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_Revive{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3668,11 +3667,11 @@ func TestCall_ReviveProtoText(t *testing.T) { func TestCall_ReviveProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Revive(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_Revive{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3685,11 +3684,11 @@ func TestCall_ReviveProtoCompactText(t *testing.T) { func TestCall_KillProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Kill(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_Kill{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3702,11 +3701,11 @@ func TestCall_KillProtoText(t *testing.T) { func TestCall_KillProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Kill(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_Kill{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3719,11 +3718,11 @@ func TestCall_KillProtoCompactText(t *testing.T) { func TestCall_ShutdownProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Shutdown(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_Shutdown{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3736,11 +3735,11 @@ func TestCall_ShutdownProtoText(t *testing.T) { func TestCall_ShutdownProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Shutdown(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_Shutdown{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3753,11 +3752,11 @@ func TestCall_ShutdownProtoCompactText(t *testing.T) { func TestCall_AcknowledgeProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Acknowledge(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_Acknowledge{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3770,11 +3769,11 @@ func TestCall_AcknowledgeProtoText(t *testing.T) { func TestCall_AcknowledgeProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Acknowledge(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_Acknowledge{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3787,11 +3786,11 @@ func TestCall_AcknowledgeProtoCompactText(t *testing.T) { func TestCall_ReconcileProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Reconcile(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_Reconcile{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3804,11 +3803,11 @@ func TestCall_ReconcileProtoText(t *testing.T) { func TestCall_ReconcileProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Reconcile(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_Reconcile{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3821,11 +3820,11 @@ func TestCall_ReconcileProtoCompactText(t *testing.T) { func TestCall_Reconcile_TaskProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Reconcile_Task(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_Reconcile_Task{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3838,11 +3837,11 @@ func TestCall_Reconcile_TaskProtoText(t *testing.T) { func TestCall_Reconcile_TaskProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Reconcile_Task(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_Reconcile_Task{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3855,11 +3854,11 @@ func TestCall_Reconcile_TaskProtoCompactText(t *testing.T) { func TestCall_MessageProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Message(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_Message{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3872,11 +3871,11 @@ func TestCall_MessageProtoText(t *testing.T) { func TestCall_MessageProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Message(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_Message{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3889,11 +3888,11 @@ func TestCall_MessageProtoCompactText(t *testing.T) { func TestCall_RequestProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Request(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_Request{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3906,11 +3905,11 @@ func TestCall_RequestProtoText(t *testing.T) { func TestCall_RequestProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Request(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_Request{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3923,11 +3922,11 @@ func TestCall_RequestProtoCompactText(t *testing.T) { func TestCall_SuppressProtoText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Suppress(popr, true) - dAtA := github_com_gogo_protobuf_proto.MarshalTextString(p) + dAtA := proto.MarshalTextString(p) msg := &Call_Suppress{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3940,11 +3939,11 @@ func TestCall_SuppressProtoText(t *testing.T) { func TestCall_SuppressProtoCompactText(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Suppress(popr, true) - dAtA := github_com_gogo_protobuf_proto.CompactTextString(p) + dAtA := proto.CompactTextString(p) msg := &Call_Suppress{} - if err := github_com_gogo_protobuf_proto.UnmarshalText(dAtA, msg); err != nil { + if err := proto.UnmarshalText(dAtA, msg); err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } if err := p.VerboseEqual(msg); err != nil { @@ -3956,14 +3955,14 @@ func TestCall_SuppressProtoCompactText(t *testing.T) { } func TestEventVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -3971,14 +3970,14 @@ func TestEventVerboseEqual(t *testing.T) { } } func TestEvent_SubscribedVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Subscribed(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_Subscribed{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -3986,14 +3985,14 @@ func TestEvent_SubscribedVerboseEqual(t *testing.T) { } } func TestEvent_OffersVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Offers(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_Offers{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4001,14 +4000,14 @@ func TestEvent_OffersVerboseEqual(t *testing.T) { } } func TestEvent_InverseOffersVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_InverseOffers(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_InverseOffers{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4016,14 +4015,14 @@ func TestEvent_InverseOffersVerboseEqual(t *testing.T) { } } func TestEvent_RescindVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Rescind(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_Rescind{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4031,14 +4030,14 @@ func TestEvent_RescindVerboseEqual(t *testing.T) { } } func TestEvent_RescindInverseOfferVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_RescindInverseOffer(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_RescindInverseOffer{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4046,14 +4045,14 @@ func TestEvent_RescindInverseOfferVerboseEqual(t *testing.T) { } } func TestEvent_UpdateVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Update(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_Update{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4061,14 +4060,14 @@ func TestEvent_UpdateVerboseEqual(t *testing.T) { } } func TestEvent_MessageVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Message(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_Message{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4076,14 +4075,14 @@ func TestEvent_MessageVerboseEqual(t *testing.T) { } } func TestEvent_FailureVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Failure(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_Failure{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4091,14 +4090,14 @@ func TestEvent_FailureVerboseEqual(t *testing.T) { } } func TestEvent_ErrorVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Error(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Event_Error{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4106,14 +4105,14 @@ func TestEvent_ErrorVerboseEqual(t *testing.T) { } } func TestCallVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4121,14 +4120,14 @@ func TestCallVerboseEqual(t *testing.T) { } } func TestCall_SubscribeVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Subscribe(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_Subscribe{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4136,14 +4135,14 @@ func TestCall_SubscribeVerboseEqual(t *testing.T) { } } func TestCall_AcceptVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Accept(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_Accept{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4151,14 +4150,14 @@ func TestCall_AcceptVerboseEqual(t *testing.T) { } } func TestCall_DeclineVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Decline(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_Decline{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4166,14 +4165,14 @@ func TestCall_DeclineVerboseEqual(t *testing.T) { } } func TestCall_AcceptInverseOffersVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_AcceptInverseOffers(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_AcceptInverseOffers{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4181,14 +4180,14 @@ func TestCall_AcceptInverseOffersVerboseEqual(t *testing.T) { } } func TestCall_DeclineInverseOffersVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_DeclineInverseOffers(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_DeclineInverseOffers{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4196,14 +4195,14 @@ func TestCall_DeclineInverseOffersVerboseEqual(t *testing.T) { } } func TestCall_ReviveVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Revive(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_Revive{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4211,14 +4210,14 @@ func TestCall_ReviveVerboseEqual(t *testing.T) { } } func TestCall_KillVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Kill(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_Kill{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4226,14 +4225,14 @@ func TestCall_KillVerboseEqual(t *testing.T) { } } func TestCall_ShutdownVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Shutdown(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_Shutdown{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4241,14 +4240,14 @@ func TestCall_ShutdownVerboseEqual(t *testing.T) { } } func TestCall_AcknowledgeVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Acknowledge(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_Acknowledge{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4256,14 +4255,14 @@ func TestCall_AcknowledgeVerboseEqual(t *testing.T) { } } func TestCall_ReconcileVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Reconcile(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_Reconcile{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4271,14 +4270,14 @@ func TestCall_ReconcileVerboseEqual(t *testing.T) { } } func TestCall_Reconcile_TaskVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Reconcile_Task(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_Reconcile_Task{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4286,14 +4285,14 @@ func TestCall_Reconcile_TaskVerboseEqual(t *testing.T) { } } func TestCall_MessageVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Message(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_Message{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4301,14 +4300,14 @@ func TestCall_MessageVerboseEqual(t *testing.T) { } } func TestCall_RequestVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Request(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_Request{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4316,14 +4315,14 @@ func TestCall_RequestVerboseEqual(t *testing.T) { } } func TestCall_SuppressVerboseEqual(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Suppress(popr, false) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + dAtA, err := proto.Marshal(p) if err != nil { panic(err) } msg := &Call_Suppress{} - if err := github_com_gogo_protobuf_proto.Unmarshal(dAtA, msg); err != nil { + if err := proto.Unmarshal(dAtA, msg); err != nil { panic(err) } if err := p.VerboseEqual(msg); err != nil { @@ -4331,336 +4330,336 @@ func TestCall_SuppressVerboseEqual(t *testing.T) { } } func TestEventGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_SubscribedGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Subscribed(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_OffersGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Offers(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_InverseOffersGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_InverseOffers(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_RescindGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Rescind(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_RescindInverseOfferGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_RescindInverseOffer(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_UpdateGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Update(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_MessageGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Message(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_FailureGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Failure(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEvent_ErrorGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Error(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCallGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_SubscribeGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Subscribe(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_AcceptGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Accept(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_DeclineGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Decline(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_AcceptInverseOffersGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_AcceptInverseOffers(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_DeclineInverseOffersGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_DeclineInverseOffers(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_ReviveGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Revive(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_KillGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Kill(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_ShutdownGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Shutdown(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_AcknowledgeGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Acknowledge(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_ReconcileGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Reconcile(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_Reconcile_TaskGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Reconcile_Task(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_MessageGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Message(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_RequestGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Request(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestCall_SuppressGoString(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Suppress(popr, false) s1 := p.GoString() s2 := fmt.Sprintf("%#v", p) if s1 != s2 { t.Fatalf("GoString want %v got %v", s1, s2) } - _, err := go_parser.ParseExpr(s1) + _, err := parser.ParseExpr(s1) if err != nil { - panic(err) + t.Fatal(err) } } func TestEventProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4671,14 +4670,14 @@ func TestEventProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEventProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event, 1000) for i := 0; i < 1000; i++ { @@ -4693,10 +4692,10 @@ func BenchmarkEventProtoSize(b *testing.B) { func TestEvent_SubscribedProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Subscribed(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4707,14 +4706,14 @@ func TestEvent_SubscribedProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_SubscribedProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Subscribed, 1000) for i := 0; i < 1000; i++ { @@ -4729,10 +4728,10 @@ func BenchmarkEvent_SubscribedProtoSize(b *testing.B) { func TestEvent_OffersProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Offers(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4743,14 +4742,14 @@ func TestEvent_OffersProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_OffersProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Offers, 1000) for i := 0; i < 1000; i++ { @@ -4765,10 +4764,10 @@ func BenchmarkEvent_OffersProtoSize(b *testing.B) { func TestEvent_InverseOffersProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_InverseOffers(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4779,14 +4778,14 @@ func TestEvent_InverseOffersProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_InverseOffersProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_InverseOffers, 1000) for i := 0; i < 1000; i++ { @@ -4801,10 +4800,10 @@ func BenchmarkEvent_InverseOffersProtoSize(b *testing.B) { func TestEvent_RescindProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Rescind(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4815,14 +4814,14 @@ func TestEvent_RescindProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_RescindProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Rescind, 1000) for i := 0; i < 1000; i++ { @@ -4837,10 +4836,10 @@ func BenchmarkEvent_RescindProtoSize(b *testing.B) { func TestEvent_RescindInverseOfferProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_RescindInverseOffer(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4851,14 +4850,14 @@ func TestEvent_RescindInverseOfferProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_RescindInverseOfferProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_RescindInverseOffer, 1000) for i := 0; i < 1000; i++ { @@ -4873,10 +4872,10 @@ func BenchmarkEvent_RescindInverseOfferProtoSize(b *testing.B) { func TestEvent_UpdateProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Update(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4887,14 +4886,14 @@ func TestEvent_UpdateProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_UpdateProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Update, 1000) for i := 0; i < 1000; i++ { @@ -4909,10 +4908,10 @@ func BenchmarkEvent_UpdateProtoSize(b *testing.B) { func TestEvent_MessageProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Message(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4923,14 +4922,14 @@ func TestEvent_MessageProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_MessageProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Message, 1000) for i := 0; i < 1000; i++ { @@ -4945,10 +4944,10 @@ func BenchmarkEvent_MessageProtoSize(b *testing.B) { func TestEvent_FailureProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Failure(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4959,14 +4958,14 @@ func TestEvent_FailureProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_FailureProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Failure, 1000) for i := 0; i < 1000; i++ { @@ -4981,10 +4980,10 @@ func BenchmarkEvent_FailureProtoSize(b *testing.B) { func TestEvent_ErrorProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedEvent_Error(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -4995,14 +4994,14 @@ func TestEvent_ErrorProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkEvent_ErrorProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Event_Error, 1000) for i := 0; i < 1000; i++ { @@ -5017,10 +5016,10 @@ func BenchmarkEvent_ErrorProtoSize(b *testing.B) { func TestCallProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5031,14 +5030,14 @@ func TestCallProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCallProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call, 1000) for i := 0; i < 1000; i++ { @@ -5053,10 +5052,10 @@ func BenchmarkCallProtoSize(b *testing.B) { func TestCall_SubscribeProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Subscribe(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5067,14 +5066,14 @@ func TestCall_SubscribeProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_SubscribeProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Subscribe, 1000) for i := 0; i < 1000; i++ { @@ -5089,10 +5088,10 @@ func BenchmarkCall_SubscribeProtoSize(b *testing.B) { func TestCall_AcceptProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Accept(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5103,14 +5102,14 @@ func TestCall_AcceptProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_AcceptProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Accept, 1000) for i := 0; i < 1000; i++ { @@ -5125,10 +5124,10 @@ func BenchmarkCall_AcceptProtoSize(b *testing.B) { func TestCall_DeclineProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Decline(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5139,14 +5138,14 @@ func TestCall_DeclineProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_DeclineProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Decline, 1000) for i := 0; i < 1000; i++ { @@ -5161,10 +5160,10 @@ func BenchmarkCall_DeclineProtoSize(b *testing.B) { func TestCall_AcceptInverseOffersProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_AcceptInverseOffers(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5175,14 +5174,14 @@ func TestCall_AcceptInverseOffersProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_AcceptInverseOffersProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_AcceptInverseOffers, 1000) for i := 0; i < 1000; i++ { @@ -5197,10 +5196,10 @@ func BenchmarkCall_AcceptInverseOffersProtoSize(b *testing.B) { func TestCall_DeclineInverseOffersProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_DeclineInverseOffers(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5211,14 +5210,14 @@ func TestCall_DeclineInverseOffersProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_DeclineInverseOffersProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_DeclineInverseOffers, 1000) for i := 0; i < 1000; i++ { @@ -5233,10 +5232,10 @@ func BenchmarkCall_DeclineInverseOffersProtoSize(b *testing.B) { func TestCall_ReviveProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Revive(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5247,14 +5246,14 @@ func TestCall_ReviveProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_ReviveProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Revive, 1000) for i := 0; i < 1000; i++ { @@ -5269,10 +5268,10 @@ func BenchmarkCall_ReviveProtoSize(b *testing.B) { func TestCall_KillProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Kill(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5283,14 +5282,14 @@ func TestCall_KillProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_KillProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Kill, 1000) for i := 0; i < 1000; i++ { @@ -5305,10 +5304,10 @@ func BenchmarkCall_KillProtoSize(b *testing.B) { func TestCall_ShutdownProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Shutdown(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5319,14 +5318,14 @@ func TestCall_ShutdownProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_ShutdownProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Shutdown, 1000) for i := 0; i < 1000; i++ { @@ -5341,10 +5340,10 @@ func BenchmarkCall_ShutdownProtoSize(b *testing.B) { func TestCall_AcknowledgeProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Acknowledge(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5355,14 +5354,14 @@ func TestCall_AcknowledgeProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_AcknowledgeProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Acknowledge, 1000) for i := 0; i < 1000; i++ { @@ -5377,10 +5376,10 @@ func BenchmarkCall_AcknowledgeProtoSize(b *testing.B) { func TestCall_ReconcileProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Reconcile(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5391,14 +5390,14 @@ func TestCall_ReconcileProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_ReconcileProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Reconcile, 1000) for i := 0; i < 1000; i++ { @@ -5413,10 +5412,10 @@ func BenchmarkCall_ReconcileProtoSize(b *testing.B) { func TestCall_Reconcile_TaskProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Reconcile_Task(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5427,14 +5426,14 @@ func TestCall_Reconcile_TaskProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_Reconcile_TaskProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Reconcile_Task, 1000) for i := 0; i < 1000; i++ { @@ -5449,10 +5448,10 @@ func BenchmarkCall_Reconcile_TaskProtoSize(b *testing.B) { func TestCall_MessageProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Message(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5463,14 +5462,14 @@ func TestCall_MessageProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_MessageProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Message, 1000) for i := 0; i < 1000; i++ { @@ -5485,10 +5484,10 @@ func BenchmarkCall_MessageProtoSize(b *testing.B) { func TestCall_RequestProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Request(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5499,14 +5498,14 @@ func TestCall_RequestProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_RequestProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Request, 1000) for i := 0; i < 1000; i++ { @@ -5521,10 +5520,10 @@ func BenchmarkCall_RequestProtoSize(b *testing.B) { func TestCall_SuppressProtoSize(t *testing.T) { seed := time.Now().UnixNano() - popr := math_rand.New(math_rand.NewSource(seed)) + popr := rand.New(rand.NewSource(seed)) p := NewPopulatedCall_Suppress(popr, true) - size2 := github_com_gogo_protobuf_proto.Size(p) - dAtA, err := github_com_gogo_protobuf_proto.Marshal(p) + size2 := proto.Size(p) + dAtA, err := proto.Marshal(p) if err != nil { t.Fatalf("seed = %d, err = %v", seed, err) } @@ -5535,14 +5534,14 @@ func TestCall_SuppressProtoSize(t *testing.T) { if size2 != size { t.Errorf("seed = %d, size %v != before marshal proto.Size %v", seed, size, size2) } - size3 := github_com_gogo_protobuf_proto.Size(p) + size3 := proto.Size(p) if size3 != size { t.Errorf("seed = %d, size %v != after marshal proto.Size %v", seed, size, size3) } } func BenchmarkCall_SuppressProtoSize(b *testing.B) { - popr := math_rand.New(math_rand.NewSource(616)) + popr := rand.New(rand.NewSource(616)) total := 0 pops := make([]*Call_Suppress, 1000) for i := 0; i < 1000; i++ { @@ -5556,7 +5555,7 @@ func BenchmarkCall_SuppressProtoSize(b *testing.B) { } func TestEventStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5565,7 +5564,7 @@ func TestEventStringer(t *testing.T) { } } func TestEvent_SubscribedStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Subscribed(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5574,7 +5573,7 @@ func TestEvent_SubscribedStringer(t *testing.T) { } } func TestEvent_OffersStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Offers(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5583,7 +5582,7 @@ func TestEvent_OffersStringer(t *testing.T) { } } func TestEvent_InverseOffersStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_InverseOffers(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5592,7 +5591,7 @@ func TestEvent_InverseOffersStringer(t *testing.T) { } } func TestEvent_RescindStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Rescind(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5601,7 +5600,7 @@ func TestEvent_RescindStringer(t *testing.T) { } } func TestEvent_RescindInverseOfferStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_RescindInverseOffer(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5610,7 +5609,7 @@ func TestEvent_RescindInverseOfferStringer(t *testing.T) { } } func TestEvent_UpdateStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Update(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5619,7 +5618,7 @@ func TestEvent_UpdateStringer(t *testing.T) { } } func TestEvent_MessageStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Message(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5628,7 +5627,7 @@ func TestEvent_MessageStringer(t *testing.T) { } } func TestEvent_FailureStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Failure(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5637,7 +5636,7 @@ func TestEvent_FailureStringer(t *testing.T) { } } func TestEvent_ErrorStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedEvent_Error(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5646,7 +5645,7 @@ func TestEvent_ErrorStringer(t *testing.T) { } } func TestCallStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5655,7 +5654,7 @@ func TestCallStringer(t *testing.T) { } } func TestCall_SubscribeStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Subscribe(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5664,7 +5663,7 @@ func TestCall_SubscribeStringer(t *testing.T) { } } func TestCall_AcceptStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Accept(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5673,7 +5672,7 @@ func TestCall_AcceptStringer(t *testing.T) { } } func TestCall_DeclineStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Decline(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5682,7 +5681,7 @@ func TestCall_DeclineStringer(t *testing.T) { } } func TestCall_AcceptInverseOffersStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_AcceptInverseOffers(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5691,7 +5690,7 @@ func TestCall_AcceptInverseOffersStringer(t *testing.T) { } } func TestCall_DeclineInverseOffersStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_DeclineInverseOffers(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5700,7 +5699,7 @@ func TestCall_DeclineInverseOffersStringer(t *testing.T) { } } func TestCall_ReviveStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Revive(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5709,7 +5708,7 @@ func TestCall_ReviveStringer(t *testing.T) { } } func TestCall_KillStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Kill(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5718,7 +5717,7 @@ func TestCall_KillStringer(t *testing.T) { } } func TestCall_ShutdownStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Shutdown(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5727,7 +5726,7 @@ func TestCall_ShutdownStringer(t *testing.T) { } } func TestCall_AcknowledgeStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Acknowledge(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5736,7 +5735,7 @@ func TestCall_AcknowledgeStringer(t *testing.T) { } } func TestCall_ReconcileStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Reconcile(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5745,7 +5744,7 @@ func TestCall_ReconcileStringer(t *testing.T) { } } func TestCall_Reconcile_TaskStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Reconcile_Task(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5754,7 +5753,7 @@ func TestCall_Reconcile_TaskStringer(t *testing.T) { } } func TestCall_MessageStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Message(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5763,7 +5762,7 @@ func TestCall_MessageStringer(t *testing.T) { } } func TestCall_RequestStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Request(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p) @@ -5772,7 +5771,7 @@ func TestCall_RequestStringer(t *testing.T) { } } func TestCall_SuppressStringer(t *testing.T) { - popr := math_rand.New(math_rand.NewSource(time.Now().UnixNano())) + popr := rand.New(rand.NewSource(time.Now().UnixNano())) p := NewPopulatedCall_Suppress(popr, false) s1 := p.String() s2 := fmt.Sprintf("%v", p)