github.com/sgoings/helm@v2.0.0-alpha.2.0.20170406211108-734e92851ac3+incompatible/pkg/proto/hapi/chart/template.pb.go (about)

     1  // Code generated by protoc-gen-go.
     2  // source: hapi/chart/template.proto
     3  // DO NOT EDIT!
     4  
     5  package chart
     6  
     7  import proto "github.com/golang/protobuf/proto"
     8  import fmt "fmt"
     9  import math "math"
    10  
    11  // Reference imports to suppress errors if they are not otherwise used.
    12  var _ = proto.Marshal
    13  var _ = fmt.Errorf
    14  var _ = math.Inf
    15  
    16  // Template represents a template as a name/value pair.
    17  //
    18  // By convention, name is a relative path within the scope of the chart's
    19  // base directory.
    20  type Template struct {
    21  	// Name is the path-like name of the template.
    22  	Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
    23  	// Data is the template as byte data.
    24  	Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
    25  }
    26  
    27  func (m *Template) Reset()                    { *m = Template{} }
    28  func (m *Template) String() string            { return proto.CompactTextString(m) }
    29  func (*Template) ProtoMessage()               {}
    30  func (*Template) Descriptor() ([]byte, []int) { return fileDescriptor3, []int{0} }
    31  
    32  func init() {
    33  	proto.RegisterType((*Template)(nil), "hapi.chart.Template")
    34  }
    35  
    36  func init() { proto.RegisterFile("hapi/chart/template.proto", fileDescriptor3) }
    37  
    38  var fileDescriptor3 = []byte{
    39  	// 107 bytes of a gzipped FileDescriptorProto
    40  	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x92, 0xcc, 0x48, 0x2c, 0xc8,
    41  	0xd4, 0x4f, 0xce, 0x48, 0x2c, 0x2a, 0xd1, 0x2f, 0x49, 0xcd, 0x2d, 0xc8, 0x49, 0x2c, 0x49, 0xd5,
    42  	0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x02, 0x49, 0xe9, 0x81, 0xa5, 0x94, 0x8c, 0xb8, 0x38,
    43  	0x42, 0xa0, 0xb2, 0x42, 0x42, 0x5c, 0x2c, 0x79, 0x89, 0xb9, 0xa9, 0x12, 0x8c, 0x0a, 0x8c, 0x1a,
    44  	0x9c, 0x41, 0x60, 0x36, 0x48, 0x2c, 0x25, 0xb1, 0x24, 0x51, 0x82, 0x49, 0x81, 0x51, 0x83, 0x27,
    45  	0x08, 0xcc, 0x76, 0x62, 0x8f, 0x62, 0x05, 0x6b, 0x4e, 0x62, 0x03, 0x9b, 0x67, 0x0c, 0x08, 0x00,
    46  	0x00, 0xff, 0xff, 0x53, 0xee, 0x0e, 0x67, 0x6c, 0x00, 0x00, 0x00,
    47  }