Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheEntry ¶
type CacheEntry struct { URL string `json:"url"` Markdown string `json:"markdown"` LastFetched time.Time `json:"last_fetched"` }
CacheEntry represents a cached conversion result
type Config ¶
type Config struct { CacheDuration time.Duration CachePath string Timeout time.Duration UserAgent string }
Config holds the configuration for the converter
type Converter ¶
type Converter struct {
// contains filtered or unexported fields
}
Converter handles webpage to markdown conversion with caching
func NewConverter ¶
NewConverter creates a new converter instance
Click to show internal directories.
Click to hide internal directories.