Versions in this module Expand all Collapse all v1 v1.3.1 Aug 19, 2025 Changes in this version + var Registry map[string]Driver = map[string]Driver + func Register(name string, impl Driver) + type Comment struct + Author string + Body string + Date time.Time + Score int64 + type Driver interface + Comments func(string) ([]Comment, error) + File func(string) (Files, error) + Name func() string + Search func(string, uint64, uint64) ([]Post, int, error) + type Files []io.ReadCloser + func (f *Files) Close() + type Post struct + Date time.Time + Description string + ID string + NSFW bool + Score int64 + Source []string + Tags string + URL string + Uploader string