OLD | NEW |
(Empty) | |
| 1 // Code generated by protoc-gen-go. |
| 2 // source: swarmingV1.proto |
| 3 // DO NOT EDIT! |
| 4 |
| 5 /* |
| 6 Package swarmingV1 is a generated protocol buffer package. |
| 7 |
| 8 It is generated from these files: |
| 9 swarmingV1.proto |
| 10 |
| 11 It has these top-level messages: |
| 12 Config |
| 13 */ |
| 14 package swarmingV1 |
| 15 |
| 16 import proto "github.com/golang/protobuf/proto" |
| 17 import fmt "fmt" |
| 18 import math "math" |
| 19 |
| 20 // Reference imports to suppress errors if they are not otherwise used. |
| 21 var _ = proto.Marshal |
| 22 var _ = fmt.Errorf |
| 23 var _ = math.Inf |
| 24 |
| 25 // This is a compile-time assertion to ensure that this generated file |
| 26 // is compatible with the proto package it is being compiled against. |
| 27 const _ = proto.ProtoPackageIsVersion1 |
| 28 |
| 29 type Config struct { |
| 30 Url string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"` |
| 31 } |
| 32 |
| 33 func (m *Config) Reset() { *m = Config{} } |
| 34 func (m *Config) String() string { return proto.CompactTextString(m)
} |
| 35 func (*Config) ProtoMessage() {} |
| 36 func (*Config) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } |
| 37 |
| 38 func init() { |
| 39 proto.RegisterType((*Config)(nil), "swarmingV1.Config") |
| 40 } |
| 41 |
| 42 var fileDescriptor0 = []byte{ |
| 43 // 74 bytes of a gzipped FileDescriptorProto |
| 44 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x12,
0x28, 0x2e, 0x4f, 0x2c, |
| 45 0xca, 0xcd, 0xcc, 0x4b, 0x0f, 0x33, 0xd4, 0x2b, 0x28, 0xca, 0x2f, 0xc9,
0x17, 0xe2, 0x42, 0x88, |
| 46 0x28, 0x89, 0x72, 0xb1, 0x39, 0xe7, 0xe7, 0xa5, 0x65, 0xa6, 0x0b, 0x71,
0x73, 0x31, 0x97, 0x16, |
| 47 0xe5, 0x48, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x26, 0xb1, 0x81, 0x55, 0x1a,
0x03, 0x02, 0x00, 0x00, |
| 48 0xff, 0xff, 0x7c, 0xe6, 0xc9, 0x16, 0x3d, 0x00, 0x00, 0x00, |
| 49 } |
OLD | NEW |