userinput

package
v0.0.0-...-f56615f Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package userinput provides a blocking model tool backed by an interactive UI.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

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

func New

func New() *Manager

func (*Manager) Requests

func (m *Manager) Requests() <-chan *Request

func (*Manager) Tool

func (m *Manager) Tool() tool.Tool

type Option

type Option struct {
	Label       string `json:"label"`
	Description string `json:"description"`
}

type Question

type Question struct {
	Header   string   `json:"header"`
	ID       string   `json:"id"`
	Question string   `json:"question"`
	Options  []Option `json:"options"`
}

type Request

type Request struct {
	Questions []Question
	// contains filtered or unexported fields
}

func (*Request) Decide

func (r *Request) Decide(answers map[string]string)

Jump to

Keyboard shortcuts

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