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