feed

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package feed provides the `ana feed` verb tree: show (posts) and stats. Like the other verb packages it avoids importing internal/transport and internal/config — callers inject a narrow Deps struct that adapts a real transport client to a single Unary function field.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(deps Deps) *cli.Group

New returns the `feed` verb group.

Types

type Deps

type Deps struct {
	Unary func(ctx context.Context, path string, req, resp any) error
}

Deps is the injection boundary for the feed package.

Jump to

Keyboard shortcuts

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