Documentation
¶
Overview ¶
Package reshape implements the core of span-import (a.k.a. span-reshape): it converts various input formats into the intermediate schema.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatNames ¶
func FormatNames() []string
FormatNames returns the available input format names, sorted.
Types ¶
type IntermediateSchemaer ¶
type IntermediateSchemaer interface {
ToIntermediateSchema() (*finc.IntermediateSchema, error)
}
IntermediateSchemaer wrap a basic conversion method.
Click to show internal directories.
Click to hide internal directories.