Documentation
¶
Index ¶
- type FileStore
- func (fs *FileStore) Clean() (int, error)
- func (fs *FileStore) WriteMarkdown(content string, title string, sourceURL string) (filePath string, totalLines int, totalChars int, summary string, err error)
- func (fs *FileStore) WriteMarkdownFromReader(r io.Reader, title string, sourceURL string) (filePath string, totalLines int, totalChars int, summary string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileStore ¶
type FileStore struct {
// contains filtered or unexported fields
}
FileStore 文件存储管理
func NewFileStore ¶
NewFileStore 创建文件存储
Click to show internal directories.
Click to hide internal directories.