Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2955)

Unified Diff: appengine/cmd/dm/distributor/protos/swarmingV1/swarmingV1.pb.go

Issue 1537883002: Initial distributor implementation (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: work in progress Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/cmd/dm/distributor/protos/swarmingV1/swarmingV1.pb.go
diff --git a/appengine/cmd/dm/distributor/protos/swarmingV1/swarmingV1.pb.go b/appengine/cmd/dm/distributor/protos/swarmingV1/swarmingV1.pb.go
new file mode 100644
index 0000000000000000000000000000000000000000..d054b1c730b1cdd36baf6cdb0bf94de63de2ffad
--- /dev/null
+++ b/appengine/cmd/dm/distributor/protos/swarmingV1/swarmingV1.pb.go
@@ -0,0 +1,49 @@
+// Code generated by protoc-gen-go.
+// source: swarmingV1.proto
+// DO NOT EDIT!
+
+/*
+Package swarmingV1 is a generated protocol buffer package.
+
+It is generated from these files:
+ swarmingV1.proto
+
+It has these top-level messages:
+ Config
+*/
+package swarmingV1
+
+import proto "github.com/golang/protobuf/proto"
+import fmt "fmt"
+import math "math"
+
+// Reference imports to suppress errors if they are not otherwise used.
+var _ = proto.Marshal
+var _ = fmt.Errorf
+var _ = math.Inf
+
+// This is a compile-time assertion to ensure that this generated file
+// is compatible with the proto package it is being compiled against.
+const _ = proto.ProtoPackageIsVersion1
+
+type Config struct {
+ Url string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
+}
+
+func (m *Config) Reset() { *m = Config{} }
+func (m *Config) String() string { return proto.CompactTextString(m) }
+func (*Config) ProtoMessage() {}
+func (*Config) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
+
+func init() {
+ proto.RegisterType((*Config)(nil), "swarmingV1.Config")
+}
+
+var fileDescriptor0 = []byte{
+ // 74 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x12, 0x28, 0x2e, 0x4f, 0x2c,
+ 0xca, 0xcd, 0xcc, 0x4b, 0x0f, 0x33, 0xd4, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x42, 0x88,
+ 0x28, 0x89, 0x72, 0xb1, 0x39, 0xe7, 0xe7, 0xa5, 0x65, 0xa6, 0x0b, 0x71, 0x73, 0x31, 0x97, 0x16,
+ 0xe5, 0x48, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x26, 0xb1, 0x81, 0x55, 0x1a, 0x03, 0x02, 0x00, 0x00,
+ 0xff, 0xff, 0x7c, 0xe6, 0xc9, 0x16, 0x3d, 0x00, 0x00, 0x00,
+}

Powered by Google App Engine
This is Rietveld 408576698