mako_quickstore

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2019 License: Apache-2.0 Imports: 8 Imported by: 32

Documentation

Index

Constants

View Source
const Default_QuickstoreInput_DeleteSampleFiles bool = true

Variables

View Source
var QuickstoreOutput_Status_name = map[int32]string{
	1: "SUCCESS",
	2: "ERROR",
	4: "ANALYSIS_FAIL",
}
View Source
var QuickstoreOutput_Status_value = map[string]int32{
	"SUCCESS":       1,
	"ERROR":         2,
	"ANALYSIS_FAIL": 4,
}

Functions

This section is empty.

Types

type QuickstoreInput

type QuickstoreInput struct {
	BenchmarkKey         *string                                               `protobuf:"bytes,1,opt,name=benchmark_key,json=benchmarkKey" json:"benchmark_key,omitempty"`
	TimestampMs          *float64                                              `protobuf:"fixed64,2,opt,name=timestamp_ms,json=timestampMs" json:"timestamp_ms,omitempty"`
	BuildId              *int64                                                `protobuf:"varint,20,opt,name=build_id,json=buildId" json:"build_id,omitempty"`
	DurationTimeMs       *float64                                              `protobuf:"fixed64,3,opt,name=duration_time_ms,json=durationTimeMs" json:"duration_time_ms,omitempty"`
	Tags                 []string                                              `protobuf:"bytes,4,rep,name=tags" json:"tags,omitempty"`
	HoverText            *string                                               `protobuf:"bytes,14,opt,name=hover_text,json=hoverText" json:"hover_text,omitempty"`
	Description          *string                                               `protobuf:"bytes,6,opt,name=description" json:"description,omitempty"`
	TestPassId           *string                                               `protobuf:"bytes,18,opt,name=test_pass_id,json=testPassId" json:"test_pass_id,omitempty"`
	AnnotationList       []*mako_go_proto.RunAnnotation                        `protobuf:"bytes,7,rep,name=annotation_list,json=annotationList" json:"annotation_list,omitempty"`
	HyperlinkList        []*mako_go_proto.NamedData                            `protobuf:"bytes,8,rep,name=hyperlink_list,json=hyperlinkList" json:"hyperlink_list,omitempty"`
	AuxData              []*mako_go_proto.NamedData                            `protobuf:"bytes,17,rep,name=aux_data,json=auxData" json:"aux_data,omitempty"`
	IgnoreRangeList      []*mako_go_proto.LabeledRange                         `protobuf:"bytes,9,rep,name=ignore_range_list,json=ignoreRangeList" json:"ignore_range_list,omitempty"`
	TempDir              *string                                               `protobuf:"bytes,21,opt,name=temp_dir,json=tempDir" json:"temp_dir,omitempty"`
	DeleteSampleFiles    *bool                                                 `protobuf:"varint,22,opt,name=delete_sample_files,json=deleteSampleFiles,def=1" json:"delete_sample_files,omitempty"`
	AnalysisPass         *QuickstoreInput_ConditionalFields                    `protobuf:"bytes,10,opt,name=analysis_pass,json=analysisPass" json:"analysis_pass,omitempty"`
	AnalysisFail         *QuickstoreInput_ConditionalFields                    `protobuf:"bytes,11,opt,name=analysis_fail,json=analysisFail" json:"analysis_fail,omitempty"`
	RwrConfigs           []*rolling_window_reducer_go_proto.RWRConfig          `protobuf:"bytes,23,rep,name=rwr_configs,json=rwrConfigs" json:"rwr_configs,omitempty"`
	ThresholdInputs      []*threshold_analyzer_go_proto.ThresholdAnalyzerInput `protobuf:"bytes,12,rep,name=threshold_inputs,json=thresholdInputs" json:"threshold_inputs,omitempty"`
	WdaInputs            []*window_deviation_go_proto.WindowDeviationInput     `protobuf:"bytes,13,rep,name=wda_inputs,json=wdaInputs" json:"wda_inputs,omitempty"`
	UtestInputs          []*utest_analyzer_go_proto.UTestAnalyzerInput         `protobuf:"bytes,16,rep,name=utest_inputs,json=utestInputs" json:"utest_inputs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                              `json:"-"`
	XXX_unrecognized     []byte                                                `json:"-"`
	XXX_sizecache        int32                                                 `json:"-"`
}

func (*QuickstoreInput) Descriptor

func (*QuickstoreInput) Descriptor() ([]byte, []int)

func (*QuickstoreInput) GetAnalysisFail

func (m *QuickstoreInput) GetAnalysisFail() *QuickstoreInput_ConditionalFields

func (*QuickstoreInput) GetAnalysisPass

func (m *QuickstoreInput) GetAnalysisPass() *QuickstoreInput_ConditionalFields

func (*QuickstoreInput) GetAnnotationList

func (m *QuickstoreInput) GetAnnotationList() []*mako_go_proto.RunAnnotation

func (*QuickstoreInput) GetAuxData

func (m *QuickstoreInput) GetAuxData() []*mako_go_proto.NamedData

func (*QuickstoreInput) GetBenchmarkKey

func (m *QuickstoreInput) GetBenchmarkKey() string

func (*QuickstoreInput) GetBuildId

func (m *QuickstoreInput) GetBuildId() int64

func (*QuickstoreInput) GetDeleteSampleFiles

func (m *QuickstoreInput) GetDeleteSampleFiles() bool

func (*QuickstoreInput) GetDescription

func (m *QuickstoreInput) GetDescription() string

func (*QuickstoreInput) GetDurationTimeMs

func (m *QuickstoreInput) GetDurationTimeMs() float64

func (*QuickstoreInput) GetHoverText

func (m *QuickstoreInput) GetHoverText() string
func (m *QuickstoreInput) GetHyperlinkList() []*mako_go_proto.NamedData

func (*QuickstoreInput) GetIgnoreRangeList

func (m *QuickstoreInput) GetIgnoreRangeList() []*mako_go_proto.LabeledRange

func (*QuickstoreInput) GetRwrConfigs

func (*QuickstoreInput) GetTags

func (m *QuickstoreInput) GetTags() []string

func (*QuickstoreInput) GetTempDir

func (m *QuickstoreInput) GetTempDir() string

func (*QuickstoreInput) GetTestPassId

func (m *QuickstoreInput) GetTestPassId() string

func (*QuickstoreInput) GetThresholdInputs

func (*QuickstoreInput) GetTimestampMs

func (m *QuickstoreInput) GetTimestampMs() float64

func (*QuickstoreInput) GetUtestInputs

func (*QuickstoreInput) GetWdaInputs

func (*QuickstoreInput) ProtoMessage

func (*QuickstoreInput) ProtoMessage()

func (*QuickstoreInput) Reset

func (m *QuickstoreInput) Reset()

func (*QuickstoreInput) String

func (m *QuickstoreInput) String() string

func (*QuickstoreInput) XXX_DiscardUnknown

func (m *QuickstoreInput) XXX_DiscardUnknown()

func (*QuickstoreInput) XXX_Marshal

func (m *QuickstoreInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QuickstoreInput) XXX_Merge

func (m *QuickstoreInput) XXX_Merge(src proto.Message)

func (*QuickstoreInput) XXX_Size

func (m *QuickstoreInput) XXX_Size() int

func (*QuickstoreInput) XXX_Unmarshal

func (m *QuickstoreInput) XXX_Unmarshal(b []byte) error

type QuickstoreInput_ConditionalFields

type QuickstoreInput_ConditionalFields struct {
	Tags                 []string `protobuf:"bytes,1,rep,name=tags" json:"tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*QuickstoreInput_ConditionalFields) Descriptor

func (*QuickstoreInput_ConditionalFields) Descriptor() ([]byte, []int)

func (*QuickstoreInput_ConditionalFields) GetTags

func (*QuickstoreInput_ConditionalFields) ProtoMessage

func (*QuickstoreInput_ConditionalFields) ProtoMessage()

func (*QuickstoreInput_ConditionalFields) Reset

func (*QuickstoreInput_ConditionalFields) String

func (*QuickstoreInput_ConditionalFields) XXX_DiscardUnknown

func (m *QuickstoreInput_ConditionalFields) XXX_DiscardUnknown()

func (*QuickstoreInput_ConditionalFields) XXX_Marshal

func (m *QuickstoreInput_ConditionalFields) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QuickstoreInput_ConditionalFields) XXX_Merge

func (*QuickstoreInput_ConditionalFields) XXX_Size

func (m *QuickstoreInput_ConditionalFields) XXX_Size() int

func (*QuickstoreInput_ConditionalFields) XXX_Unmarshal

func (m *QuickstoreInput_ConditionalFields) XXX_Unmarshal(b []byte) error

type QuickstoreOutput

type QuickstoreOutput struct {
	Status               *QuickstoreOutput_Status        `protobuf:"varint,1,opt,name=status,enum=mako.quickstore.QuickstoreOutput_Status" json:"status,omitempty"`
	AnalyzerOutputList   []*mako_go_proto.AnalyzerOutput `protobuf:"bytes,2,rep,name=analyzer_output_list,json=analyzerOutputList" json:"analyzer_output_list,omitempty"`
	SummaryOutput        *string                         `protobuf:"bytes,3,opt,name=summary_output,json=summaryOutput" json:"summary_output,omitempty"`
	RunChartLink         *string                         `protobuf:"bytes,4,opt,name=run_chart_link,json=runChartLink" json:"run_chart_link,omitempty"`
	RunKey               *string                         `protobuf:"bytes,5,opt,name=run_key,json=runKey" json:"run_key,omitempty"`
	GeneratedSampleFiles []string                        `protobuf:"bytes,6,rep,name=generated_sample_files,json=generatedSampleFiles" json:"generated_sample_files,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*QuickstoreOutput) Descriptor

func (*QuickstoreOutput) Descriptor() ([]byte, []int)

func (*QuickstoreOutput) GetAnalyzerOutputList

func (m *QuickstoreOutput) GetAnalyzerOutputList() []*mako_go_proto.AnalyzerOutput

func (*QuickstoreOutput) GetGeneratedSampleFiles

func (m *QuickstoreOutput) GetGeneratedSampleFiles() []string
func (m *QuickstoreOutput) GetRunChartLink() string

func (*QuickstoreOutput) GetRunKey

func (m *QuickstoreOutput) GetRunKey() string

func (*QuickstoreOutput) GetStatus

func (*QuickstoreOutput) GetSummaryOutput

func (m *QuickstoreOutput) GetSummaryOutput() string

func (*QuickstoreOutput) ProtoMessage

func (*QuickstoreOutput) ProtoMessage()

func (*QuickstoreOutput) Reset

func (m *QuickstoreOutput) Reset()

func (*QuickstoreOutput) String

func (m *QuickstoreOutput) String() string

func (*QuickstoreOutput) XXX_DiscardUnknown

func (m *QuickstoreOutput) XXX_DiscardUnknown()

func (*QuickstoreOutput) XXX_Marshal

func (m *QuickstoreOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QuickstoreOutput) XXX_Merge

func (m *QuickstoreOutput) XXX_Merge(src proto.Message)

func (*QuickstoreOutput) XXX_Size

func (m *QuickstoreOutput) XXX_Size() int

func (*QuickstoreOutput) XXX_Unmarshal

func (m *QuickstoreOutput) XXX_Unmarshal(b []byte) error

type QuickstoreOutput_Status

type QuickstoreOutput_Status int32
const (
	QuickstoreOutput_SUCCESS       QuickstoreOutput_Status = 1
	QuickstoreOutput_ERROR         QuickstoreOutput_Status = 2
	QuickstoreOutput_ANALYSIS_FAIL QuickstoreOutput_Status = 4
)

func (QuickstoreOutput_Status) Enum

func (QuickstoreOutput_Status) EnumDescriptor

func (QuickstoreOutput_Status) EnumDescriptor() ([]byte, []int)

func (QuickstoreOutput_Status) String

func (x QuickstoreOutput_Status) String() string

func (*QuickstoreOutput_Status) UnmarshalJSON

func (x *QuickstoreOutput_Status) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL