types

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPServerParse added in v0.1.0

type HTTPServerParse struct {
	FrameworkImport   string
	FrameworkRouter   string
	RouterHandler     string
	DBInstanceType    string
	DBCloseConnection string
	DBImport          string
	MQImport          string
	MQInstance        string
	MQCloseConn       string
	CacheImport       string
	CacheInstanceType string
	CacheCloseConn    string
}

type Input

type Input interface {
	Update(msg tea.Msg) (Input, tea.Cmd)
	View() string
	Value() any
	Focus()
	Blur()
}

Jump to

Keyboard shortcuts

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