research

package
v0.21.0 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 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 {
	ProjectID string    `json:"project_id"`
	Topic     string    `json:"topic"`
	Path      string    `json:"path"`
	CreatedAt time.Time `json:"created_at"`
}

type RunInput

type RunInput struct {
	ProjectID string
	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