Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IKnowledgeSource ¶
type IKnowledgeSource interface {
Configure(logger logger.ILogger, config configuration.KnowledgeSourceConfiguration) error
GetName() string
GetFiles() ([]string, error)
CleanUp() error
}
func NewSourceKnowledge ¶
func NewSourceKnowledge(provider string) (IKnowledgeSource, error)
Click to show internal directories.
Click to hide internal directories.