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

     1  // Code generated by protoc-gen-go.
     2  // source: hapi/release/test_suite.proto
     3  // DO NOT EDIT!
     4  
     5  package release
     6  
     7  import proto "github.com/golang/protobuf/proto"
     8  import fmt "fmt"
     9  import math "math"
    10  import google_protobuf "github.com/golang/protobuf/ptypes/timestamp"
    11  
    12  // Reference imports to suppress errors if they are not otherwise used.
    13  var _ = proto.Marshal
    14  var _ = fmt.Errorf
    15  var _ = math.Inf
    16  
    17  // TestSuite comprises of the last run of the pre-defined test suite of a release version
    18  type TestSuite struct {
    19  	// StartedAt indicates the date/time this test suite was kicked off
    20  	StartedAt *google_protobuf.Timestamp `protobuf:"bytes,1,opt,name=started_at,json=startedAt" json:"started_at,omitempty"`
    21  	// CompletedAt indicates the date/time this test suite was completed
    22  	CompletedAt *google_protobuf.Timestamp `protobuf:"bytes,2,opt,name=completed_at,json=completedAt" json:"completed_at,omitempty"`
    23  	// Results are the results of each segment of the test
    24  	Results []*TestRun `protobuf:"bytes,3,rep,name=results" json:"results,omitempty"`
    25  }
    26  
    27  func (m *TestSuite) Reset()                    { *m = TestSuite{} }
    28  func (m *TestSuite) String() string            { return proto.CompactTextString(m) }
    29  func (*TestSuite) ProtoMessage()               {}
    30  func (*TestSuite) Descriptor() ([]byte, []int) { return fileDescriptor5, []int{0} }
    31  
    32  func (m *TestSuite) GetStartedAt() *google_protobuf.Timestamp {
    33  	if m != nil {
    34  		return m.StartedAt
    35  	}
    36  	return nil
    37  }
    38  
    39  func (m *TestSuite) GetCompletedAt() *google_protobuf.Timestamp {
    40  	if m != nil {
    41  		return m.CompletedAt
    42  	}
    43  	return nil
    44  }
    45  
    46  func (m *TestSuite) GetResults() []*TestRun {
    47  	if m != nil {
    48  		return m.Results
    49  	}
    50  	return nil
    51  }
    52  
    53  func init() {
    54  	proto.RegisterType((*TestSuite)(nil), "hapi.release.TestSuite")
    55  }
    56  
    57  func init() { proto.RegisterFile("hapi/release/test_suite.proto", fileDescriptor5) }
    58  
    59  var fileDescriptor5 = []byte{
    60  	// 207 bytes of a gzipped FileDescriptorProto
    61  	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x84, 0x8f, 0xc1, 0x4a, 0x86, 0x40,
    62  	0x14, 0x85, 0x31, 0x21, 0x71, 0x74, 0x35, 0x10, 0x88, 0x11, 0x49, 0x2b, 0x57, 0x33, 0x60, 0xab,
    63  	0x16, 0x2d, 0xec, 0x11, 0xcc, 0x55, 0x1b, 0x19, 0xeb, 0x66, 0xc2, 0xe8, 0x0c, 0x73, 0xef, 0xbc,
    64  	0x5a, 0xcf, 0x17, 0xea, 0x18, 0x41, 0x8b, 0x7f, 0xfd, 0x7d, 0xe7, 0x9c, 0x7b, 0xd9, 0xdd, 0x97,
    65  	0xb2, 0xb3, 0x74, 0xa0, 0x41, 0x21, 0x48, 0x02, 0xa4, 0x01, 0xfd, 0x4c, 0x20, 0xac, 0x33, 0x64,
    66  	0x78, 0xbe, 0x61, 0x11, 0x70, 0x79, 0x3f, 0x19, 0x33, 0x69, 0x90, 0x3b, 0x1b, 0xfd, 0xa7, 0xa4,
    67  	0x79, 0x01, 0x24, 0xb5, 0xd8, 0x43, 0x2f, 0x6f, 0xff, 0xb7, 0x39, 0xbf, 0x1e, 0xf0, 0xe1, 0x3b,
    68  	0x62, 0x69, 0x0f, 0x48, 0xaf, 0x5b, 0x3f, 0x7f, 0x62, 0x0c, 0x49, 0x39, 0x82, 0x8f, 0x41, 0x51,
    69  	0x11, 0x55, 0x51, 0x9d, 0x35, 0xa5, 0x38, 0x06, 0xc4, 0x39, 0x20, 0xfa, 0x73, 0xa0, 0x4b, 0x83,
    70  	0xdd, 0x12, 0x7f, 0x66, 0xf9, 0xbb, 0x59, 0xac, 0x86, 0x10, 0xbe, 0xba, 0x18, 0xce, 0x7e, 0xfd,
    71  	0x96, 0xb8, 0x64, 0x89, 0x03, 0xf4, 0x9a, 0xb0, 0x88, 0xab, 0xb8, 0xce, 0x9a, 0x1b, 0xf1, 0xf7,
    72  	0x4b, 0xb1, 0xdd, 0xd8, 0xf9, 0xb5, 0x3b, 0xad, 0x97, 0xf4, 0x2d, 0x09, 0x6c, 0xbc, 0xde, 0xcb,
    73  	0x1f, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x8c, 0x59, 0x65, 0x4f, 0x37, 0x01, 0x00, 0x00,
    74  }