Documentation ¶ Index ¶ type Feed func NewFeed(ctx context.Context, feedActorDID string, store *store.Store, ...) (*Feed, []string, error) func (f *Feed) Describe(ctx context.Context) ([]appbsky.FeedDescribeFeedGenerator_Feed, error) func (f *Feed) GetPage(ctx context.Context, feed string, userDID string, limit int64, cursor string) ([]*appbsky.FeedDefs_SkeletonFeedPost, *string, error) type NotFoundError Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Feed ¶ type Feed struct { FeedActorDID string Store *store.Store Redis *redis.Client } func NewFeed ¶ func NewFeed(ctx context.Context, feedActorDID string, store *store.Store, redis *redis.Client) (*Feed, []string, error) func (*Feed) Describe ¶ func (f *Feed) Describe(ctx context.Context) ([]appbsky.FeedDescribeFeedGenerator_Feed, error) func (*Feed) GetPage ¶ func (f *Feed) GetPage(ctx context.Context, feed string, userDID string, limit int64, cursor string) ([]*appbsky.FeedDefs_SkeletonFeedPost, *string, error) type NotFoundError ¶ type NotFoundError struct { // contains filtered or unexported fields } Source Files ¶ View all Source files feed.go Click to show internal directories. Click to hide internal directories.