service

package
v0.0.0-...-c9e90d7 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2017 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SIGHUP            = syscall.SIGHUP
	SIGTERM           = syscall.SIGTERM
	DEVELOPER_VERSION = "999.999.999"
)
View Source
const WebFileSymbol = "file.symbol"

Variables

This section is empty.

Functions

This section is empty.

Types

type MinidumpProcessor

type MinidumpProcessor struct {
	// contains filtered or unexported fields
}

type ProcessorService

type ProcessorService struct {
	SymbolsProcessor
	MinidumpProcessor
	WebdumpProcessor
	// contains filtered or unexported fields
}

func (*ProcessorService) Init

func (p *ProcessorService) Init(config cfg.Config) error

func (*ProcessorService) Loop

func (p *ProcessorService) Loop()

type RabbitClient

type RabbitClient struct {
	// contains filtered or unexported fields
}

type ReportWithId

type ReportWithId struct {
	minidump.Report
	Id string `json:"id"`
}

type SymbolDescritpion

type SymbolDescritpion struct {
	Version  string `json:"version"`
	Platform string `json:"platform"`
}

type SymbolsProcessor

type SymbolsProcessor struct {
	// contains filtered or unexported fields
}

func (*SymbolsProcessor) PutSymbolInStorage

func (s *SymbolsProcessor) PutSymbolInStorage(dirPath, version, id, platform string)

type WebdumpProcessor

type WebdumpProcessor struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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