1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501 |
- // Code generated by protoc-gen-gogo. DO NOT EDIT.
- // source: pb.proto
- 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,proto3" json:"run_time_per_item,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"fixed64,2,opt,name=value,proto3"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *Metadata) Reset() { *m = Metadata{} }
- func (m *Metadata) String() string { return proto.CompactTextString(m) }
- func (*Metadata) ProtoMessage() {}
- func (*Metadata) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{0}
- }
- func (m *Metadata) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_Metadata.Unmarshal(m, b)
- }
- func (m *Metadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_Metadata.Marshal(b, m, deterministic)
- }
- func (dst *Metadata) XXX_Merge(src proto.Message) {
- xxx_messageInfo_Metadata.Merge(dst, src)
- }
- func (m *Metadata) XXX_Size() int {
- return xxx_messageInfo_Metadata.Size(m)
- }
- func (m *Metadata) XXX_DiscardUnknown() {
- xxx_messageInfo_Metadata.DiscardUnknown(m)
- }
- var xxx_messageInfo_Metadata proto.InternalMessageInfo
- 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,proto3" json:"columns,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *BurndownSparseMatrixRow) Reset() { *m = BurndownSparseMatrixRow{} }
- func (m *BurndownSparseMatrixRow) String() string { return proto.CompactTextString(m) }
- func (*BurndownSparseMatrixRow) ProtoMessage() {}
- func (*BurndownSparseMatrixRow) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{1}
- }
- func (m *BurndownSparseMatrixRow) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_BurndownSparseMatrixRow.Unmarshal(m, b)
- }
- func (m *BurndownSparseMatrixRow) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_BurndownSparseMatrixRow.Marshal(b, m, deterministic)
- }
- func (dst *BurndownSparseMatrixRow) XXX_Merge(src proto.Message) {
- xxx_messageInfo_BurndownSparseMatrixRow.Merge(dst, src)
- }
- func (m *BurndownSparseMatrixRow) XXX_Size() int {
- return xxx_messageInfo_BurndownSparseMatrixRow.Size(m)
- }
- func (m *BurndownSparseMatrixRow) XXX_DiscardUnknown() {
- xxx_messageInfo_BurndownSparseMatrixRow.DiscardUnknown(m)
- }
- var xxx_messageInfo_BurndownSparseMatrixRow proto.InternalMessageInfo
- 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,proto3" json:"rows,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *BurndownSparseMatrix) Reset() { *m = BurndownSparseMatrix{} }
- func (m *BurndownSparseMatrix) String() string { return proto.CompactTextString(m) }
- func (*BurndownSparseMatrix) ProtoMessage() {}
- func (*BurndownSparseMatrix) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{2}
- }
- func (m *BurndownSparseMatrix) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_BurndownSparseMatrix.Unmarshal(m, b)
- }
- func (m *BurndownSparseMatrix) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_BurndownSparseMatrix.Marshal(b, m, deterministic)
- }
- func (dst *BurndownSparseMatrix) XXX_Merge(src proto.Message) {
- xxx_messageInfo_BurndownSparseMatrix.Merge(dst, src)
- }
- func (m *BurndownSparseMatrix) XXX_Size() int {
- return xxx_messageInfo_BurndownSparseMatrix.Size(m)
- }
- func (m *BurndownSparseMatrix) XXX_DiscardUnknown() {
- xxx_messageInfo_BurndownSparseMatrix.DiscardUnknown(m)
- }
- var xxx_messageInfo_BurndownSparseMatrix proto.InternalMessageInfo
- 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,proto3" json:"value,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *FilesOwnership) Reset() { *m = FilesOwnership{} }
- func (m *FilesOwnership) String() string { return proto.CompactTextString(m) }
- func (*FilesOwnership) ProtoMessage() {}
- func (*FilesOwnership) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{3}
- }
- func (m *FilesOwnership) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_FilesOwnership.Unmarshal(m, b)
- }
- func (m *FilesOwnership) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_FilesOwnership.Marshal(b, m, deterministic)
- }
- func (dst *FilesOwnership) XXX_Merge(src proto.Message) {
- xxx_messageInfo_FilesOwnership.Merge(dst, src)
- }
- func (m *FilesOwnership) XXX_Size() int {
- return xxx_messageInfo_FilesOwnership.Size(m)
- }
- func (m *FilesOwnership) XXX_DiscardUnknown() {
- xxx_messageInfo_FilesOwnership.DiscardUnknown(m)
- }
- var xxx_messageInfo_FilesOwnership proto.InternalMessageInfo
- 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,proto3" json:"project,omitempty"`
- // this is included if `--burndown-files` was specified
- Files []*BurndownSparseMatrix `protobuf:"bytes,4,rep,name=files,proto3" json:"files,omitempty"`
- // these two are included if `--burndown-people` was specified
- People []*BurndownSparseMatrix `protobuf:"bytes,5,rep,name=people,proto3" json:"people,omitempty"`
- // rows and cols order correspond to `burndown_developer`
- PeopleInteraction *CompressedSparseRowMatrix `protobuf:"bytes,6,opt,name=people_interaction,json=peopleInteraction,proto3" 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,proto3" json:"files_ownership,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *BurndownAnalysisResults) Reset() { *m = BurndownAnalysisResults{} }
- func (m *BurndownAnalysisResults) String() string { return proto.CompactTextString(m) }
- func (*BurndownAnalysisResults) ProtoMessage() {}
- func (*BurndownAnalysisResults) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{4}
- }
- func (m *BurndownAnalysisResults) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_BurndownAnalysisResults.Unmarshal(m, b)
- }
- func (m *BurndownAnalysisResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_BurndownAnalysisResults.Marshal(b, m, deterministic)
- }
- func (dst *BurndownAnalysisResults) XXX_Merge(src proto.Message) {
- xxx_messageInfo_BurndownAnalysisResults.Merge(dst, src)
- }
- func (m *BurndownAnalysisResults) XXX_Size() int {
- return xxx_messageInfo_BurndownAnalysisResults.Size(m)
- }
- func (m *BurndownAnalysisResults) XXX_DiscardUnknown() {
- xxx_messageInfo_BurndownAnalysisResults.DiscardUnknown(m)
- }
- var xxx_messageInfo_BurndownAnalysisResults proto.InternalMessageInfo
- 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
- }
- 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,proto3" json:"data,omitempty"`
- Indices []int32 `protobuf:"varint,4,rep,packed,name=indices,proto3" json:"indices,omitempty"`
- Indptr []int64 `protobuf:"varint,5,rep,packed,name=indptr,proto3" json:"indptr,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CompressedSparseRowMatrix) Reset() { *m = CompressedSparseRowMatrix{} }
- func (m *CompressedSparseRowMatrix) String() string { return proto.CompactTextString(m) }
- func (*CompressedSparseRowMatrix) ProtoMessage() {}
- func (*CompressedSparseRowMatrix) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{5}
- }
- func (m *CompressedSparseRowMatrix) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CompressedSparseRowMatrix.Unmarshal(m, b)
- }
- func (m *CompressedSparseRowMatrix) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CompressedSparseRowMatrix.Marshal(b, m, deterministic)
- }
- func (dst *CompressedSparseRowMatrix) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CompressedSparseRowMatrix.Merge(dst, src)
- }
- func (m *CompressedSparseRowMatrix) XXX_Size() int {
- return xxx_messageInfo_CompressedSparseRowMatrix.Size(m)
- }
- func (m *CompressedSparseRowMatrix) XXX_DiscardUnknown() {
- xxx_messageInfo_CompressedSparseRowMatrix.DiscardUnknown(m)
- }
- var xxx_messageInfo_CompressedSparseRowMatrix proto.InternalMessageInfo
- 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,proto3" json:"index,omitempty"`
- // is always square
- Matrix *CompressedSparseRowMatrix `protobuf:"bytes,2,opt,name=matrix,proto3" json:"matrix,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *Couples) Reset() { *m = Couples{} }
- func (m *Couples) String() string { return proto.CompactTextString(m) }
- func (*Couples) ProtoMessage() {}
- func (*Couples) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{6}
- }
- func (m *Couples) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_Couples.Unmarshal(m, b)
- }
- func (m *Couples) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_Couples.Marshal(b, m, deterministic)
- }
- func (dst *Couples) XXX_Merge(src proto.Message) {
- xxx_messageInfo_Couples.Merge(dst, src)
- }
- func (m *Couples) XXX_Size() int {
- return xxx_messageInfo_Couples.Size(m)
- }
- func (m *Couples) XXX_DiscardUnknown() {
- xxx_messageInfo_Couples.DiscardUnknown(m)
- }
- var xxx_messageInfo_Couples proto.InternalMessageInfo
- 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,proto3" json:"files,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *TouchedFiles) Reset() { *m = TouchedFiles{} }
- func (m *TouchedFiles) String() string { return proto.CompactTextString(m) }
- func (*TouchedFiles) ProtoMessage() {}
- func (*TouchedFiles) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{7}
- }
- func (m *TouchedFiles) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_TouchedFiles.Unmarshal(m, b)
- }
- func (m *TouchedFiles) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_TouchedFiles.Marshal(b, m, deterministic)
- }
- func (dst *TouchedFiles) XXX_Merge(src proto.Message) {
- xxx_messageInfo_TouchedFiles.Merge(dst, src)
- }
- func (m *TouchedFiles) XXX_Size() int {
- return xxx_messageInfo_TouchedFiles.Size(m)
- }
- func (m *TouchedFiles) XXX_DiscardUnknown() {
- xxx_messageInfo_TouchedFiles.DiscardUnknown(m)
- }
- var xxx_messageInfo_TouchedFiles proto.InternalMessageInfo
- 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,proto3" json:"file_couples,omitempty"`
- PeopleCouples *Couples `protobuf:"bytes,7,opt,name=people_couples,json=peopleCouples,proto3" json:"people_couples,omitempty"`
- // order corresponds to `people_couples::index`
- PeopleFiles []*TouchedFiles `protobuf:"bytes,8,rep,name=people_files,json=peopleFiles,proto3" json:"people_files,omitempty"`
- // order corresponds to `file_couples::index`
- FilesLines []int32 `protobuf:"varint,9,rep,packed,name=files_lines,json=filesLines,proto3" json:"files_lines,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CouplesAnalysisResults) Reset() { *m = CouplesAnalysisResults{} }
- func (m *CouplesAnalysisResults) String() string { return proto.CompactTextString(m) }
- func (*CouplesAnalysisResults) ProtoMessage() {}
- func (*CouplesAnalysisResults) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{8}
- }
- func (m *CouplesAnalysisResults) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CouplesAnalysisResults.Unmarshal(m, b)
- }
- func (m *CouplesAnalysisResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CouplesAnalysisResults.Marshal(b, m, deterministic)
- }
- func (dst *CouplesAnalysisResults) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CouplesAnalysisResults.Merge(dst, src)
- }
- func (m *CouplesAnalysisResults) XXX_Size() int {
- return xxx_messageInfo_CouplesAnalysisResults.Size(m)
- }
- func (m *CouplesAnalysisResults) XXX_DiscardUnknown() {
- xxx_messageInfo_CouplesAnalysisResults.DiscardUnknown(m)
- }
- var xxx_messageInfo_CouplesAnalysisResults proto.InternalMessageInfo
- 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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *UASTChange) Reset() { *m = UASTChange{} }
- func (m *UASTChange) String() string { return proto.CompactTextString(m) }
- func (*UASTChange) ProtoMessage() {}
- func (*UASTChange) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{9}
- }
- func (m *UASTChange) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_UASTChange.Unmarshal(m, b)
- }
- func (m *UASTChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_UASTChange.Marshal(b, m, deterministic)
- }
- func (dst *UASTChange) XXX_Merge(src proto.Message) {
- xxx_messageInfo_UASTChange.Merge(dst, src)
- }
- func (m *UASTChange) XXX_Size() int {
- return xxx_messageInfo_UASTChange.Size(m)
- }
- func (m *UASTChange) XXX_DiscardUnknown() {
- xxx_messageInfo_UASTChange.DiscardUnknown(m)
- }
- var xxx_messageInfo_UASTChange proto.InternalMessageInfo
- 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,proto3" json:"changes,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *UASTChangesSaverResults) Reset() { *m = UASTChangesSaverResults{} }
- func (m *UASTChangesSaverResults) String() string { return proto.CompactTextString(m) }
- func (*UASTChangesSaverResults) ProtoMessage() {}
- func (*UASTChangesSaverResults) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{10}
- }
- func (m *UASTChangesSaverResults) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_UASTChangesSaverResults.Unmarshal(m, b)
- }
- func (m *UASTChangesSaverResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_UASTChangesSaverResults.Marshal(b, m, deterministic)
- }
- func (dst *UASTChangesSaverResults) XXX_Merge(src proto.Message) {
- xxx_messageInfo_UASTChangesSaverResults.Merge(dst, src)
- }
- func (m *UASTChangesSaverResults) XXX_Size() int {
- return xxx_messageInfo_UASTChangesSaverResults.Size(m)
- }
- func (m *UASTChangesSaverResults) XXX_DiscardUnknown() {
- xxx_messageInfo_UASTChangesSaverResults.DiscardUnknown(m)
- }
- var xxx_messageInfo_UASTChangesSaverResults proto.InternalMessageInfo
- 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,proto3" json:"counters,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *ShotnessRecord) Reset() { *m = ShotnessRecord{} }
- func (m *ShotnessRecord) String() string { return proto.CompactTextString(m) }
- func (*ShotnessRecord) ProtoMessage() {}
- func (*ShotnessRecord) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{11}
- }
- func (m *ShotnessRecord) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ShotnessRecord.Unmarshal(m, b)
- }
- func (m *ShotnessRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ShotnessRecord.Marshal(b, m, deterministic)
- }
- func (dst *ShotnessRecord) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ShotnessRecord.Merge(dst, src)
- }
- func (m *ShotnessRecord) XXX_Size() int {
- return xxx_messageInfo_ShotnessRecord.Size(m)
- }
- func (m *ShotnessRecord) XXX_DiscardUnknown() {
- xxx_messageInfo_ShotnessRecord.DiscardUnknown(m)
- }
- var xxx_messageInfo_ShotnessRecord proto.InternalMessageInfo
- 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,proto3" json:"records,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *ShotnessAnalysisResults) Reset() { *m = ShotnessAnalysisResults{} }
- func (m *ShotnessAnalysisResults) String() string { return proto.CompactTextString(m) }
- func (*ShotnessAnalysisResults) ProtoMessage() {}
- func (*ShotnessAnalysisResults) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{12}
- }
- func (m *ShotnessAnalysisResults) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ShotnessAnalysisResults.Unmarshal(m, b)
- }
- func (m *ShotnessAnalysisResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ShotnessAnalysisResults.Marshal(b, m, deterministic)
- }
- func (dst *ShotnessAnalysisResults) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ShotnessAnalysisResults.Merge(dst, src)
- }
- func (m *ShotnessAnalysisResults) XXX_Size() int {
- return xxx_messageInfo_ShotnessAnalysisResults.Size(m)
- }
- func (m *ShotnessAnalysisResults) XXX_DiscardUnknown() {
- xxx_messageInfo_ShotnessAnalysisResults.DiscardUnknown(m)
- }
- var xxx_messageInfo_ShotnessAnalysisResults proto.InternalMessageInfo
- func (m *ShotnessAnalysisResults) GetRecords() []*ShotnessRecord {
- if m != nil {
- return m.Records
- }
- return nil
- }
- type FileHistory struct {
- Commits []string `protobuf:"bytes,1,rep,name=commits,proto3" json:"commits,omitempty"`
- ChangesByDeveloper map[int32]*LineStats `protobuf:"bytes,2,rep,name=changes_by_developer,json=changesByDeveloper,proto3" json:"changes_by_developer,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *FileHistory) Reset() { *m = FileHistory{} }
- func (m *FileHistory) String() string { return proto.CompactTextString(m) }
- func (*FileHistory) ProtoMessage() {}
- func (*FileHistory) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{13}
- }
- func (m *FileHistory) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_FileHistory.Unmarshal(m, b)
- }
- func (m *FileHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_FileHistory.Marshal(b, m, deterministic)
- }
- func (dst *FileHistory) XXX_Merge(src proto.Message) {
- xxx_messageInfo_FileHistory.Merge(dst, src)
- }
- func (m *FileHistory) XXX_Size() int {
- return xxx_messageInfo_FileHistory.Size(m)
- }
- func (m *FileHistory) XXX_DiscardUnknown() {
- xxx_messageInfo_FileHistory.DiscardUnknown(m)
- }
- var xxx_messageInfo_FileHistory proto.InternalMessageInfo
- 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,proto3" json:"files,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *FileHistoryResultMessage) Reset() { *m = FileHistoryResultMessage{} }
- func (m *FileHistoryResultMessage) String() string { return proto.CompactTextString(m) }
- func (*FileHistoryResultMessage) ProtoMessage() {}
- func (*FileHistoryResultMessage) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{14}
- }
- func (m *FileHistoryResultMessage) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_FileHistoryResultMessage.Unmarshal(m, b)
- }
- func (m *FileHistoryResultMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_FileHistoryResultMessage.Marshal(b, m, deterministic)
- }
- func (dst *FileHistoryResultMessage) XXX_Merge(src proto.Message) {
- xxx_messageInfo_FileHistoryResultMessage.Merge(dst, src)
- }
- func (m *FileHistoryResultMessage) XXX_Size() int {
- return xxx_messageInfo_FileHistoryResultMessage.Size(m)
- }
- func (m *FileHistoryResultMessage) XXX_DiscardUnknown() {
- xxx_messageInfo_FileHistoryResultMessage.DiscardUnknown(m)
- }
- var xxx_messageInfo_FileHistoryResultMessage proto.InternalMessageInfo
- 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"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *LineStats) Reset() { *m = LineStats{} }
- func (m *LineStats) String() string { return proto.CompactTextString(m) }
- func (*LineStats) ProtoMessage() {}
- func (*LineStats) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{15}
- }
- func (m *LineStats) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_LineStats.Unmarshal(m, b)
- }
- func (m *LineStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_LineStats.Marshal(b, m, deterministic)
- }
- func (dst *LineStats) XXX_Merge(src proto.Message) {
- xxx_messageInfo_LineStats.Merge(dst, src)
- }
- func (m *LineStats) XXX_Size() int {
- return xxx_messageInfo_LineStats.Size(m)
- }
- func (m *LineStats) XXX_DiscardUnknown() {
- xxx_messageInfo_LineStats.DiscardUnknown(m)
- }
- var xxx_messageInfo_LineStats proto.InternalMessageInfo
- 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,proto3" json:"stats,omitempty"`
- Languages map[string]*LineStats `protobuf:"bytes,3,rep,name=languages,proto3" json:"languages,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *DevTick) Reset() { *m = DevTick{} }
- func (m *DevTick) String() string { return proto.CompactTextString(m) }
- func (*DevTick) ProtoMessage() {}
- func (*DevTick) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{16}
- }
- func (m *DevTick) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_DevTick.Unmarshal(m, b)
- }
- func (m *DevTick) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_DevTick.Marshal(b, m, deterministic)
- }
- func (dst *DevTick) XXX_Merge(src proto.Message) {
- xxx_messageInfo_DevTick.Merge(dst, src)
- }
- func (m *DevTick) XXX_Size() int {
- return xxx_messageInfo_DevTick.Size(m)
- }
- func (m *DevTick) XXX_DiscardUnknown() {
- xxx_messageInfo_DevTick.DiscardUnknown(m)
- }
- var xxx_messageInfo_DevTick proto.InternalMessageInfo
- 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,proto3" json:"devs,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *TickDevs) Reset() { *m = TickDevs{} }
- func (m *TickDevs) String() string { return proto.CompactTextString(m) }
- func (*TickDevs) ProtoMessage() {}
- func (*TickDevs) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{17}
- }
- func (m *TickDevs) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_TickDevs.Unmarshal(m, b)
- }
- func (m *TickDevs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_TickDevs.Marshal(b, m, deterministic)
- }
- func (dst *TickDevs) XXX_Merge(src proto.Message) {
- xxx_messageInfo_TickDevs.Merge(dst, src)
- }
- func (m *TickDevs) XXX_Size() int {
- return xxx_messageInfo_TickDevs.Size(m)
- }
- func (m *TickDevs) XXX_DiscardUnknown() {
- xxx_messageInfo_TickDevs.DiscardUnknown(m)
- }
- var xxx_messageInfo_TickDevs proto.InternalMessageInfo
- 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,proto3" json:"ticks,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
- DevIndex []string `protobuf:"bytes,2,rep,name=dev_index,json=devIndex,proto3" json:"dev_index,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *DevsAnalysisResults) Reset() { *m = DevsAnalysisResults{} }
- func (m *DevsAnalysisResults) String() string { return proto.CompactTextString(m) }
- func (*DevsAnalysisResults) ProtoMessage() {}
- func (*DevsAnalysisResults) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{18}
- }
- func (m *DevsAnalysisResults) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_DevsAnalysisResults.Unmarshal(m, b)
- }
- func (m *DevsAnalysisResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_DevsAnalysisResults.Marshal(b, m, deterministic)
- }
- func (dst *DevsAnalysisResults) XXX_Merge(src proto.Message) {
- xxx_messageInfo_DevsAnalysisResults.Merge(dst, src)
- }
- func (m *DevsAnalysisResults) XXX_Size() int {
- return xxx_messageInfo_DevsAnalysisResults.Size(m)
- }
- func (m *DevsAnalysisResults) XXX_DiscardUnknown() {
- xxx_messageInfo_DevsAnalysisResults.DiscardUnknown(m)
- }
- var xxx_messageInfo_DevsAnalysisResults proto.InternalMessageInfo
- 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
- }
- type Sentiment struct {
- Value float32 `protobuf:"fixed32,1,opt,name=value,proto3" json:"value,omitempty"`
- Comments []string `protobuf:"bytes,2,rep,name=comments,proto3" json:"comments,omitempty"`
- Commits []string `protobuf:"bytes,3,rep,name=commits,proto3" json:"commits,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *Sentiment) Reset() { *m = Sentiment{} }
- func (m *Sentiment) String() string { return proto.CompactTextString(m) }
- func (*Sentiment) ProtoMessage() {}
- func (*Sentiment) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{19}
- }
- func (m *Sentiment) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_Sentiment.Unmarshal(m, b)
- }
- func (m *Sentiment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_Sentiment.Marshal(b, m, deterministic)
- }
- func (dst *Sentiment) XXX_Merge(src proto.Message) {
- xxx_messageInfo_Sentiment.Merge(dst, src)
- }
- func (m *Sentiment) XXX_Size() int {
- return xxx_messageInfo_Sentiment.Size(m)
- }
- func (m *Sentiment) XXX_DiscardUnknown() {
- xxx_messageInfo_Sentiment.DiscardUnknown(m)
- }
- var xxx_messageInfo_Sentiment proto.InternalMessageInfo
- 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,proto3" json:"sentiment_by_tick,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CommentSentimentResults) Reset() { *m = CommentSentimentResults{} }
- func (m *CommentSentimentResults) String() string { return proto.CompactTextString(m) }
- func (*CommentSentimentResults) ProtoMessage() {}
- func (*CommentSentimentResults) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{20}
- }
- func (m *CommentSentimentResults) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CommentSentimentResults.Unmarshal(m, b)
- }
- func (m *CommentSentimentResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CommentSentimentResults.Marshal(b, m, deterministic)
- }
- func (dst *CommentSentimentResults) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CommentSentimentResults.Merge(dst, src)
- }
- func (m *CommentSentimentResults) XXX_Size() int {
- return xxx_messageInfo_CommentSentimentResults.Size(m)
- }
- func (m *CommentSentimentResults) XXX_DiscardUnknown() {
- xxx_messageInfo_CommentSentimentResults.DiscardUnknown(m)
- }
- var xxx_messageInfo_CommentSentimentResults proto.InternalMessageInfo
- 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,proto3" json:"stats,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CommitFile) Reset() { *m = CommitFile{} }
- func (m *CommitFile) String() string { return proto.CompactTextString(m) }
- func (*CommitFile) ProtoMessage() {}
- func (*CommitFile) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{21}
- }
- func (m *CommitFile) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CommitFile.Unmarshal(m, b)
- }
- func (m *CommitFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CommitFile.Marshal(b, m, deterministic)
- }
- func (dst *CommitFile) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CommitFile.Merge(dst, src)
- }
- func (m *CommitFile) XXX_Size() int {
- return xxx_messageInfo_CommitFile.Size(m)
- }
- func (m *CommitFile) XXX_DiscardUnknown() {
- xxx_messageInfo_CommitFile.DiscardUnknown(m)
- }
- var xxx_messageInfo_CommitFile proto.InternalMessageInfo
- 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,proto3" json:"files,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *Commit) Reset() { *m = Commit{} }
- func (m *Commit) String() string { return proto.CompactTextString(m) }
- func (*Commit) ProtoMessage() {}
- func (*Commit) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{22}
- }
- func (m *Commit) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_Commit.Unmarshal(m, b)
- }
- func (m *Commit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_Commit.Marshal(b, m, deterministic)
- }
- func (dst *Commit) XXX_Merge(src proto.Message) {
- xxx_messageInfo_Commit.Merge(dst, src)
- }
- func (m *Commit) XXX_Size() int {
- return xxx_messageInfo_Commit.Size(m)
- }
- func (m *Commit) XXX_DiscardUnknown() {
- xxx_messageInfo_Commit.DiscardUnknown(m)
- }
- var xxx_messageInfo_Commit proto.InternalMessageInfo
- 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,proto3" json:"commits,omitempty"`
- AuthorIndex []string `protobuf:"bytes,2,rep,name=author_index,json=authorIndex,proto3" json:"author_index,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CommitsAnalysisResults) Reset() { *m = CommitsAnalysisResults{} }
- func (m *CommitsAnalysisResults) String() string { return proto.CompactTextString(m) }
- func (*CommitsAnalysisResults) ProtoMessage() {}
- func (*CommitsAnalysisResults) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{23}
- }
- func (m *CommitsAnalysisResults) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CommitsAnalysisResults.Unmarshal(m, b)
- }
- func (m *CommitsAnalysisResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CommitsAnalysisResults.Marshal(b, m, deterministic)
- }
- func (dst *CommitsAnalysisResults) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CommitsAnalysisResults.Merge(dst, src)
- }
- func (m *CommitsAnalysisResults) XXX_Size() int {
- return xxx_messageInfo_CommitsAnalysisResults.Size(m)
- }
- func (m *CommitsAnalysisResults) XXX_DiscardUnknown() {
- xxx_messageInfo_CommitsAnalysisResults.DiscardUnknown(m)
- }
- var xxx_messageInfo_CommitsAnalysisResults proto.InternalMessageInfo
- 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 AnalysisResults struct {
- Header *Metadata `protobuf:"bytes,1,opt,name=header,proto3" 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,proto3" json:"contents,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AnalysisResults) Reset() { *m = AnalysisResults{} }
- func (m *AnalysisResults) String() string { return proto.CompactTextString(m) }
- func (*AnalysisResults) ProtoMessage() {}
- func (*AnalysisResults) Descriptor() ([]byte, []int) {
- return fileDescriptor_pb_a943a983732e0793, []int{24}
- }
- func (m *AnalysisResults) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AnalysisResults.Unmarshal(m, b)
- }
- func (m *AnalysisResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AnalysisResults.Marshal(b, m, deterministic)
- }
- func (dst *AnalysisResults) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AnalysisResults.Merge(dst, src)
- }
- func (m *AnalysisResults) XXX_Size() int {
- return xxx_messageInfo_AnalysisResults.Size(m)
- }
- func (m *AnalysisResults) XXX_DiscardUnknown() {
- xxx_messageInfo_AnalysisResults.DiscardUnknown(m)
- }
- var xxx_messageInfo_AnalysisResults proto.InternalMessageInfo
- 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.RegisterMapType((map[string]float64)(nil), "Metadata.RunTimePerItemEntry")
- proto.RegisterType((*BurndownSparseMatrixRow)(nil), "BurndownSparseMatrixRow")
- proto.RegisterType((*BurndownSparseMatrix)(nil), "BurndownSparseMatrix")
- proto.RegisterType((*FilesOwnership)(nil), "FilesOwnership")
- proto.RegisterMapType((map[int32]int32)(nil), "FilesOwnership.ValueEntry")
- 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.RegisterMapType((map[int32]int32)(nil), "ShotnessRecord.CountersEntry")
- proto.RegisterType((*ShotnessAnalysisResults)(nil), "ShotnessAnalysisResults")
- proto.RegisterType((*FileHistory)(nil), "FileHistory")
- proto.RegisterMapType((map[int32]*LineStats)(nil), "FileHistory.ChangesByDeveloperEntry")
- proto.RegisterType((*FileHistoryResultMessage)(nil), "FileHistoryResultMessage")
- proto.RegisterMapType((map[string]*FileHistory)(nil), "FileHistoryResultMessage.FilesEntry")
- proto.RegisterType((*LineStats)(nil), "LineStats")
- proto.RegisterType((*DevTick)(nil), "DevTick")
- proto.RegisterMapType((map[string]*LineStats)(nil), "DevTick.LanguagesEntry")
- proto.RegisterType((*TickDevs)(nil), "TickDevs")
- proto.RegisterMapType((map[int32]*DevTick)(nil), "TickDevs.DevsEntry")
- proto.RegisterType((*DevsAnalysisResults)(nil), "DevsAnalysisResults")
- proto.RegisterMapType((map[int32]*TickDevs)(nil), "DevsAnalysisResults.TicksEntry")
- proto.RegisterType((*Sentiment)(nil), "Sentiment")
- proto.RegisterType((*CommentSentimentResults)(nil), "CommentSentimentResults")
- proto.RegisterMapType((map[int32]*Sentiment)(nil), "CommentSentimentResults.SentimentByTickEntry")
- proto.RegisterType((*CommitFile)(nil), "CommitFile")
- proto.RegisterType((*Commit)(nil), "Commit")
- proto.RegisterType((*CommitsAnalysisResults)(nil), "CommitsAnalysisResults")
- proto.RegisterType((*AnalysisResults)(nil), "AnalysisResults")
- proto.RegisterMapType((map[string][]byte)(nil), "AnalysisResults.ContentsEntry")
- }
- func init() { proto.RegisterFile("pb.proto", fileDescriptor_pb_a943a983732e0793) }
- var fileDescriptor_pb_a943a983732e0793 = []byte{
- // 1501 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x57, 0xdd, 0x6e, 0xdc, 0xc4,
- 0x17, 0x97, 0xf7, 0x7b, 0x8f, 0x37, 0x9b, 0x7f, 0xa6, 0xf9, 0x37, 0xee, 0xa2, 0xb4, 0x5b, 0x2b,
- 0x40, 0xa0, 0xd4, 0xad, 0x52, 0x55, 0x2a, 0xe5, 0x86, 0x64, 0x43, 0xd5, 0x48, 0xfd, 0x00, 0x27,
- 0x2d, 0xe2, 0xa6, 0x2b, 0xc7, 0x9e, 0x64, 0x4d, 0x77, 0xc7, 0xd6, 0x8c, 0xbd, 0x9b, 0x95, 0xe0,
- 0x55, 0xb8, 0xe3, 0x06, 0x09, 0x6e, 0x78, 0x05, 0x84, 0xc4, 0x2d, 0x0f, 0x81, 0xc4, 0x5b, 0xa0,
- 0xf9, 0xf2, 0xc7, 0xd6, 0x29, 0xe5, 0xce, 0xe7, 0x9c, 0xdf, 0x99, 0x39, 0xe7, 0x77, 0xce, 0x9c,
- 0xf1, 0x40, 0x27, 0x3e, 0x75, 0x62, 0x1a, 0x25, 0x91, 0xfd, 0x57, 0x0d, 0x3a, 0x4f, 0x71, 0xe2,
- 0x05, 0x5e, 0xe2, 0x21, 0x0b, 0xda, 0x73, 0x4c, 0x59, 0x18, 0x11, 0xcb, 0x18, 0x1a, 0xbb, 0x4d,
- 0x57, 0x8b, 0x08, 0x41, 0x63, 0xe2, 0xb1, 0x89, 0x55, 0x1b, 0x1a, 0xbb, 0x5d, 0x57, 0x7c, 0xa3,
- 0xeb, 0x00, 0x14, 0xc7, 0x11, 0x0b, 0x93, 0x88, 0x2e, 0xad, 0xba, 0xb0, 0x14, 0x34, 0xe8, 0x03,
- 0x58, 0x3f, 0xc5, 0xe7, 0x21, 0x19, 0xa7, 0x24, 0xbc, 0x18, 0x27, 0xe1, 0x0c, 0x5b, 0x8d, 0xa1,
- 0xb1, 0x5b, 0x77, 0xd7, 0x84, 0xfa, 0x05, 0x09, 0x2f, 0x4e, 0xc2, 0x19, 0x46, 0x36, 0xac, 0x61,
- 0x12, 0x14, 0x50, 0x4d, 0x81, 0x32, 0x31, 0x09, 0x32, 0x8c, 0x05, 0x6d, 0x3f, 0x9a, 0xcd, 0xc2,
- 0x84, 0x59, 0x2d, 0x19, 0x99, 0x12, 0xd1, 0x35, 0xe8, 0xd0, 0x94, 0x48, 0xc7, 0xb6, 0x70, 0x6c,
- 0xd3, 0x94, 0x08, 0xa7, 0xc7, 0xb0, 0xa1, 0x4d, 0xe3, 0x18, 0xd3, 0x71, 0x98, 0xe0, 0x99, 0xd5,
- 0x19, 0xd6, 0x77, 0xcd, 0xbd, 0x6d, 0x47, 0x27, 0xed, 0xb8, 0x12, 0xfd, 0x25, 0xa6, 0x47, 0x09,
- 0x9e, 0x7d, 0x41, 0x12, 0xba, 0x74, 0xfb, 0xb4, 0xa4, 0x1c, 0xec, 0xc3, 0x95, 0x0a, 0x18, 0xfa,
- 0x1f, 0xd4, 0x5f, 0xe3, 0xa5, 0xe0, 0xaa, 0xeb, 0xf2, 0x4f, 0xb4, 0x09, 0xcd, 0xb9, 0x37, 0x4d,
- 0xb1, 0x20, 0xca, 0x70, 0xa5, 0xf0, 0xb0, 0xf6, 0xc0, 0xb0, 0xef, 0xc1, 0xd6, 0x41, 0x4a, 0x49,
- 0x10, 0x2d, 0xc8, 0x71, 0xec, 0x51, 0x86, 0x9f, 0x7a, 0x09, 0x0d, 0x2f, 0xdc, 0x68, 0x21, 0x93,
- 0x9b, 0xa6, 0x33, 0xc2, 0x2c, 0x63, 0x58, 0xdf, 0x5d, 0x73, 0xb5, 0x68, 0xff, 0x64, 0xc0, 0x66,
- 0x95, 0x17, 0xaf, 0x07, 0xf1, 0x66, 0x58, 0x6d, 0x2d, 0xbe, 0xd1, 0x0e, 0xf4, 0x49, 0x3a, 0x3b,
- 0xc5, 0x74, 0x1c, 0x9d, 0x8d, 0x69, 0xb4, 0x60, 0x22, 0x88, 0xa6, 0xdb, 0x93, 0xda, 0xe7, 0x67,
- 0x6e, 0xb4, 0x60, 0xe8, 0x63, 0xd8, 0xc8, 0x51, 0x7a, 0xdb, 0xba, 0x00, 0xae, 0x6b, 0xe0, 0x48,
- 0xaa, 0xd1, 0x27, 0xd0, 0x10, 0xeb, 0x34, 0x04, 0x67, 0x96, 0x73, 0x49, 0x02, 0xae, 0x40, 0xd9,
- 0xdf, 0x41, 0xff, 0x51, 0x38, 0xc5, 0xec, 0xf9, 0x82, 0x60, 0xca, 0x26, 0x61, 0x8c, 0xee, 0x6a,
- 0x36, 0x0c, 0xb1, 0xc0, 0xc0, 0x29, 0xdb, 0x9d, 0x97, 0xdc, 0x28, 0x19, 0x97, 0xc0, 0xc1, 0x03,
- 0x80, 0x5c, 0x59, 0xe4, 0xb7, 0x59, 0xc1, 0x6f, 0xb3, 0xc8, 0xef, 0xdf, 0xb5, 0x9c, 0xe0, 0x7d,
- 0xe2, 0x4d, 0x97, 0x2c, 0x64, 0x2e, 0x66, 0xe9, 0x34, 0x61, 0x68, 0x08, 0xe6, 0x39, 0xf5, 0x48,
- 0x3a, 0xf5, 0x68, 0x98, 0xe8, 0xf5, 0x8a, 0x2a, 0x34, 0x80, 0x0e, 0xf3, 0x66, 0xf1, 0x34, 0x24,
- 0xe7, 0x6a, 0xe9, 0x4c, 0x46, 0x77, 0xa0, 0x1d, 0xd3, 0xe8, 0x5b, 0xec, 0x27, 0x82, 0x27, 0x73,
- 0xef, 0xff, 0xd5, 0x44, 0x68, 0x14, 0xba, 0x05, 0xcd, 0x33, 0x9e, 0xa8, 0xe2, 0xed, 0x12, 0xb8,
- 0xc4, 0xa0, 0xdb, 0xd0, 0x8a, 0x71, 0x14, 0x4f, 0x79, 0xdb, 0xbf, 0x05, 0xad, 0x40, 0xe8, 0x08,
- 0x90, 0xfc, 0x1a, 0x87, 0x24, 0xc1, 0xd4, 0xf3, 0x13, 0x7e, 0x5a, 0x5b, 0x22, 0xae, 0x81, 0x33,
- 0x8a, 0x66, 0x31, 0xc5, 0x8c, 0xe1, 0x40, 0x3a, 0xbb, 0xd1, 0x42, 0xf9, 0x6f, 0x48, 0xaf, 0xa3,
- 0xdc, 0x09, 0x3d, 0x80, 0x75, 0x11, 0xc2, 0x38, 0xd2, 0x05, 0xb1, 0xda, 0x22, 0x84, 0xf5, 0x95,
- 0x3a, 0xb9, 0xfd, 0xb3, 0x92, 0x6c, 0xff, 0x6a, 0xc0, 0xb5, 0x4b, 0xb7, 0xaa, 0xe8, 0x43, 0xe3,
- 0x5d, 0xfb, 0xb0, 0x56, 0xdd, 0x87, 0x08, 0x1a, 0xfc, 0xa8, 0x5a, 0xf5, 0x61, 0x7d, 0xb7, 0xee,
- 0x36, 0xf4, 0xac, 0x0a, 0x49, 0x10, 0xfa, 0x8a, 0xe6, 0xa6, 0xab, 0x45, 0x74, 0x15, 0x5a, 0x21,
- 0x09, 0xe2, 0x84, 0x0a, 0x46, 0xeb, 0xae, 0x92, 0xec, 0x63, 0x68, 0x8f, 0xa2, 0x34, 0xe6, 0xa4,
- 0x6f, 0x42, 0x33, 0x24, 0x01, 0xbe, 0x10, 0x8d, 0xd9, 0x75, 0xa5, 0x80, 0xf6, 0xa0, 0x35, 0x13,
- 0x29, 0x88, 0x38, 0xde, 0xce, 0xa7, 0x42, 0xda, 0x3b, 0xd0, 0x3b, 0x89, 0x52, 0x7f, 0x82, 0x03,
- 0xc1, 0x19, 0x5f, 0x59, 0xd6, 0xde, 0x10, 0x41, 0x49, 0xc1, 0xfe, 0xc3, 0x80, 0xab, 0x6a, 0xef,
- 0xd5, 0xde, 0xbc, 0x05, 0x3d, 0x8e, 0x19, 0xfb, 0xd2, 0xac, 0x4a, 0xd9, 0x71, 0x14, 0xdc, 0x35,
- 0xb9, 0x55, 0xc7, 0x7d, 0x07, 0xfa, 0xaa, 0xfa, 0x1a, 0xde, 0x5e, 0x81, 0xaf, 0x49, 0xbb, 0x76,
- 0xb8, 0x0b, 0x3d, 0xe5, 0x20, 0xa3, 0x92, 0xd3, 0x6f, 0xcd, 0x29, 0xc6, 0xec, 0x9a, 0x12, 0x22,
- 0x13, 0xb8, 0x01, 0xa6, 0xec, 0x8a, 0x69, 0x48, 0x30, 0xb3, 0xba, 0x22, 0x0d, 0x10, 0xaa, 0x27,
- 0x5c, 0x63, 0xff, 0x68, 0x00, 0xbc, 0xd8, 0x3f, 0x3e, 0x19, 0x4d, 0x3c, 0x72, 0x8e, 0xd1, 0x7b,
- 0xd0, 0x15, 0xf1, 0x17, 0xc6, 0x51, 0x87, 0x2b, 0x9e, 0xf1, 0x91, 0xb4, 0x0d, 0xc0, 0xa8, 0x3f,
- 0x3e, 0xc5, 0x67, 0x11, 0xc5, 0xea, 0xf2, 0xe8, 0x32, 0xea, 0x1f, 0x08, 0x05, 0xf7, 0xe5, 0x66,
- 0xef, 0x2c, 0xc1, 0x54, 0x5d, 0x20, 0x1d, 0x46, 0xfd, 0x7d, 0x2e, 0xf3, 0x40, 0x52, 0x8f, 0x25,
- 0xda, 0xb9, 0x21, 0xef, 0x17, 0xae, 0x52, 0xde, 0xdb, 0x20, 0x24, 0xe5, 0xde, 0x94, 0x8b, 0x73,
- 0x8d, 0xf0, 0xb7, 0x3f, 0x87, 0xad, 0x3c, 0x4c, 0x76, 0xec, 0xcd, 0x31, 0xd5, 0x9c, 0xbf, 0x0f,
- 0x6d, 0x5f, 0xaa, 0xd5, 0x64, 0x32, 0x9d, 0x1c, 0xea, 0x6a, 0x9b, 0xfd, 0x9b, 0x01, 0xfd, 0xe3,
- 0x49, 0x94, 0x10, 0xcc, 0x98, 0x8b, 0xfd, 0x88, 0x06, 0xbc, 0x13, 0x93, 0x65, 0x9c, 0xcd, 0x5d,
- 0xfe, 0x9d, 0xcd, 0xe2, 0x5a, 0x61, 0x16, 0x23, 0x68, 0x70, 0x12, 0x54, 0x52, 0xe2, 0x1b, 0x7d,
- 0x0a, 0x1d, 0x3f, 0x4a, 0xf9, 0x01, 0xd4, 0x93, 0x61, 0xdb, 0x29, 0x2f, 0xcf, 0xab, 0x28, 0xec,
- 0x72, 0x26, 0x66, 0xf0, 0xc1, 0x67, 0xb0, 0x56, 0x32, 0xfd, 0xa7, 0xc9, 0x78, 0x08, 0x5b, 0x7a,
- 0x9b, 0xd5, 0xe6, 0xfb, 0x08, 0xda, 0x54, 0xec, 0xac, 0x89, 0x58, 0x5f, 0x89, 0xc8, 0xd5, 0x76,
- 0xfb, 0x4f, 0x03, 0x4c, 0xde, 0x21, 0x8f, 0x43, 0x26, 0x6e, 0xf7, 0xc2, 0x8d, 0x2c, 0x0f, 0x51,
- 0x76, 0x23, 0xbf, 0x84, 0x4d, 0xc5, 0xe0, 0xf8, 0x74, 0x39, 0x0e, 0xf0, 0x1c, 0x4f, 0xa3, 0x18,
- 0x53, 0xab, 0x26, 0x76, 0xd8, 0x71, 0x0a, 0xab, 0x38, 0xaa, 0x3a, 0x07, 0xcb, 0x43, 0x0d, 0x93,
- 0xa9, 0x23, 0xff, 0x0d, 0xc3, 0xe0, 0x2b, 0xd8, 0xba, 0x04, 0x5e, 0x41, 0xc7, 0xb0, 0x48, 0x87,
- 0xb9, 0x07, 0x0e, 0x6f, 0xde, 0xe3, 0xc4, 0x4b, 0x58, 0x91, 0x9a, 0x1f, 0x0c, 0xb0, 0x0a, 0xe1,
- 0x48, 0x5a, 0x9e, 0x62, 0xc6, 0xbc, 0x73, 0x8c, 0x1e, 0x16, 0x8f, 0xf2, 0x4a, 0xe0, 0x25, 0xa4,
- 0x1c, 0x97, 0xea, 0x1e, 0x13, 0x2e, 0x83, 0x47, 0x00, 0xb9, 0xb2, 0xe2, 0x3f, 0xc1, 0x2e, 0x87,
- 0xd7, 0x2b, 0xad, 0x5d, 0x08, 0xf0, 0x05, 0x74, 0xb3, 0xc0, 0x79, 0x89, 0xbd, 0x20, 0xc0, 0x81,
- 0xca, 0x53, 0x0a, 0xbc, 0x10, 0x14, 0xcf, 0xa2, 0x39, 0x0e, 0x54, 0xe9, 0xb5, 0x28, 0x4a, 0x24,
- 0x08, 0x0b, 0xd4, 0x05, 0xaf, 0x45, 0xfb, 0x77, 0x03, 0xda, 0x87, 0x78, 0x7e, 0x12, 0xfa, 0xaf,
- 0xcb, 0x85, 0x2c, 0xfd, 0x5a, 0x0d, 0xa1, 0xc9, 0xf8, 0xc6, 0x55, 0x1c, 0x0a, 0x03, 0xba, 0x0f,
- 0xdd, 0xa9, 0x47, 0xce, 0x53, 0x8f, 0x1f, 0xa5, 0xba, 0xa0, 0x69, 0xcb, 0x51, 0x0b, 0x3b, 0x4f,
- 0xb4, 0x45, 0x32, 0x93, 0x23, 0x07, 0x8f, 0xa1, 0x5f, 0x36, 0x56, 0x30, 0xf4, 0x6e, 0x05, 0x9c,
- 0x43, 0x87, 0xef, 0x75, 0x88, 0xe7, 0x0c, 0x7d, 0x08, 0x8d, 0x00, 0xcf, 0x75, 0xb9, 0xae, 0x38,
- 0xda, 0xc0, 0x03, 0x52, 0x31, 0x08, 0xc0, 0x60, 0x1f, 0xba, 0x99, 0xaa, 0xa2, 0x75, 0xae, 0x97,
- 0x77, 0xee, 0xe8, 0x84, 0x8a, 0xfb, 0xfe, 0x62, 0xc0, 0x15, 0xbe, 0xc6, 0xea, 0x81, 0xba, 0x0f,
- 0xcd, 0x24, 0xf4, 0x5f, 0xeb, 0x20, 0x6e, 0x38, 0x15, 0x20, 0x11, 0x98, 0x6e, 0x17, 0x81, 0xe6,
- 0x83, 0x30, 0xc0, 0xf3, 0xb1, 0xbc, 0x93, 0x6a, 0xe2, 0x38, 0x75, 0x02, 0x3c, 0x3f, 0xe2, 0xf2,
- 0x60, 0x04, 0x90, 0x7b, 0x54, 0xc4, 0x7b, 0xa3, 0x1c, 0x6f, 0x37, 0x4b, 0xbc, 0x18, 0xf0, 0xd7,
- 0xd0, 0x3d, 0xc6, 0x84, 0xff, 0x0a, 0x93, 0x24, 0x9f, 0x15, 0x7c, 0x95, 0x9a, 0x82, 0xf1, 0x7f,
- 0x20, 0x5e, 0x79, 0x4c, 0x44, 0xc5, 0x45, 0x0c, 0x5a, 0x2e, 0x36, 0x49, 0xbd, 0x74, 0xda, 0xf9,
- 0x90, 0xdc, 0x1a, 0x49, 0x58, 0xb6, 0x81, 0x66, 0xe3, 0x1b, 0xd8, 0x60, 0x5a, 0xc7, 0x67, 0x01,
- 0x4f, 0x56, 0x31, 0x73, 0xdb, 0xb9, 0xc4, 0xc9, 0xc9, 0x14, 0x07, 0x4b, 0x9e, 0x88, 0xe4, 0x69,
- 0x9d, 0x95, 0xb5, 0x83, 0x67, 0xb0, 0x59, 0x05, 0x7c, 0x97, 0x49, 0x90, 0xef, 0x58, 0xe0, 0xe7,
- 0x15, 0xc0, 0x48, 0x64, 0xc4, 0x0f, 0x62, 0xe5, 0xef, 0xf5, 0x00, 0x3a, 0xba, 0x83, 0xf5, 0x5d,
- 0xa5, 0xe5, 0xfc, 0xa4, 0x34, 0x2e, 0x39, 0x29, 0xf6, 0xf7, 0xd0, 0x92, 0xeb, 0x67, 0x4f, 0x29,
- 0xa3, 0xf0, 0x94, 0xda, 0x81, 0xfe, 0x62, 0x82, 0x8b, 0x2f, 0xa5, 0x9a, 0x78, 0xca, 0xf4, 0xb8,
- 0x36, 0x7b, 0x04, 0x5d, 0x85, 0x96, 0x97, 0x26, 0x93, 0x88, 0xaa, 0xe3, 0xac, 0x24, 0x74, 0xb3,
- 0xfc, 0xbf, 0x69, 0x3a, 0x79, 0x26, 0xfa, 0x07, 0xe4, 0x15, 0xff, 0xff, 0x10, 0x05, 0x5b, 0xed,
- 0xd8, 0x9b, 0xe5, 0x39, 0x6e, 0xee, 0xb5, 0x95, 0x7b, 0x3e, 0x07, 0x6e, 0x42, 0x4f, 0xee, 0x54,
- 0x6a, 0x50, 0x53, 0xea, 0x44, 0x8f, 0xda, 0x3f, 0x1b, 0xb0, 0xfe, 0xe6, 0xca, 0xad, 0x09, 0xf6,
- 0x02, 0x4c, 0x45, 0xaa, 0xbc, 0x31, 0xf5, 0x9b, 0xcb, 0x55, 0x06, 0xf4, 0x90, 0xb7, 0x1c, 0x49,
- 0xb2, 0x96, 0x33, 0xf7, 0xae, 0x3b, 0xab, 0xa7, 0x65, 0xa4, 0x00, 0xd9, 0x9d, 0x28, 0x45, 0x79,
- 0x27, 0x16, 0x4c, 0xff, 0xf6, 0x1a, 0xeb, 0x15, 0xca, 0x7d, 0xda, 0x12, 0xaf, 0xdf, 0x7b, 0xff,
- 0x04, 0x00, 0x00, 0xff, 0xff, 0xa3, 0x15, 0xf8, 0x6c, 0x09, 0x0f, 0x00, 0x00,
- }
|