Versions in this module Expand all Collapse all v0 v0.0.1 Jun 7, 2024 Changes in this version + type Listing struct + Data struct{ ... } + Kind string + type Post struct + Comments int + CreatedAt time.Time + Downs int + ID string + Score int + Title string + Ups int + type Reddit interface + GetPosts func(ctx context.Context) (posts []*Post, err error) + func New() Reddit