github.com/y-taka-23/helm@v2.8.0+incompatible/pkg/proto/hapi/release/test_suite.pb.go (about)

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