Searched defs:DocumentStore (Results 1 – 6 of 6) sorted by relevance
14 type DocumentStore struct { struct16 IgnorePatterns []interface{} // Regexes of directories to ignore18 DocumentPathMap map[string]*Document // Maps slash separated paths to documents19 DocumentExtension string // File extension to look for20 DirectoryIndex string // What file is the index of the directory33 func (dS *DocumentStore) AddDocument(doc *Document) {42 func (dS *DocumentStore) Discover() {47 func (dS *DocumentStore) isDirIgnored(dir string) bool {57 func (dS *DocumentStore) discoverRecurse(dPath string) {101 func (dS *DocumentStore) ResolvePath(refPath string) (*Document, bool) {[all …]
9 pub struct DocumentStore { struct17 impl DocumentStore { implementation
9 pub struct DocumentStore { struct17 impl DocumentStore { argument
530 class DocumentStore: class
529 class DocumentStore(object): class