github.com/koderover/helm@v2.17.0+incompatible/pkg/proto/hapi/version/version.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // source: hapi/version/version.proto 3 4 package version 5 6 import proto "github.com/golang/protobuf/proto" 7 import fmt "fmt" 8 import math "math" 9 10 // Reference imports to suppress errors if they are not otherwise used. 11 var _ = proto.Marshal 12 var _ = fmt.Errorf 13 var _ = math.Inf 14 15 // This is a compile-time assertion to ensure that this generated file 16 // is compatible with the proto package it is being compiled against. 17 // A compilation error at this line likely means your copy of the 18 // proto package needs to be updated. 19 const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package 20 21 type Version struct { 22 // Sem ver string for the version 23 SemVer string `protobuf:"bytes,1,opt,name=sem_ver,json=semVer,proto3" json:"sem_ver,omitempty"` 24 GitCommit string `protobuf:"bytes,2,opt,name=git_commit,json=gitCommit,proto3" json:"git_commit,omitempty"` 25 GitTreeState string `protobuf:"bytes,3,opt,name=git_tree_state,json=gitTreeState,proto3" json:"git_tree_state,omitempty"` 26 XXX_NoUnkeyedLiteral struct{} `json:"-"` 27 XXX_unrecognized []byte `json:"-"` 28 XXX_sizecache int32 `json:"-"` 29 } 30 31 func (m *Version) Reset() { *m = Version{} } 32 func (m *Version) String() string { return proto.CompactTextString(m) } 33 func (*Version) ProtoMessage() {} 34 func (*Version) Descriptor() ([]byte, []int) { 35 return fileDescriptor_version_10859f2d56ed17fa, []int{0} 36 } 37 func (m *Version) XXX_Unmarshal(b []byte) error { 38 return xxx_messageInfo_Version.Unmarshal(m, b) 39 } 40 func (m *Version) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 41 return xxx_messageInfo_Version.Marshal(b, m, deterministic) 42 } 43 func (dst *Version) XXX_Merge(src proto.Message) { 44 xxx_messageInfo_Version.Merge(dst, src) 45 } 46 func (m *Version) XXX_Size() int { 47 return xxx_messageInfo_Version.Size(m) 48 } 49 func (m *Version) XXX_DiscardUnknown() { 50 xxx_messageInfo_Version.DiscardUnknown(m) 51 } 52 53 var xxx_messageInfo_Version proto.InternalMessageInfo 54 55 func (m *Version) GetSemVer() string { 56 if m != nil { 57 return m.SemVer 58 } 59 return "" 60 } 61 62 func (m *Version) GetGitCommit() string { 63 if m != nil { 64 return m.GitCommit 65 } 66 return "" 67 } 68 69 func (m *Version) GetGitTreeState() string { 70 if m != nil { 71 return m.GitTreeState 72 } 73 return "" 74 } 75 76 func init() { 77 proto.RegisterType((*Version)(nil), "hapi.version.Version") 78 } 79 80 func init() { proto.RegisterFile("hapi/version/version.proto", fileDescriptor_version_10859f2d56ed17fa) } 81 82 var fileDescriptor_version_10859f2d56ed17fa = []byte{ 83 // 151 bytes of a gzipped FileDescriptorProto 84 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xca, 0x48, 0x2c, 0xc8, 85 0xd4, 0x2f, 0x4b, 0x2d, 0x2a, 0xce, 0xcc, 0xcf, 0x83, 0xd1, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 86 0x42, 0x3c, 0x20, 0x39, 0x3d, 0xa8, 0x98, 0x52, 0x3a, 0x17, 0x7b, 0x18, 0x84, 0x29, 0x24, 0xce, 87 0xc5, 0x5e, 0x9c, 0x9a, 0x1b, 0x5f, 0x96, 0x5a, 0x24, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0xc4, 88 0x56, 0x9c, 0x9a, 0x1b, 0x96, 0x5a, 0x24, 0x24, 0xcb, 0xc5, 0x95, 0x9e, 0x59, 0x12, 0x9f, 0x9c, 89 0x9f, 0x9b, 0x9b, 0x59, 0x22, 0xc1, 0x04, 0x96, 0xe3, 0x4c, 0xcf, 0x2c, 0x71, 0x06, 0x0b, 0x08, 90 0xa9, 0x70, 0xf1, 0x81, 0xa4, 0x4b, 0x8a, 0x52, 0x53, 0xe3, 0x8b, 0x4b, 0x12, 0x4b, 0x52, 0x25, 91 0x98, 0xc1, 0x4a, 0x78, 0xd2, 0x33, 0x4b, 0x42, 0x8a, 0x52, 0x53, 0x83, 0x41, 0x62, 0x4e, 0x9c, 92 0x51, 0xec, 0x50, 0x3b, 0x93, 0xd8, 0xc0, 0x0e, 0x31, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x20, 93 0xcc, 0x0e, 0x1b, 0xa6, 0x00, 0x00, 0x00, 94 }