Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultMetadataFile = "_metadata.json" DefaultImpressionFile = "_impression.json" DefaultProvenanceFile = "_prov.json" DefaultOperationFile = "_operation.json" )
View Source
const (
GraphType = "Graph"
)
Variables ¶
View Source
var (
ErrTypeNotSupported = errors.New("data type not supported")
)
Functions ¶
func RegisterRenderer ¶
func RegisterRenderer(metaType string, ctor rendererConstructor)
func RegisterUploader ¶
func RegisterUploader(metaType string, ctor uploaderConstructor)
func SetDefaultType ¶
func SetDefaultType(metaType string)
func SupportedDataTypes ¶
func SupportedDataTypes() []string
Types ¶
Click to show internal directories.
Click to hide internal directories.