Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetExporterHandlerOrDie ¶
func GetExporterHandlerOrDie(exporterType types.ExporterType) types.ExporterHandler
GetExporterHandlerOrDie retrieves the ExporterHandler for a specific type of exporter, panic if error occurs..
func GetExporterNames ¶
func GetExporterNames() []types.ExporterType
GetExporterNames retrieves all available exporter types.
func NewExporters ¶
NewExporters creates all exporters based on the configurations initialized.
func Register ¶
func Register(exporterType types.ExporterType, handler types.ExporterHandler)
Register registers a exporter factory method, which will be used to create the exporter.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.