research

package
v0.27.1 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	Now func() time.Time
}

type Report

type Report struct {
	Topic     string    `json:"topic"`
	Path      string    `json:"path"`
	CreatedAt time.Time `json:"created_at"`
}

type RunInput

type RunInput struct {
	Topic   string
	Summary string
	Body    string
}

type Service

type Service struct {
	// contains filtered or unexported fields
}

func NewService

func NewService(workspaceDir string, opts Options) *Service

func (*Service) Run

func (s *Service) Run(input RunInput) (Report, error)

Jump to

Keyboard shortcuts

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