Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewRecurrentTask = utils.NewRecurrentTask
Functions ¶
func Start ¶
func Start(source sources.DataSource, options DataSourceOptions) error
Start the data source with provided options
Types ¶
type AssetType ¶
func CreateAsset ¶
CreateAsset helper function for creating an asset
type DataSource ¶ added in v0.0.13
type DataSource = knowledge.DataSource
type DataSourceOptions ¶ added in v0.0.13
DataSourceOptions options for configuring the data source
type RecurrentTask ¶
type RecurrentTask = utils.RecurrentTask
type RelationKeyType ¶
type RelationKeyType = schema.RelationKeyType
type RelationType ¶
type RelationType = schema.RelationType
func CreateRelation ¶
func CreateRelation(fromType schema.AssetType, relation, toType schema.AssetType) RelationType
CreateRelation helper function for creating a relation
type Transaction ¶
type Transaction = knowledge.Transaction
Click to show internal directories.
Click to hide internal directories.