Documentation ¶
Index ¶
- type Cashe
- type Memcache
- type Redis
- type Repository
- func (r *Repository) AddReport(report *minidump.Report) (string, error)
- func (r *Repository) AddSymbol(s *Symbol) error
- func (r *Repository) GetSymbol(debugId string) (*Symbol, error)
- func (r *Repository) GetSymbolForPlatform(platform, version string) (*Symbol, error)
- func (r *Repository) IsExist(s *Symbol) (bool, error)
- type Symbol
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Memcache ¶
type Memcache struct {
// contains filtered or unexported fields
}
func NewMemcache ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func NewRepository ¶
func NewRepository(connectionUrl string, c Cashe) (*Repository, error)
func (*Repository) AddReport ¶
func (r *Repository) AddReport(report *minidump.Report) (string, error)
func (*Repository) AddSymbol ¶
func (r *Repository) AddSymbol(s *Symbol) error
func (*Repository) GetSymbolForPlatform ¶
func (r *Repository) GetSymbolForPlatform(platform, version string) (*Symbol, error)
Click to show internal directories.
Click to hide internal directories.