package
0.3.4
Repository: https://github.com/aliyun/aliyun-log-jaeger.git
Documentation: pkg.go.dev

# README

The collection of different storage interfaces that are shared by two or more components

If a storage is used by only one component, its interface should be defined in the component package, and implementations under ./plugin/storage/{db_name}/{store_type}/....

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrArchiveStorageNotConfigured can be returned by the ArchiveFactory when the archive storage is not configured.
ErrArchiveStorageNotSupported can be returned by the ArchiveFactory when the archive storage is not supported by the backend.

# Interfaces

ArchiveFactory is an additional interface that can be implemented by a factory to support trace archiving.
Factory defines an interface for a factory that can create implementations of different storage components.