ui

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConsoleUI

type ConsoleUI struct{}

func (*ConsoleUI) Print

func (c *ConsoleUI) Print(a ...any)

func (*ConsoleUI) Printf

func (c *ConsoleUI) Printf(format string, a ...any)

func (*ConsoleUI) Println

func (c *ConsoleUI) Println(a ...any)

func (*ConsoleUI) Prompt

func (c *ConsoleUI) Prompt(prompt string) string

type UI

type UI interface {
	Print(a ...any)
	Println(a ...any)
	Printf(format string, a ...any)
	Prompt(prompt string) string
}

Jump to

Keyboard shortcuts

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