store

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

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

func NewFileStore(dir string, ttl time.Duration) (*FileStore, error)

NewFileStore 创建文件存储

func (*FileStore) Clean

func (fs *FileStore) Clean() (int, error)

Clean 清理过期文件,返回清理数量

func (*FileStore) WriteMarkdown

func (fs *FileStore) WriteMarkdown(content string, title string, sourceURL string) (filePath string, totalLines int, totalChars int, summary string, err error)

WriteMarkdown 写入 Markdown 文件,返回文件路径

func (*FileStore) WriteMarkdownFromReader

func (fs *FileStore) WriteMarkdownFromReader(r io.Reader, title string, sourceURL string) (filePath string, totalLines int, totalChars int, summary string, err error)

WriteMarkdownFromReader 流式写入,不在内存中持有完整内容

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL