12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067 |
- // Code generated by protoc-gen-gogo. DO NOT EDIT.
- // source: pb.proto
- /*
- Package pb is a generated protocol buffer package.
- It is generated from these files:
- pb.proto
- It has these top-level messages:
- Metadata
- BurndownSparseMatrixRow
- BurndownSparseMatrix
- FilesOwnership
- BurndownAnalysisResults
- CompressedSparseRowMatrix
- Couples
- TouchedFiles
- CouplesAnalysisResults
- UASTChange
- UASTChangesSaverResults
- ShotnessRecord
- ShotnessAnalysisResults
- FileHistory
- FileHistoryResultMessage
- LineStats
- DevTick
- TickDevs
- DevsAnalysisResults
- Sentiment
- CommentSentimentResults
- CommitFile
- Commit
- CommitsAnalysisResults
- Typo
- TyposDataset
- AnalysisResults
- */
- package pb
- import proto "github.com/gogo/protobuf/proto"
- import fmt "fmt"
- import math "math"
- // Reference imports to suppress errors if they are not otherwise used.
- var _ = proto.Marshal
- var _ = fmt.Errorf
- var _ = math.Inf
- // This is a compile-time assertion to ensure that this generated file
- // is compatible with the proto package it is being compiled against.
- // A compilation error at this line likely means your copy of the
- // proto package needs to be updated.
- const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
- type Metadata struct {
- // this format is versioned
- Version int32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
- // git hash of the revision from which Hercules is built
- Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
- // repository's name
- Repository string `protobuf:"bytes,3,opt,name=repository,proto3" json:"repository,omitempty"`
- // UNIX timestamp of the first analysed commit
- BeginUnixTime int64 `protobuf:"varint,4,opt,name=begin_unix_time,json=beginUnixTime,proto3" json:"begin_unix_time,omitempty"`
- // UNIX timestamp of the last analysed commit
- EndUnixTime int64 `protobuf:"varint,5,opt,name=end_unix_time,json=endUnixTime,proto3" json:"end_unix_time,omitempty"`
- // number of processed commits
- Commits int32 `protobuf:"varint,6,opt,name=commits,proto3" json:"commits,omitempty"`
- // duration of the analysis in milliseconds
- RunTime int64 `protobuf:"varint,7,opt,name=run_time,json=runTime,proto3" json:"run_time,omitempty"`
- // time taken by each pipeline item in seconds
- RunTimePerItem map[string]float64 `protobuf:"bytes,8,rep,name=run_time_per_item,json=runTimePerItem" json:"run_time_per_item,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"fixed64,2,opt,name=value,proto3"`
- }
- func (m *Metadata) Reset() { *m = Metadata{} }
- func (m *Metadata) String() string { return proto.CompactTextString(m) }
- func (*Metadata) ProtoMessage() {}
- func (*Metadata) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{0} }
- func (m *Metadata) GetVersion() int32 {
- if m != nil {
- return m.Version
- }
- return 0
- }
- func (m *Metadata) GetHash() string {
- if m != nil {
- return m.Hash
- }
- return ""
- }
- func (m *Metadata) GetRepository() string {
- if m != nil {
- return m.Repository
- }
- return ""
- }
- func (m *Metadata) GetBeginUnixTime() int64 {
- if m != nil {
- return m.BeginUnixTime
- }
- return 0
- }
- func (m *Metadata) GetEndUnixTime() int64 {
- if m != nil {
- return m.EndUnixTime
- }
- return 0
- }
- func (m *Metadata) GetCommits() int32 {
- if m != nil {
- return m.Commits
- }
- return 0
- }
- func (m *Metadata) GetRunTime() int64 {
- if m != nil {
- return m.RunTime
- }
- return 0
- }
- func (m *Metadata) GetRunTimePerItem() map[string]float64 {
- if m != nil {
- return m.RunTimePerItem
- }
- return nil
- }
- type BurndownSparseMatrixRow struct {
- // the first `len(column)` elements are stored,
- // the rest `number_of_columns - len(column)` values are zeros
- Columns []uint32 `protobuf:"varint,1,rep,packed,name=columns" json:"columns,omitempty"`
- }
- func (m *BurndownSparseMatrixRow) Reset() { *m = BurndownSparseMatrixRow{} }
- func (m *BurndownSparseMatrixRow) String() string { return proto.CompactTextString(m) }
- func (*BurndownSparseMatrixRow) ProtoMessage() {}
- func (*BurndownSparseMatrixRow) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{1} }
- func (m *BurndownSparseMatrixRow) GetColumns() []uint32 {
- if m != nil {
- return m.Columns
- }
- return nil
- }
- type BurndownSparseMatrix struct {
- Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
- NumberOfRows int32 `protobuf:"varint,2,opt,name=number_of_rows,json=numberOfRows,proto3" json:"number_of_rows,omitempty"`
- NumberOfColumns int32 `protobuf:"varint,3,opt,name=number_of_columns,json=numberOfColumns,proto3" json:"number_of_columns,omitempty"`
- // `len(row)` matches `number_of_rows`
- Rows []*BurndownSparseMatrixRow `protobuf:"bytes,4,rep,name=rows" json:"rows,omitempty"`
- }
- func (m *BurndownSparseMatrix) Reset() { *m = BurndownSparseMatrix{} }
- func (m *BurndownSparseMatrix) String() string { return proto.CompactTextString(m) }
- func (*BurndownSparseMatrix) ProtoMessage() {}
- func (*BurndownSparseMatrix) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{2} }
- func (m *BurndownSparseMatrix) GetName() string {
- if m != nil {
- return m.Name
- }
- return ""
- }
- func (m *BurndownSparseMatrix) GetNumberOfRows() int32 {
- if m != nil {
- return m.NumberOfRows
- }
- return 0
- }
- func (m *BurndownSparseMatrix) GetNumberOfColumns() int32 {
- if m != nil {
- return m.NumberOfColumns
- }
- return 0
- }
- func (m *BurndownSparseMatrix) GetRows() []*BurndownSparseMatrixRow {
- if m != nil {
- return m.Rows
- }
- return nil
- }
- type FilesOwnership struct {
- // The sum always equals to the total number of lines in the file.
- Value map[int32]int32 `protobuf:"bytes,1,rep,name=value" json:"value,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
- }
- func (m *FilesOwnership) Reset() { *m = FilesOwnership{} }
- func (m *FilesOwnership) String() string { return proto.CompactTextString(m) }
- func (*FilesOwnership) ProtoMessage() {}
- func (*FilesOwnership) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{3} }
- func (m *FilesOwnership) GetValue() map[int32]int32 {
- if m != nil {
- return m.Value
- }
- return nil
- }
- type BurndownAnalysisResults struct {
- // how many ticks are in each band [burndown_project, burndown_file, burndown_developer]
- Granularity int32 `protobuf:"varint,1,opt,name=granularity,proto3" json:"granularity,omitempty"`
- // how frequently we measure the state of each band [burndown_project, burndown_file, burndown_developer]
- Sampling int32 `protobuf:"varint,2,opt,name=sampling,proto3" json:"sampling,omitempty"`
- // always exists
- Project *BurndownSparseMatrix `protobuf:"bytes,3,opt,name=project" json:"project,omitempty"`
- // this is included if `--burndown-files` was specified
- Files []*BurndownSparseMatrix `protobuf:"bytes,4,rep,name=files" json:"files,omitempty"`
- // these two are included if `--burndown-people` was specified
- People []*BurndownSparseMatrix `protobuf:"bytes,5,rep,name=people" json:"people,omitempty"`
- // rows and cols order correspond to `burndown_developer`
- PeopleInteraction *CompressedSparseRowMatrix `protobuf:"bytes,6,opt,name=people_interaction,json=peopleInteraction" json:"people_interaction,omitempty"`
- // How many lines belong to relevant developers for each file. The order is the same as in `files`.
- FilesOwnership []*FilesOwnership `protobuf:"bytes,7,rep,name=files_ownership,json=filesOwnership" json:"files_ownership,omitempty"`
- // how long each tick is, as an int64 nanosecond count (Go's time.Duration)
- TickSize int64 `protobuf:"varint,8,opt,name=tick_size,json=tickSize,proto3" json:"tick_size,omitempty"`
- }
- func (m *BurndownAnalysisResults) Reset() { *m = BurndownAnalysisResults{} }
- func (m *BurndownAnalysisResults) String() string { return proto.CompactTextString(m) }
- func (*BurndownAnalysisResults) ProtoMessage() {}
- func (*BurndownAnalysisResults) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{4} }
- func (m *BurndownAnalysisResults) GetGranularity() int32 {
- if m != nil {
- return m.Granularity
- }
- return 0
- }
- func (m *BurndownAnalysisResults) GetSampling() int32 {
- if m != nil {
- return m.Sampling
- }
- return 0
- }
- func (m *BurndownAnalysisResults) GetProject() *BurndownSparseMatrix {
- if m != nil {
- return m.Project
- }
- return nil
- }
- func (m *BurndownAnalysisResults) GetFiles() []*BurndownSparseMatrix {
- if m != nil {
- return m.Files
- }
- return nil
- }
- func (m *BurndownAnalysisResults) GetPeople() []*BurndownSparseMatrix {
- if m != nil {
- return m.People
- }
- return nil
- }
- func (m *BurndownAnalysisResults) GetPeopleInteraction() *CompressedSparseRowMatrix {
- if m != nil {
- return m.PeopleInteraction
- }
- return nil
- }
- func (m *BurndownAnalysisResults) GetFilesOwnership() []*FilesOwnership {
- if m != nil {
- return m.FilesOwnership
- }
- return nil
- }
- func (m *BurndownAnalysisResults) GetTickSize() int64 {
- if m != nil {
- return m.TickSize
- }
- return 0
- }
- type CompressedSparseRowMatrix struct {
- NumberOfRows int32 `protobuf:"varint,1,opt,name=number_of_rows,json=numberOfRows,proto3" json:"number_of_rows,omitempty"`
- NumberOfColumns int32 `protobuf:"varint,2,opt,name=number_of_columns,json=numberOfColumns,proto3" json:"number_of_columns,omitempty"`
- // https://en.wikipedia.org/wiki/Sparse_matrix#Compressed_sparse_row_.28CSR.2C_CRS_or_Yale_format.29
- Data []int64 `protobuf:"varint,3,rep,packed,name=data" json:"data,omitempty"`
- Indices []int32 `protobuf:"varint,4,rep,packed,name=indices" json:"indices,omitempty"`
- Indptr []int64 `protobuf:"varint,5,rep,packed,name=indptr" json:"indptr,omitempty"`
- }
- func (m *CompressedSparseRowMatrix) Reset() { *m = CompressedSparseRowMatrix{} }
- func (m *CompressedSparseRowMatrix) String() string { return proto.CompactTextString(m) }
- func (*CompressedSparseRowMatrix) ProtoMessage() {}
- func (*CompressedSparseRowMatrix) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{5} }
- func (m *CompressedSparseRowMatrix) GetNumberOfRows() int32 {
- if m != nil {
- return m.NumberOfRows
- }
- return 0
- }
- func (m *CompressedSparseRowMatrix) GetNumberOfColumns() int32 {
- if m != nil {
- return m.NumberOfColumns
- }
- return 0
- }
- func (m *CompressedSparseRowMatrix) GetData() []int64 {
- if m != nil {
- return m.Data
- }
- return nil
- }
- func (m *CompressedSparseRowMatrix) GetIndices() []int32 {
- if m != nil {
- return m.Indices
- }
- return nil
- }
- func (m *CompressedSparseRowMatrix) GetIndptr() []int64 {
- if m != nil {
- return m.Indptr
- }
- return nil
- }
- type Couples struct {
- // name of each `matrix`'s row and column
- Index []string `protobuf:"bytes,1,rep,name=index" json:"index,omitempty"`
- // is always square
- Matrix *CompressedSparseRowMatrix `protobuf:"bytes,2,opt,name=matrix" json:"matrix,omitempty"`
- }
- func (m *Couples) Reset() { *m = Couples{} }
- func (m *Couples) String() string { return proto.CompactTextString(m) }
- func (*Couples) ProtoMessage() {}
- func (*Couples) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{6} }
- func (m *Couples) GetIndex() []string {
- if m != nil {
- return m.Index
- }
- return nil
- }
- func (m *Couples) GetMatrix() *CompressedSparseRowMatrix {
- if m != nil {
- return m.Matrix
- }
- return nil
- }
- type TouchedFiles struct {
- Files []int32 `protobuf:"varint,1,rep,packed,name=files" json:"files,omitempty"`
- }
- func (m *TouchedFiles) Reset() { *m = TouchedFiles{} }
- func (m *TouchedFiles) String() string { return proto.CompactTextString(m) }
- func (*TouchedFiles) ProtoMessage() {}
- func (*TouchedFiles) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{7} }
- func (m *TouchedFiles) GetFiles() []int32 {
- if m != nil {
- return m.Files
- }
- return nil
- }
- type CouplesAnalysisResults struct {
- FileCouples *Couples `protobuf:"bytes,6,opt,name=file_couples,json=fileCouples" json:"file_couples,omitempty"`
- PeopleCouples *Couples `protobuf:"bytes,7,opt,name=people_couples,json=peopleCouples" json:"people_couples,omitempty"`
- // order corresponds to `people_couples::index`
- PeopleFiles []*TouchedFiles `protobuf:"bytes,8,rep,name=people_files,json=peopleFiles" json:"people_files,omitempty"`
- // order corresponds to `file_couples::index`
- FilesLines []int32 `protobuf:"varint,9,rep,packed,name=files_lines,json=filesLines" json:"files_lines,omitempty"`
- }
- func (m *CouplesAnalysisResults) Reset() { *m = CouplesAnalysisResults{} }
- func (m *CouplesAnalysisResults) String() string { return proto.CompactTextString(m) }
- func (*CouplesAnalysisResults) ProtoMessage() {}
- func (*CouplesAnalysisResults) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{8} }
- func (m *CouplesAnalysisResults) GetFileCouples() *Couples {
- if m != nil {
- return m.FileCouples
- }
- return nil
- }
- func (m *CouplesAnalysisResults) GetPeopleCouples() *Couples {
- if m != nil {
- return m.PeopleCouples
- }
- return nil
- }
- func (m *CouplesAnalysisResults) GetPeopleFiles() []*TouchedFiles {
- if m != nil {
- return m.PeopleFiles
- }
- return nil
- }
- func (m *CouplesAnalysisResults) GetFilesLines() []int32 {
- if m != nil {
- return m.FilesLines
- }
- return nil
- }
- type UASTChange struct {
- FileName string `protobuf:"bytes,1,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
- SrcBefore string `protobuf:"bytes,2,opt,name=src_before,json=srcBefore,proto3" json:"src_before,omitempty"`
- SrcAfter string `protobuf:"bytes,3,opt,name=src_after,json=srcAfter,proto3" json:"src_after,omitempty"`
- UastBefore string `protobuf:"bytes,4,opt,name=uast_before,json=uastBefore,proto3" json:"uast_before,omitempty"`
- UastAfter string `protobuf:"bytes,5,opt,name=uast_after,json=uastAfter,proto3" json:"uast_after,omitempty"`
- }
- func (m *UASTChange) Reset() { *m = UASTChange{} }
- func (m *UASTChange) String() string { return proto.CompactTextString(m) }
- func (*UASTChange) ProtoMessage() {}
- func (*UASTChange) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{9} }
- func (m *UASTChange) GetFileName() string {
- if m != nil {
- return m.FileName
- }
- return ""
- }
- func (m *UASTChange) GetSrcBefore() string {
- if m != nil {
- return m.SrcBefore
- }
- return ""
- }
- func (m *UASTChange) GetSrcAfter() string {
- if m != nil {
- return m.SrcAfter
- }
- return ""
- }
- func (m *UASTChange) GetUastBefore() string {
- if m != nil {
- return m.UastBefore
- }
- return ""
- }
- func (m *UASTChange) GetUastAfter() string {
- if m != nil {
- return m.UastAfter
- }
- return ""
- }
- type UASTChangesSaverResults struct {
- Changes []*UASTChange `protobuf:"bytes,1,rep,name=changes" json:"changes,omitempty"`
- }
- func (m *UASTChangesSaverResults) Reset() { *m = UASTChangesSaverResults{} }
- func (m *UASTChangesSaverResults) String() string { return proto.CompactTextString(m) }
- func (*UASTChangesSaverResults) ProtoMessage() {}
- func (*UASTChangesSaverResults) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{10} }
- func (m *UASTChangesSaverResults) GetChanges() []*UASTChange {
- if m != nil {
- return m.Changes
- }
- return nil
- }
- type ShotnessRecord struct {
- Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
- Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
- File string `protobuf:"bytes,3,opt,name=file,proto3" json:"file,omitempty"`
- Counters map[int32]int32 `protobuf:"bytes,4,rep,name=counters" json:"counters,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
- }
- func (m *ShotnessRecord) Reset() { *m = ShotnessRecord{} }
- func (m *ShotnessRecord) String() string { return proto.CompactTextString(m) }
- func (*ShotnessRecord) ProtoMessage() {}
- func (*ShotnessRecord) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{11} }
- func (m *ShotnessRecord) GetType() string {
- if m != nil {
- return m.Type
- }
- return ""
- }
- func (m *ShotnessRecord) GetName() string {
- if m != nil {
- return m.Name
- }
- return ""
- }
- func (m *ShotnessRecord) GetFile() string {
- if m != nil {
- return m.File
- }
- return ""
- }
- func (m *ShotnessRecord) GetCounters() map[int32]int32 {
- if m != nil {
- return m.Counters
- }
- return nil
- }
- type ShotnessAnalysisResults struct {
- Records []*ShotnessRecord `protobuf:"bytes,1,rep,name=records" json:"records,omitempty"`
- }
- func (m *ShotnessAnalysisResults) Reset() { *m = ShotnessAnalysisResults{} }
- func (m *ShotnessAnalysisResults) String() string { return proto.CompactTextString(m) }
- func (*ShotnessAnalysisResults) ProtoMessage() {}
- func (*ShotnessAnalysisResults) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{12} }
- func (m *ShotnessAnalysisResults) GetRecords() []*ShotnessRecord {
- if m != nil {
- return m.Records
- }
- return nil
- }
- type FileHistory struct {
- Commits []string `protobuf:"bytes,1,rep,name=commits" json:"commits,omitempty"`
- ChangesByDeveloper map[int32]*LineStats `protobuf:"bytes,2,rep,name=changes_by_developer,json=changesByDeveloper" json:"changes_by_developer,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"`
- }
- func (m *FileHistory) Reset() { *m = FileHistory{} }
- func (m *FileHistory) String() string { return proto.CompactTextString(m) }
- func (*FileHistory) ProtoMessage() {}
- func (*FileHistory) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{13} }
- func (m *FileHistory) GetCommits() []string {
- if m != nil {
- return m.Commits
- }
- return nil
- }
- func (m *FileHistory) GetChangesByDeveloper() map[int32]*LineStats {
- if m != nil {
- return m.ChangesByDeveloper
- }
- return nil
- }
- type FileHistoryResultMessage struct {
- Files map[string]*FileHistory `protobuf:"bytes,1,rep,name=files" json:"files,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"`
- }
- func (m *FileHistoryResultMessage) Reset() { *m = FileHistoryResultMessage{} }
- func (m *FileHistoryResultMessage) String() string { return proto.CompactTextString(m) }
- func (*FileHistoryResultMessage) ProtoMessage() {}
- func (*FileHistoryResultMessage) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{14} }
- func (m *FileHistoryResultMessage) GetFiles() map[string]*FileHistory {
- if m != nil {
- return m.Files
- }
- return nil
- }
- type LineStats struct {
- Added int32 `protobuf:"varint,1,opt,name=added,proto3" json:"added,omitempty"`
- Removed int32 `protobuf:"varint,2,opt,name=removed,proto3" json:"removed,omitempty"`
- Changed int32 `protobuf:"varint,3,opt,name=changed,proto3" json:"changed,omitempty"`
- }
- func (m *LineStats) Reset() { *m = LineStats{} }
- func (m *LineStats) String() string { return proto.CompactTextString(m) }
- func (*LineStats) ProtoMessage() {}
- func (*LineStats) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{15} }
- func (m *LineStats) GetAdded() int32 {
- if m != nil {
- return m.Added
- }
- return 0
- }
- func (m *LineStats) GetRemoved() int32 {
- if m != nil {
- return m.Removed
- }
- return 0
- }
- func (m *LineStats) GetChanged() int32 {
- if m != nil {
- return m.Changed
- }
- return 0
- }
- type DevTick struct {
- Commits int32 `protobuf:"varint,1,opt,name=commits,proto3" json:"commits,omitempty"`
- Stats *LineStats `protobuf:"bytes,2,opt,name=stats" json:"stats,omitempty"`
- Languages map[string]*LineStats `protobuf:"bytes,3,rep,name=languages" json:"languages,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"`
- }
- func (m *DevTick) Reset() { *m = DevTick{} }
- func (m *DevTick) String() string { return proto.CompactTextString(m) }
- func (*DevTick) ProtoMessage() {}
- func (*DevTick) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{16} }
- func (m *DevTick) GetCommits() int32 {
- if m != nil {
- return m.Commits
- }
- return 0
- }
- func (m *DevTick) GetStats() *LineStats {
- if m != nil {
- return m.Stats
- }
- return nil
- }
- func (m *DevTick) GetLanguages() map[string]*LineStats {
- if m != nil {
- return m.Languages
- }
- return nil
- }
- type TickDevs struct {
- Devs map[int32]*DevTick `protobuf:"bytes,1,rep,name=devs" json:"devs,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"`
- }
- func (m *TickDevs) Reset() { *m = TickDevs{} }
- func (m *TickDevs) String() string { return proto.CompactTextString(m) }
- func (*TickDevs) ProtoMessage() {}
- func (*TickDevs) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{17} }
- func (m *TickDevs) GetDevs() map[int32]*DevTick {
- if m != nil {
- return m.Devs
- }
- return nil
- }
- type DevsAnalysisResults struct {
- Ticks map[int32]*TickDevs `protobuf:"bytes,1,rep,name=ticks" json:"ticks,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"`
- // developer identities, the indexes correspond to TickDevs' keys.
- DevIndex []string `protobuf:"bytes,2,rep,name=dev_index,json=devIndex" json:"dev_index,omitempty"`
- // how long each tick is, as an int64 nanosecond count (Go's time.Duration)
- TickSize int64 `protobuf:"varint,8,opt,name=tick_size,json=tickSize,proto3" json:"tick_size,omitempty"`
- }
- func (m *DevsAnalysisResults) Reset() { *m = DevsAnalysisResults{} }
- func (m *DevsAnalysisResults) String() string { return proto.CompactTextString(m) }
- func (*DevsAnalysisResults) ProtoMessage() {}
- func (*DevsAnalysisResults) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{18} }
- func (m *DevsAnalysisResults) GetTicks() map[int32]*TickDevs {
- if m != nil {
- return m.Ticks
- }
- return nil
- }
- func (m *DevsAnalysisResults) GetDevIndex() []string {
- if m != nil {
- return m.DevIndex
- }
- return nil
- }
- func (m *DevsAnalysisResults) GetTickSize() int64 {
- if m != nil {
- return m.TickSize
- }
- return 0
- }
- type Sentiment struct {
- Value float32 `protobuf:"fixed32,1,opt,name=value,proto3" json:"value,omitempty"`
- Comments []string `protobuf:"bytes,2,rep,name=comments" json:"comments,omitempty"`
- Commits []string `protobuf:"bytes,3,rep,name=commits" json:"commits,omitempty"`
- }
- func (m *Sentiment) Reset() { *m = Sentiment{} }
- func (m *Sentiment) String() string { return proto.CompactTextString(m) }
- func (*Sentiment) ProtoMessage() {}
- func (*Sentiment) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{19} }
- func (m *Sentiment) GetValue() float32 {
- if m != nil {
- return m.Value
- }
- return 0
- }
- func (m *Sentiment) GetComments() []string {
- if m != nil {
- return m.Comments
- }
- return nil
- }
- func (m *Sentiment) GetCommits() []string {
- if m != nil {
- return m.Commits
- }
- return nil
- }
- type CommentSentimentResults struct {
- SentimentByTick map[int32]*Sentiment `protobuf:"bytes,1,rep,name=sentiment_by_tick,json=sentimentByTick" json:"sentiment_by_tick,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"`
- }
- func (m *CommentSentimentResults) Reset() { *m = CommentSentimentResults{} }
- func (m *CommentSentimentResults) String() string { return proto.CompactTextString(m) }
- func (*CommentSentimentResults) ProtoMessage() {}
- func (*CommentSentimentResults) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{20} }
- func (m *CommentSentimentResults) GetSentimentByTick() map[int32]*Sentiment {
- if m != nil {
- return m.SentimentByTick
- }
- return nil
- }
- type CommitFile struct {
- Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
- Language string `protobuf:"bytes,3,opt,name=language,proto3" json:"language,omitempty"`
- Stats *LineStats `protobuf:"bytes,4,opt,name=stats" json:"stats,omitempty"`
- }
- func (m *CommitFile) Reset() { *m = CommitFile{} }
- func (m *CommitFile) String() string { return proto.CompactTextString(m) }
- func (*CommitFile) ProtoMessage() {}
- func (*CommitFile) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{21} }
- func (m *CommitFile) GetName() string {
- if m != nil {
- return m.Name
- }
- return ""
- }
- func (m *CommitFile) GetLanguage() string {
- if m != nil {
- return m.Language
- }
- return ""
- }
- func (m *CommitFile) GetStats() *LineStats {
- if m != nil {
- return m.Stats
- }
- return nil
- }
- type Commit struct {
- Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
- WhenUnixTime int64 `protobuf:"varint,2,opt,name=when_unix_time,json=whenUnixTime,proto3" json:"when_unix_time,omitempty"`
- Author int32 `protobuf:"varint,3,opt,name=author,proto3" json:"author,omitempty"`
- Files []*CommitFile `protobuf:"bytes,4,rep,name=files" json:"files,omitempty"`
- }
- func (m *Commit) Reset() { *m = Commit{} }
- func (m *Commit) String() string { return proto.CompactTextString(m) }
- func (*Commit) ProtoMessage() {}
- func (*Commit) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{22} }
- func (m *Commit) GetHash() string {
- if m != nil {
- return m.Hash
- }
- return ""
- }
- func (m *Commit) GetWhenUnixTime() int64 {
- if m != nil {
- return m.WhenUnixTime
- }
- return 0
- }
- func (m *Commit) GetAuthor() int32 {
- if m != nil {
- return m.Author
- }
- return 0
- }
- func (m *Commit) GetFiles() []*CommitFile {
- if m != nil {
- return m.Files
- }
- return nil
- }
- type CommitsAnalysisResults struct {
- Commits []*Commit `protobuf:"bytes,1,rep,name=commits" json:"commits,omitempty"`
- AuthorIndex []string `protobuf:"bytes,2,rep,name=author_index,json=authorIndex" json:"author_index,omitempty"`
- }
- func (m *CommitsAnalysisResults) Reset() { *m = CommitsAnalysisResults{} }
- func (m *CommitsAnalysisResults) String() string { return proto.CompactTextString(m) }
- func (*CommitsAnalysisResults) ProtoMessage() {}
- func (*CommitsAnalysisResults) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{23} }
- func (m *CommitsAnalysisResults) GetCommits() []*Commit {
- if m != nil {
- return m.Commits
- }
- return nil
- }
- func (m *CommitsAnalysisResults) GetAuthorIndex() []string {
- if m != nil {
- return m.AuthorIndex
- }
- return nil
- }
- type Typo struct {
- Wrong string `protobuf:"bytes,1,opt,name=wrong,proto3" json:"wrong,omitempty"`
- Correct string `protobuf:"bytes,2,opt,name=correct,proto3" json:"correct,omitempty"`
- Commit string `protobuf:"bytes,3,opt,name=commit,proto3" json:"commit,omitempty"`
- File string `protobuf:"bytes,4,opt,name=file,proto3" json:"file,omitempty"`
- Line int32 `protobuf:"varint,5,opt,name=line,proto3" json:"line,omitempty"`
- }
- func (m *Typo) Reset() { *m = Typo{} }
- func (m *Typo) String() string { return proto.CompactTextString(m) }
- func (*Typo) ProtoMessage() {}
- func (*Typo) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{24} }
- func (m *Typo) GetWrong() string {
- if m != nil {
- return m.Wrong
- }
- return ""
- }
- func (m *Typo) GetCorrect() string {
- if m != nil {
- return m.Correct
- }
- return ""
- }
- func (m *Typo) GetCommit() string {
- if m != nil {
- return m.Commit
- }
- return ""
- }
- func (m *Typo) GetFile() string {
- if m != nil {
- return m.File
- }
- return ""
- }
- func (m *Typo) GetLine() int32 {
- if m != nil {
- return m.Line
- }
- return 0
- }
- type TyposDataset struct {
- Typos []*Typo `protobuf:"bytes,1,rep,name=typos" json:"typos,omitempty"`
- }
- func (m *TyposDataset) Reset() { *m = TyposDataset{} }
- func (m *TyposDataset) String() string { return proto.CompactTextString(m) }
- func (*TyposDataset) ProtoMessage() {}
- func (*TyposDataset) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{25} }
- func (m *TyposDataset) GetTypos() []*Typo {
- if m != nil {
- return m.Typos
- }
- return nil
- }
- type AnalysisResults struct {
- Header *Metadata `protobuf:"bytes,1,opt,name=header" json:"header,omitempty"`
- // the mapped values are dynamic messages which require the second parsing pass.
- Contents map[string][]byte `protobuf:"bytes,2,rep,name=contents" json:"contents,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
- }
- func (m *AnalysisResults) Reset() { *m = AnalysisResults{} }
- func (m *AnalysisResults) String() string { return proto.CompactTextString(m) }
- func (*AnalysisResults) ProtoMessage() {}
- func (*AnalysisResults) Descriptor() ([]byte, []int) { return fileDescriptorPb, []int{26} }
- func (m *AnalysisResults) GetHeader() *Metadata {
- if m != nil {
- return m.Header
- }
- return nil
- }
- func (m *AnalysisResults) GetContents() map[string][]byte {
- if m != nil {
- return m.Contents
- }
- return nil
- }
- func init() {
- proto.RegisterType((*Metadata)(nil), "Metadata")
- proto.RegisterType((*BurndownSparseMatrixRow)(nil), "BurndownSparseMatrixRow")
- proto.RegisterType((*BurndownSparseMatrix)(nil), "BurndownSparseMatrix")
- proto.RegisterType((*FilesOwnership)(nil), "FilesOwnership")
- proto.RegisterType((*BurndownAnalysisResults)(nil), "BurndownAnalysisResults")
- proto.RegisterType((*CompressedSparseRowMatrix)(nil), "CompressedSparseRowMatrix")
- proto.RegisterType((*Couples)(nil), "Couples")
- proto.RegisterType((*TouchedFiles)(nil), "TouchedFiles")
- proto.RegisterType((*CouplesAnalysisResults)(nil), "CouplesAnalysisResults")
- proto.RegisterType((*UASTChange)(nil), "UASTChange")
- proto.RegisterType((*UASTChangesSaverResults)(nil), "UASTChangesSaverResults")
- proto.RegisterType((*ShotnessRecord)(nil), "ShotnessRecord")
- proto.RegisterType((*ShotnessAnalysisResults)(nil), "ShotnessAnalysisResults")
- proto.RegisterType((*FileHistory)(nil), "FileHistory")
- proto.RegisterType((*FileHistoryResultMessage)(nil), "FileHistoryResultMessage")
- proto.RegisterType((*LineStats)(nil), "LineStats")
- proto.RegisterType((*DevTick)(nil), "DevTick")
- proto.RegisterType((*TickDevs)(nil), "TickDevs")
- proto.RegisterType((*DevsAnalysisResults)(nil), "DevsAnalysisResults")
- proto.RegisterType((*Sentiment)(nil), "Sentiment")
- proto.RegisterType((*CommentSentimentResults)(nil), "CommentSentimentResults")
- proto.RegisterType((*CommitFile)(nil), "CommitFile")
- proto.RegisterType((*Commit)(nil), "Commit")
- proto.RegisterType((*CommitsAnalysisResults)(nil), "CommitsAnalysisResults")
- proto.RegisterType((*Typo)(nil), "Typo")
- proto.RegisterType((*TyposDataset)(nil), "TyposDataset")
- proto.RegisterType((*AnalysisResults)(nil), "AnalysisResults")
- }
- func init() { proto.RegisterFile("pb.proto", fileDescriptorPb) }
- var fileDescriptorPb = []byte{
- // 1596 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x57, 0xcd, 0x6e, 0xdb, 0x46,
- 0x10, 0x06, 0xf5, 0x4b, 0x8d, 0x64, 0xb9, 0xde, 0xb8, 0x31, 0xa3, 0xc0, 0x89, 0x42, 0xb8, 0xad,
- 0xdb, 0x34, 0x4c, 0xe0, 0x20, 0x40, 0x9a, 0x5e, 0x6a, 0xcb, 0x0d, 0x62, 0x20, 0x3f, 0x2d, 0xe5,
- 0xa4, 0xe8, 0x25, 0x02, 0x4d, 0xae, 0x2d, 0x36, 0xd2, 0x92, 0xd8, 0x25, 0x25, 0x2b, 0x68, 0xaf,
- 0x7d, 0x8c, 0xde, 0x7a, 0x29, 0xd0, 0x53, 0x5f, 0xa1, 0x28, 0x50, 0xf4, 0xd6, 0x87, 0xe8, 0x73,
- 0x14, 0xfb, 0x47, 0x91, 0x0a, 0x9d, 0xa6, 0x37, 0xce, 0xcc, 0x37, 0xbb, 0x33, 0xdf, 0xce, 0xce,
- 0x2c, 0xc1, 0x8c, 0x4f, 0x9c, 0x98, 0x46, 0x49, 0x64, 0xff, 0x53, 0x01, 0xf3, 0x09, 0x4e, 0xbc,
- 0xc0, 0x4b, 0x3c, 0x64, 0x41, 0x73, 0x86, 0x29, 0x0b, 0x23, 0x62, 0x19, 0x7d, 0x63, 0xb7, 0xee,
- 0x6a, 0x11, 0x21, 0xa8, 0x8d, 0x3d, 0x36, 0xb6, 0x2a, 0x7d, 0x63, 0xb7, 0xe5, 0x8a, 0x6f, 0x74,
- 0x0d, 0x80, 0xe2, 0x38, 0x62, 0x61, 0x12, 0xd1, 0x85, 0x55, 0x15, 0x96, 0x9c, 0x06, 0x7d, 0x08,
- 0xeb, 0x27, 0xf8, 0x2c, 0x24, 0xa3, 0x94, 0x84, 0xe7, 0xa3, 0x24, 0x9c, 0x62, 0xab, 0xd6, 0x37,
- 0x76, 0xab, 0xee, 0x9a, 0x50, 0x3f, 0x27, 0xe1, 0xf9, 0x71, 0x38, 0xc5, 0xc8, 0x86, 0x35, 0x4c,
- 0x82, 0x1c, 0xaa, 0x2e, 0x50, 0x6d, 0x4c, 0x82, 0x0c, 0x63, 0x41, 0xd3, 0x8f, 0xa6, 0xd3, 0x30,
- 0x61, 0x56, 0x43, 0x46, 0xa6, 0x44, 0x74, 0x05, 0x4c, 0x9a, 0x12, 0xe9, 0xd8, 0x14, 0x8e, 0x4d,
- 0x9a, 0x12, 0xe1, 0xf4, 0x08, 0x36, 0xb4, 0x69, 0x14, 0x63, 0x3a, 0x0a, 0x13, 0x3c, 0xb5, 0xcc,
- 0x7e, 0x75, 0xb7, 0xbd, 0xb7, 0xed, 0xe8, 0xa4, 0x1d, 0x57, 0xa2, 0xbf, 0xc2, 0xf4, 0x28, 0xc1,
- 0xd3, 0x2f, 0x49, 0x42, 0x17, 0x6e, 0x97, 0x16, 0x94, 0xbd, 0x7d, 0xb8, 0x54, 0x02, 0x43, 0xef,
- 0x41, 0xf5, 0x15, 0x5e, 0x08, 0xae, 0x5a, 0x2e, 0xff, 0x44, 0x9b, 0x50, 0x9f, 0x79, 0x93, 0x14,
- 0x0b, 0xa2, 0x0c, 0x57, 0x0a, 0x0f, 0x2a, 0xf7, 0x0d, 0xfb, 0x2e, 0x6c, 0x1d, 0xa4, 0x94, 0x04,
- 0xd1, 0x9c, 0x0c, 0x63, 0x8f, 0x32, 0xfc, 0xc4, 0x4b, 0x68, 0x78, 0xee, 0x46, 0x73, 0x99, 0xdc,
- 0x24, 0x9d, 0x12, 0x66, 0x19, 0xfd, 0xea, 0xee, 0x9a, 0xab, 0x45, 0xfb, 0x17, 0x03, 0x36, 0xcb,
- 0xbc, 0xf8, 0x79, 0x10, 0x6f, 0x8a, 0xd5, 0xd6, 0xe2, 0x1b, 0xed, 0x40, 0x97, 0xa4, 0xd3, 0x13,
- 0x4c, 0x47, 0xd1, 0xe9, 0x88, 0x46, 0x73, 0x26, 0x82, 0xa8, 0xbb, 0x1d, 0xa9, 0x7d, 0x76, 0xea,
- 0x46, 0x73, 0x86, 0x3e, 0x81, 0x8d, 0x25, 0x4a, 0x6f, 0x5b, 0x15, 0xc0, 0x75, 0x0d, 0x1c, 0x48,
- 0x35, 0xfa, 0x14, 0x6a, 0x62, 0x9d, 0x9a, 0xe0, 0xcc, 0x72, 0x2e, 0x48, 0xc0, 0x15, 0x28, 0xfb,
- 0x7b, 0xe8, 0x3e, 0x0c, 0x27, 0x98, 0x3d, 0x9b, 0x13, 0x4c, 0xd9, 0x38, 0x8c, 0xd1, 0x1d, 0xcd,
- 0x86, 0x21, 0x16, 0xe8, 0x39, 0x45, 0xbb, 0xf3, 0x82, 0x1b, 0x25, 0xe3, 0x12, 0xd8, 0xbb, 0x0f,
- 0xb0, 0x54, 0xe6, 0xf9, 0xad, 0x97, 0xf0, 0x5b, 0xcf, 0xf3, 0xfb, 0x63, 0x75, 0x49, 0xf0, 0x3e,
- 0xf1, 0x26, 0x0b, 0x16, 0x32, 0x17, 0xb3, 0x74, 0x92, 0x30, 0xd4, 0x87, 0xf6, 0x19, 0xf5, 0x48,
- 0x3a, 0xf1, 0x68, 0x98, 0xe8, 0xf5, 0xf2, 0x2a, 0xd4, 0x03, 0x93, 0x79, 0xd3, 0x78, 0x12, 0x92,
- 0x33, 0xb5, 0x74, 0x26, 0xa3, 0xdb, 0xd0, 0x8c, 0x69, 0xf4, 0x1d, 0xf6, 0x13, 0xc1, 0x53, 0x7b,
- 0xef, 0xfd, 0x72, 0x22, 0x34, 0x0a, 0xdd, 0x84, 0xfa, 0x29, 0x4f, 0x54, 0xf1, 0x76, 0x01, 0x5c,
- 0x62, 0xd0, 0x2d, 0x68, 0xc4, 0x38, 0x8a, 0x27, 0xbc, 0xec, 0xdf, 0x82, 0x56, 0x20, 0x74, 0x04,
- 0x48, 0x7e, 0x8d, 0x42, 0x92, 0x60, 0xea, 0xf9, 0x09, 0xbf, 0xad, 0x0d, 0x11, 0x57, 0xcf, 0x19,
- 0x44, 0xd3, 0x98, 0x62, 0xc6, 0x70, 0x20, 0x9d, 0xdd, 0x68, 0xae, 0xfc, 0x37, 0xa4, 0xd7, 0xd1,
- 0xd2, 0x09, 0xdd, 0x87, 0x75, 0x11, 0xc2, 0x28, 0xd2, 0x07, 0x62, 0x35, 0x45, 0x08, 0xeb, 0x2b,
- 0xe7, 0xe4, 0x76, 0x4f, 0x8b, 0xe7, 0x7a, 0x15, 0x5a, 0x49, 0xe8, 0xbf, 0x1a, 0xb1, 0xf0, 0x35,
- 0xb6, 0x4c, 0x71, 0xe9, 0x4c, 0xae, 0x18, 0x86, 0xaf, 0xb1, 0xfd, 0x9b, 0x01, 0x57, 0x2e, 0x8c,
- 0xa3, 0xa4, 0x48, 0x8d, 0x77, 0x2d, 0xd2, 0x4a, 0x79, 0x91, 0x22, 0xa8, 0xf1, 0x7b, 0x6c, 0x55,
- 0xfb, 0xd5, 0xdd, 0xaa, 0x5b, 0xd3, 0x8d, 0x2c, 0x24, 0x41, 0xe8, 0xab, 0x33, 0xa8, 0xbb, 0x5a,
- 0x44, 0x97, 0xa1, 0x11, 0x92, 0x20, 0x4e, 0xa8, 0xa0, 0xbb, 0xea, 0x2a, 0xc9, 0x1e, 0x42, 0x73,
- 0x10, 0xa5, 0x31, 0x3f, 0x91, 0x4d, 0xa8, 0x87, 0x24, 0xc0, 0xe7, 0xa2, 0x6a, 0x5b, 0xae, 0x14,
- 0xd0, 0x1e, 0x34, 0xa6, 0x22, 0x05, 0x11, 0xc7, 0xdb, 0xc9, 0x56, 0x48, 0x7b, 0x07, 0x3a, 0xc7,
- 0x51, 0xea, 0x8f, 0x71, 0x20, 0x08, 0xe5, 0x2b, 0xcb, 0xc2, 0x30, 0x44, 0x50, 0x52, 0xb0, 0xff,
- 0x34, 0xe0, 0xb2, 0xda, 0x7b, 0xb5, 0x70, 0x6f, 0x42, 0x87, 0x63, 0x46, 0xbe, 0x34, 0xab, 0x73,
- 0x36, 0x1d, 0x05, 0x77, 0xdb, 0xdc, 0xaa, 0xe3, 0xbe, 0x0d, 0x5d, 0x55, 0x1a, 0x1a, 0xde, 0x5c,
- 0x81, 0xaf, 0x49, 0xbb, 0x76, 0xb8, 0x03, 0x1d, 0xe5, 0x20, 0xa3, 0x92, 0xad, 0x71, 0xcd, 0xc9,
- 0xc7, 0xec, 0xb6, 0x25, 0x44, 0x26, 0x70, 0x1d, 0xda, 0xb2, 0x64, 0x26, 0x21, 0xc1, 0xcc, 0x6a,
- 0x89, 0x34, 0x40, 0xa8, 0x1e, 0x73, 0x8d, 0xfd, 0xb3, 0x01, 0xf0, 0x7c, 0x7f, 0x78, 0x3c, 0x18,
- 0x7b, 0xe4, 0x0c, 0xf3, 0x42, 0x11, 0xf1, 0xe7, 0x7a, 0x95, 0xc9, 0x15, 0x4f, 0x79, 0xbf, 0xda,
- 0x06, 0x60, 0xd4, 0x1f, 0x9d, 0xe0, 0xd3, 0x88, 0x62, 0x35, 0x59, 0x5a, 0x8c, 0xfa, 0x07, 0x42,
- 0xc1, 0x7d, 0xb9, 0xd9, 0x3b, 0x4d, 0x30, 0x55, 0xd3, 0xc5, 0x64, 0xd4, 0xdf, 0xe7, 0x32, 0x0f,
- 0x24, 0xf5, 0x58, 0xa2, 0x9d, 0x6b, 0x72, 0xf8, 0x70, 0x95, 0xf2, 0xde, 0x06, 0x21, 0x29, 0xf7,
- 0xba, 0x5c, 0x9c, 0x6b, 0x84, 0xbf, 0xfd, 0x05, 0x6c, 0x2d, 0xc3, 0x64, 0x43, 0x6f, 0x86, 0xa9,
- 0xe6, 0xfc, 0x03, 0x68, 0xfa, 0x52, 0xad, 0xda, 0x56, 0xdb, 0x59, 0x42, 0x5d, 0x6d, 0xb3, 0x7f,
- 0x37, 0xa0, 0x3b, 0x1c, 0x47, 0x09, 0xc1, 0x8c, 0xb9, 0xd8, 0x8f, 0x68, 0xc0, 0x2b, 0x31, 0x59,
- 0xc4, 0x59, 0x53, 0xe6, 0xdf, 0x59, 0xa3, 0xae, 0xe4, 0x1a, 0x35, 0x82, 0x1a, 0x27, 0x41, 0x25,
- 0x25, 0xbe, 0xd1, 0x67, 0x60, 0xfa, 0x51, 0xca, 0x6f, 0xa7, 0x6e, 0x1b, 0xdb, 0x4e, 0x71, 0x79,
- 0x7e, 0x8a, 0xc2, 0x2e, 0x1b, 0x66, 0x06, 0xef, 0x7d, 0x0e, 0x6b, 0x05, 0xd3, 0xff, 0x6a, 0x9b,
- 0x87, 0xb0, 0xa5, 0xb7, 0x59, 0x2d, 0xbe, 0x8f, 0xa1, 0x49, 0xc5, 0xce, 0x9a, 0x88, 0xf5, 0x95,
- 0x88, 0x5c, 0x6d, 0xb7, 0xff, 0x36, 0xa0, 0xcd, 0x2b, 0xe4, 0x51, 0xc8, 0xc4, 0xe8, 0xcf, 0x8d,
- 0x6b, 0x79, 0x89, 0xb2, 0x71, 0xfd, 0x02, 0x36, 0x15, 0x83, 0xa3, 0x93, 0xc5, 0x28, 0xc0, 0x33,
- 0x3c, 0x89, 0x62, 0x4c, 0xad, 0x8a, 0xd8, 0x61, 0xc7, 0xc9, 0xad, 0xe2, 0xa8, 0xd3, 0x39, 0x58,
- 0x1c, 0x6a, 0x98, 0x4c, 0x1d, 0xf9, 0x6f, 0x18, 0x7a, 0x5f, 0xc3, 0xd6, 0x05, 0xf0, 0x12, 0x3a,
- 0xfa, 0x79, 0x3a, 0xda, 0x7b, 0xe0, 0xf0, 0xe2, 0x1d, 0x26, 0x5e, 0xc2, 0xf2, 0xd4, 0xfc, 0x64,
- 0x80, 0x95, 0x0b, 0x47, 0xd2, 0xf2, 0x04, 0x33, 0xe6, 0x9d, 0x61, 0xf4, 0x20, 0x7f, 0x95, 0x57,
- 0x02, 0x2f, 0x20, 0x65, 0x2f, 0x55, 0x43, 0x4e, 0xb8, 0xf4, 0x1e, 0x02, 0x2c, 0x95, 0x25, 0x8f,
- 0x08, 0xbb, 0x18, 0x5e, 0xa7, 0xb0, 0x76, 0x2e, 0xc0, 0xe7, 0xd0, 0xca, 0x02, 0xe7, 0x47, 0xec,
- 0x05, 0x01, 0x0e, 0x54, 0x9e, 0x52, 0xe0, 0x07, 0x41, 0xf1, 0x34, 0x9a, 0xe1, 0x40, 0x1d, 0xbd,
- 0x16, 0xc5, 0x11, 0x09, 0xc2, 0x02, 0x35, 0xfd, 0xb5, 0x68, 0xff, 0x61, 0x40, 0xf3, 0x10, 0xcf,
- 0x8e, 0x43, 0xff, 0x55, 0xf1, 0x20, 0x0b, 0xef, 0xae, 0x3e, 0xd4, 0x19, 0xdf, 0xb8, 0x8c, 0x43,
- 0x61, 0x40, 0xf7, 0xa0, 0x35, 0xf1, 0xc8, 0x59, 0xea, 0xf1, 0xab, 0x54, 0x15, 0x34, 0x6d, 0x39,
- 0x6a, 0x61, 0xe7, 0xb1, 0xb6, 0x48, 0x66, 0x96, 0xc8, 0xde, 0x23, 0xe8, 0x16, 0x8d, 0x25, 0x0c,
- 0xbd, 0xdb, 0x01, 0xce, 0xc0, 0xe4, 0x7b, 0x1d, 0xe2, 0x19, 0x43, 0x1f, 0x41, 0x2d, 0xc0, 0x33,
- 0x7d, 0x5c, 0x97, 0x1c, 0x6d, 0xe0, 0x01, 0xa9, 0x18, 0x04, 0xa0, 0xb7, 0x0f, 0xad, 0x4c, 0x55,
- 0x52, 0x3a, 0xd7, 0x8a, 0x3b, 0x9b, 0x3a, 0xa1, 0xfc, 0xbe, 0x7f, 0x19, 0x70, 0x89, 0xaf, 0xb1,
- 0x7a, 0xa1, 0xee, 0x41, 0x9d, 0x4f, 0x49, 0x1d, 0xc4, 0x75, 0xa7, 0x04, 0x24, 0x02, 0xd3, 0xe5,
- 0x22, 0xd0, 0xbc, 0x11, 0x06, 0x78, 0x36, 0x92, 0x33, 0xa9, 0x22, 0xae, 0x93, 0x19, 0xe0, 0xd9,
- 0x91, 0x18, 0x4b, 0x6f, 0x1b, 0xc5, 0xbd, 0x01, 0xc0, 0x72, 0xb9, 0x92, 0x64, 0xae, 0x17, 0x93,
- 0x69, 0x65, 0xac, 0xe4, 0xb3, 0xf9, 0x06, 0x5a, 0x43, 0x4c, 0xf8, 0x23, 0x9a, 0x24, 0xcb, 0x46,
- 0xc2, 0x57, 0xa9, 0x28, 0x18, 0x7f, 0x3d, 0xf1, 0xb2, 0xc0, 0x44, 0x94, 0x83, 0x08, 0x50, 0xcb,
- 0xf9, 0x0a, 0xaa, 0x16, 0x5a, 0x01, 0xef, 0xa0, 0x5b, 0x03, 0x09, 0xcb, 0x36, 0xd0, 0x54, 0x7d,
- 0x0b, 0x1b, 0x4c, 0xeb, 0x78, 0xa3, 0xe0, 0x29, 0x29, 0xda, 0x6e, 0x39, 0x17, 0x38, 0x39, 0x99,
- 0xe2, 0x60, 0xc1, 0x13, 0x91, 0x24, 0xae, 0xb3, 0xa2, 0xb6, 0xf7, 0x14, 0x36, 0xcb, 0x80, 0xef,
- 0xd2, 0x26, 0x96, 0x3b, 0xe6, 0xf8, 0x79, 0x09, 0x30, 0x10, 0x19, 0xf1, 0x5b, 0x5a, 0xfa, 0x30,
- 0xef, 0x81, 0xa9, 0xcb, 0x5b, 0x0f, 0x32, 0x2d, 0x2f, 0xaf, 0x51, 0xed, 0x82, 0x6b, 0x64, 0xff,
- 0x00, 0x0d, 0xb9, 0x7e, 0xf6, 0x13, 0x66, 0xe4, 0x7e, 0xc2, 0x76, 0xa0, 0x3b, 0x1f, 0xe3, 0xfc,
- 0x3f, 0x56, 0x45, 0x14, 0x41, 0x87, 0x6b, 0xb3, 0xdf, 0xa7, 0xcb, 0xd0, 0xf0, 0xd2, 0x64, 0x1c,
- 0x51, 0x75, 0xd7, 0x95, 0x84, 0x6e, 0x14, 0x5f, 0xaa, 0x6d, 0x67, 0x99, 0x89, 0x7e, 0x9d, 0xbc,
- 0xe4, 0x8f, 0x13, 0x71, 0x60, 0xab, 0xe5, 0x7c, 0xa3, 0xd8, 0xe4, 0xdb, 0x7b, 0x4d, 0xe5, 0xbe,
- 0x6c, 0x12, 0x37, 0xa0, 0x23, 0x77, 0x2a, 0x54, 0x6f, 0x5b, 0xea, 0x44, 0x01, 0xdb, 0x33, 0xa8,
- 0x1d, 0x2f, 0xe2, 0x88, 0x57, 0xd6, 0x9c, 0x46, 0xe4, 0x4c, 0x65, 0x27, 0x05, 0x59, 0x3d, 0x94,
- 0xf2, 0xb7, 0xb7, 0x9c, 0xa0, 0x5a, 0xe4, 0x29, 0xc9, 0x5d, 0x14, 0xa5, 0x4a, 0xca, 0x86, 0x6b,
- 0x2d, 0x37, 0x5c, 0x11, 0xd4, 0xf8, 0x83, 0x45, 0x3c, 0x03, 0xea, 0xae, 0xf8, 0xb6, 0x6f, 0x42,
- 0x87, 0xef, 0xcb, 0x0e, 0xbd, 0xc4, 0x63, 0x38, 0x41, 0x57, 0xa1, 0x9e, 0x70, 0x59, 0xe5, 0x52,
- 0x77, 0xb8, 0xd5, 0x95, 0x3a, 0xfb, 0x57, 0x03, 0xd6, 0xdf, 0x4c, 0xbf, 0x31, 0xc6, 0x5e, 0x80,
- 0xa9, 0x88, 0x98, 0xdf, 0x1e, 0xfd, 0x4b, 0xe9, 0x2a, 0x03, 0x7a, 0xc0, 0xef, 0x05, 0x49, 0xb2,
- 0x7b, 0xd1, 0xde, 0xbb, 0xe6, 0xac, 0xde, 0xf7, 0x81, 0x02, 0x64, 0x53, 0x5d, 0x8a, 0x72, 0xaa,
- 0xe7, 0x4c, 0xff, 0xf5, 0xb3, 0xd9, 0xc9, 0xd5, 0xe4, 0x49, 0x43, 0xfc, 0xdc, 0xdf, 0xfd, 0x37,
- 0x00, 0x00, 0xff, 0xff, 0x7b, 0x21, 0x7f, 0x0b, 0xe8, 0x0f, 0x00, 0x00,
- }
|