Documentation
¶
Index ¶
Constants ¶
View Source
const (
SourceMetadataKey = "source"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirectoryLoader ¶
type DirectoryLoader struct {
// contains filtered or unexported fields
}
func NewDirectoryLoader ¶
func NewDirectoryLoader(dirname string, regExPathMatch string) (*DirectoryLoader, error)
type TextLoader ¶
type TextLoader struct {
// contains filtered or unexported fields
}
func NewTextLoader ¶
func NewTextLoader(filename string, metadata map[string]interface{}) (*TextLoader, error)
Click to show internal directories.
Click to hide internal directories.