Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObservableSource ¶
type ObservableSource struct {
// contains filtered or unexported fields
}
Observable source is a wrapper of all sources augmenting the schema graph with the 'observed' relation. All assets produced by the wrapped source are therefore 'observed' by the source itself
func NewObservableSource ¶
func NewObservableSource(s Source) ObservableSource
func (*ObservableSource) Start ¶
func (os *ObservableSource) Start(e *knowledge.GraphImporter) error
func (*ObservableSource) Stop ¶
func (os *ObservableSource) Stop() error
Click to show internal directories.
Click to hide internal directories.